View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Tom is offline
external usenet poster
 
Posts: 2
Default The "temporary" parameter of CommandBarPopup.Controls.Add

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