YesConsulting
New Member
- Joined
- Jan 7, 2019
- Messages
- 11
- Office Version
- 365
- Platform
- Windows
- MacOS
I wanted to extend the functionality of the doubleClick to all the sheets in a workbook, rather than having duplicating code in multiple worksheets.
1 So clicked on "ThisWorkbook" in VBA Project manager.
2 Got a Code Window.
3 Clicked on "Workbook" from the dropdown ((General)
4 Got an error
"Variable uses an Automation type not supported in Visual Basic
I am running v16.16.5 on a Mac OSX version 10.14 (latest)
Is my thinking correct? I was going to use the Sub "SheetBeforeDoubleClick" to do the work.
1 So clicked on "ThisWorkbook" in VBA Project manager.
2 Got a Code Window.
3 Clicked on "Workbook" from the dropdown ((General)
4 Got an error
"Variable uses an Automation type not supported in Visual Basic
I am running v16.16.5 on a Mac OSX version 10.14 (latest)
Is my thinking correct? I was going to use the Sub "SheetBeforeDoubleClick" to do the work.
Last edited: