A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » New Users
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Custom toolbars not staying docked where I want them



 
 
Thread Tools Display Modes
  #1  
Old April 6th, 2006, 04:19 AM posted to microsoft.public.word.newusers
external usenet poster
 
Posts: n/a
Default Custom toolbars not staying docked where I want them

I've created a couple custom toolbars, and I've weeded out the other
menu buttons that I don't want in the other, more standard toolbars.
However, when I open documents, there doesn't seem to be a rhyme or
reason where my new toolbars will doc in the menu area at the top of
the screen. Sometimes they are where I put them, and sometimes they
are more spread out and even take up more lines of screen real estate.
How can I get my toolbars to behave and always open where I want them?
Thanks.

Frank
  #2  
Old April 11th, 2006, 09:25 AM posted to microsoft.public.word.newusers
external usenet poster
 
Posts: n/a
Default Custom toolbars not staying docked where I want them

Hi Phrank,

I've created a couple custom toolbars, and I've weeded out the other
menu buttons that I don't want in the other, more standard toolbars.
However, when I open documents, there doesn't seem to be a rhyme or
reason where my new toolbars will doc in the menu area at the top of
the screen. Sometimes they are where I put them, and sometimes they
are more spread out and even take up more lines of screen real estate.
How can I get my toolbars to behave and always open where I want them?

There's really no good way to achieve this, especially if your menu bars
aren't located in Normal.dot, or if you have Addins or other templates
that display a set of their own toolbars.

You can achieve a bit of control using macro code, manipulating
CommandBars by setting the RowIndex, Priority and Left properties. But
there's no way to "set them in stone" or get 100% predictability.

There are one or two toolbars I dock at the left or bottom of the
screen, for this very reason.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question
or reply in the newsgroup and not by e-mail :-)

  #3  
Old April 11th, 2006, 04:06 PM posted to microsoft.public.word.newusers
external usenet poster
 
Posts: n/a
Default Custom toolbars not staying docked where I want them

I finally put a macro in the templates holding some of my toolbars that puts
them in a particular place when the holding template is first accessed. To
do it, I first positioned them where I wanted them and the used the vba
editor's immediate window to query positions. Then I wrote a macro to put
the toolbars there. You need the name of your toolbar to do this.

Query statements:
? CommandBars("MyToolbar").Left
? CommandBars("MyToolbar").Top

In a document template, I would put a procedure in AutoOpen and AutoNew to
park the toolbar in that position. In a global template, it would be an
AutoExec macro.
--
Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://word.mvps.org/FAQs/ which is awesome!

My criminal defense site: http://addbalance.com
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.


"Phrank" wrote in message
...
I've created a couple custom toolbars, and I've weeded out the other
menu buttons that I don't want in the other, more standard toolbars.
However, when I open documents, there doesn't seem to be a rhyme or
reason where my new toolbars will doc in the menu area at the top of
the screen. Sometimes they are where I put them, and sometimes they
are more spread out and even take up more lines of screen real estate.
How can I get my toolbars to behave and always open where I want them?
Thanks.

Frank



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Need help with custom toolbars moving Angela Database Design 2 November 1st, 2005 06:13 PM
Toolbars Reports Custom Debbie D. Setting Up & Running Reports 3 September 28th, 2005 12:55 PM
Custom Toolbars Not Working (Word 2003) Chris General Discussion 1 June 14th, 2005 06:34 PM
Saving Custom Toolbars in Excel 2003 MIKE MEDLIN Setting up and Configuration 3 June 3rd, 2005 02:45 PM
Custom toolbars in Word 2000 - not saving to document or template? RS Lanigan General Discussion 4 December 10th, 2004 05:31 PM


All times are GMT +1. The time now is 06:59 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.