I swear. Seen this happen 10 times today.
Code:
Any suggestions here? This is just weird weird behavior but it's super annoying.
Code:
protected virtual void WorkbookSheetActivate(NetOffice.COMObject sheetObj)
{
try
{
if (_sheetTaskPanes == null || sheetObj is Excel.Chart)
So I hover over sheetObj
and expand it, then expand the base and the base of that. Then I scroll down to ListObjects
and EVERY TIME it causes Outlook to open. Since I don't have Outlook configured but do have it installed, it starts with the wizard. Any suggestions here? This is just weird weird behavior but it's super annoying.