2007 Convert Swtchboard Macros to VBA

O

oldeast

Hi all,
I converted macros to vba (only the Swtchboard had macros) and all
the buttons disappeared...
I couldn't find any posts on the problem, so I must have doing
something wrong.

Sub Option1_click and OptionLabel1_click there was a code error as
follows:

If (Command = 8) Then
Call Argument & "()"
Exit Sub
End If
Commenting out the line Call Argument & "()" did not fix the
problem...

I have a backup with macros, so its back to the good old days ..

Any suggestions appreciated.
TIA

Graham
 
Top