Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Could someone explain me what the tempoaray parameter defines in: myCommandBarPopup.Controls.Add(type, id, parameter, before, TEMPORARY) as Office.CommandBarButton; This is all the documentation I've found: http://msdn2.microsoft.com/en-us/lib...ffice.11).aspx Br, Tom |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sometimes VBAs help isn't too bad <vbg:
Temporary Optional Variant. True to make the new control temporary. Temporary controls are automatically deleted when the container application is closed. The default value is False. (from xl2003's help) Tom wrote: Hi, Could someone explain me what the tempoaray parameter defines in: myCommandBarPopup.Controls.Add(type, id, parameter, before, TEMPORARY) as Office.CommandBarButton; This is all the documentation I've found: http://msdn2.microsoft.com/en-us/lib...ffice.11).aspx Br, Tom -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Temporary Array i.e. match "this" and return entire row | Excel Discussion (Misc queries) | |||
"Empty" values in holiday parameter for NETWORKDAYS() function | Excel Worksheet Functions | |||
CommandBars("Worksheet Menu Bar").Controls("Tools").Enabled = Fals | Excel Programming | |||
Can ActiveX controls be "disabled" and "enabled"? | Excel Programming |