Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Every1
There is toolbar I have created via an addin, but it keeps on floating whenever I open excel, creating distraction. Any mode or code piece that can keep it fixed with others once it has been done so, so as to avoid the same exercise everytime. Thanx Guys (Girls as well!) |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Look at the .position property for the toolbar.
With cb 'dimmed as an application.commandbar .Visible = True .Position = msoBarBottom 'or msoBarTop ... ... FARAZ QURESHI wrote: Hi Every1 There is toolbar I have created via an addin, but it keeps on floating whenever I open excel, creating distraction. Any mode or code piece that can keep it fixed with others once it has been done so, so as to avoid the same exercise everytime. Thanx Guys (Girls as well!) -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello
Set its position in your code, eg: Dim MyBar As CommandBar Set MyBar = Application.CommandBars.Add("Name", msoBarTop, , True) See help on Add method applying to Commandbars. HTH Cordially Pascal "FARAZ QURESHI" a écrit dans le message de news: ... Hi Every1 There is toolbar I have created via an addin, but it keeps on floating whenever I open excel, creating distraction. Any mode or code piece that can keep it fixed with others once it has been done so, so as to avoid the same exercise everytime. Thanx Guys (Girls as well!) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Setting custome RGB properties to specific cells | Excel Discussion (Misc queries) | |||
Custome Number format based on Value | Excel Discussion (Misc queries) | |||
How to deploy custome toolbar/Menu commands in Excel? | Excel Worksheet Functions | |||
multilanguage custome menu | Excel Discussion (Misc queries) | |||
Custome Colors? | Charts and Charting in Excel |