function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sdudasduda 

Excel Connector Automation Error

After installing the excel connector I'm getting a VBA error when I open excel. ( In the code that's trying to create the custom toolbar )

"Compile Error: Automation Error: Unknown Source"

This line is highlighted in the VBA code:

Sub CreateSubMenu1(InputCtrl As CommandBarPopup)


Thanks