Jaafar Tribak
Well-known Member
- Joined
- Dec 5, 2002
- Messages
- 9,797
- Office Version
- 2016
- Platform
- Windows
Hello all,
I am trying to open the VB Editor via the following macro which is associated to a button on a worksheet but I get the runtime error: 5 invalid procedure call or argument.
Using excel 2010 .. Am I doing something wrong ? or is this a known issue with some commanbar buttons ?
Thank you.
I am trying to open the VB Editor via the following macro which is associated to a button on a worksheet but I get the runtime error: 5 invalid procedure call or argument.
Code:
CommandBars.ExecuteMso "Visual Basic"
Using excel 2010 .. Am I doing something wrong ? or is this a known issue with some commanbar buttons ?
Thank you.