T
Tarjei T. Jensen
I belive that I want to tag a custom menu.
If I use this tag to delete a menu, will the elements in the menu get
deleted as well? The code I intend to use is shown below (I may add "on
error resume next"). Will elements added to the menu inherit the tag?
With Application.CommmandBars
Do
.FindControl(tag:=mytag, visible:=False ).Delete
Loop Until .FindControl(Tag:=mytag, Visible:=False) Is Nothing
End With
The idea was lifted from
http://www.erlandsendata.no/english/index.php?d=envbacbmenuxl97
greetings,
If I use this tag to delete a menu, will the elements in the menu get
deleted as well? The code I intend to use is shown below (I may add "on
error resume next"). Will elements added to the menu inherit the tag?
With Application.CommmandBars
Do
.FindControl(tag:=mytag, visible:=False ).Delete
Loop Until .FindControl(Tag:=mytag, Visible:=False) Is Nothing
End With
The idea was lifted from
http://www.erlandsendata.no/english/index.php?d=envbacbmenuxl97
greetings,