Thread
:
CommandBars.Add problem
View Single Post
#
2
Posted to microsoft.public.excel.programming
Carim
external usenet poster
Posts: 510
CommandBars.Add problem
Hi Billy,
Something along these lines :
Set MyBar = CommandBars.Add(Name:="WWEnviro", _
Position:=msoBarFloating, temporary:=True)
With MyBar
.Top = 175
.Left = 650
etc ....
HTH
Cheers
Carim
Reply With Quote
Carim
View Public Profile
Find all posts by Carim