![]() |
Toolbars
Hello Hopefully someone can help me out with this problem. I have created a custom toolbar to open when the spreadsheet is opene but It always opens over the spreadsheet (floating) rather then bein anchored where the standard toolbars are. Is there a simple peice of VBA code to tell it where to anchor itsel once open? -- Wheel ----------------------------------------------------------------------- Wheels's Profile: http://www.excelforum.com/member.php...fo&userid=2711 View this thread: http://www.excelforum.com/showthread.php?threadid=46625 |
Toolbars
One way:
Commandbars("MyBar").Position = msoBarTop You might also want to look at the Commandbar object's .RowIndex property. In article , Wheels wrote: Hello Hopefully someone can help me out with this problem. I have created a custom toolbar to open when the spreadsheet is opened but It always opens over the spreadsheet (floating) rather then being anchored where the standard toolbars are. Is there a simple peice of VBA code to tell it where to anchor itself once open?? |
Toolbars
JE, same question but I want to position ("Mybar") on the same row as
the ("Formatting Bar") not in its own seperate row. TIA Greg |
Toolbars
JE McGimpsey Wrote: One way: Commandbars("MyBar").Position = msoBarTop Thanks for this. : -- Wheel ----------------------------------------------------------------------- Wheels's Profile: http://www.excelforum.com/member.php...fo&userid=2711 View this thread: http://www.excelforum.com/showthread.php?threadid=46625 |
All times are GMT +1. The time now is 12:20 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com