G
Gregory Kip
Hello,
Running Excel 2000 I dynamically create a command bar button but cannot
seem to make its .Parameter property work.
Set myCBB = CommandBars("Standard").Add (etc...)
with myCBB
.Parameter = "Macro ""<Module_Name>.<Sub_Name>"""
end with
I run this code and then click the button and the "Assign Macro" dialog
box appears. Please help!
-Greg
Running Excel 2000 I dynamically create a command bar button but cannot
seem to make its .Parameter property work.
Set myCBB = CommandBars("Standard").Add (etc...)
with myCBB
.Parameter = "Macro ""<Module_Name>.<Sub_Name>"""
end with
I run this code and then click the button and the "Assign Macro" dialog
box appears. Please help!
-Greg