#1   Report Post  
Posted to microsoft.public.word.docmanagement
MoJR
 
Posts: n/a
Default toolbar

Currently, I have a toolbar containing macros for opening forms
that I use. I click a button and a form opens. I would like to do the same
for 2 folders I want to access quicker. Is there a way to do this?
thank you,
mojr
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
MoJR
 
Posts: n/a
Default toolbar

John,
Thank you very much for getting back. Where could I find the code you
referred to?
I would definitely like to try to do that.
thank you, mojr

"John McGhie [MVP - Word and Word Macinto" wrote:

Use FileOpen from Word to navigate to the folder you want. Select the
folder but do NOT open the folder.

In the FileOpen dialog, look at the top right: you will see a "Tools" menu.

Open that, and choose the "Add to my places" item.

An icon for the folder will appear in the left column of your FileOpen
dialog and stay there.

That's about as close as you can come to it in current versions of Word.
They took away the ability to save favourite file searches in Word.

You can make a macro to do this, but you have to write it, you can't record
it. It's probably better to create shortcuts to the folders you want and
put them in your Quick Launch bar in Windows.

Cheers


On 28/3/06 8:43 AM, in article
, "MoJR"
wrote:

Currently, I have a toolbar containing macros for opening forms
that I use. I click a button and a form opens. I would like to do the same
for 2 folders I want to access quicker. Is there a way to do this?
thank you,
mojr


--

Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410


  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Suzanne S. Barnhill
 
Posts: n/a
Default toolbar

No code involved. This is described at
http://www.gmayor.com/customize_the_word_places_bar.htm, to which I believe
you've already been referred.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"MoJR" wrote in message
...
John,
Thank you very much for getting back. Where could I find the code you
referred to?
I would definitely like to try to do that.
thank you, mojr

"John McGhie [MVP - Word and Word Macinto" wrote:

Use FileOpen from Word to navigate to the folder you want. Select the
folder but do NOT open the folder.

In the FileOpen dialog, look at the top right: you will see a "Tools"

menu.

Open that, and choose the "Add to my places" item.

An icon for the folder will appear in the left column of your FileOpen
dialog and stay there.

That's about as close as you can come to it in current versions of Word.
They took away the ability to save favourite file searches in Word.

You can make a macro to do this, but you have to write it, you can't

record
it. It's probably better to create shortcuts to the folders you want

and
put them in your Quick Launch bar in Windows.

Cheers


On 28/3/06 8:43 AM, in article
, "MoJR"
wrote:

Currently, I have a toolbar containing macros for opening forms
that I use. I click a button and a form opens. I would like to do the

same
for 2 folders I want to access quicker. Is there a way to do this?
thank you,
mojr


--

Please reply to the newsgroup to maintain the thread. Please do not

email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
John McGhie [MVP - Word and Word Macintosh]
 
Posts: n/a
Default toolbar

Use FileOpen from Word to navigate to the folder you want. Select the
folder but do NOT open the folder.

In the FileOpen dialog, look at the top right: you will see a "Tools" menu.

Open that, and choose the "Add to my places" item.

An icon for the folder will appear in the left column of your FileOpen
dialog and stay there.

That's about as close as you can come to it in current versions of Word.
They took away the ability to save favourite file searches in Word.

You can make a macro to do this, but you have to write it, you can't record
it. It's probably better to create shortcuts to the folders you want and
put them in your Quick Launch bar in Windows.

Cheers


On 28/3/06 8:43 AM, in article
, "MoJR"
wrote:

Currently, I have a toolbar containing macros for opening forms
that I use. I click a button and a form opens. I would like to do the same
for 2 folders I want to access quicker. Is there a way to do this?
thank you,
mojr


--

Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
MoJR
 
Posts: n/a
Default toolbar

What I meant was the code to place the folder on the toolbar. John said

You can make a macro to do this, but you have to write it, you can't record

it.
I want to click the folder on the toolbar and it opens. I do not want a
shortcut to the folder on the taskbar. Been there, done that. The shortest
distance between 2 objects(folder) is a straight line. Having another
shortcut on the taskbar is taking a detour.
thank, mojr

"Suzanne S. Barnhill" wrote:

No code involved. This is described at
http://www.gmayor.com/customize_the_word_places_bar.htm, to which I believe
you've already been referred.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"MoJR" wrote in message
...
John,
Thank you very much for getting back. Where could I find the code you
referred to?
I would definitely like to try to do that.
thank you, mojr

"John McGhie [MVP - Word and Word Macinto" wrote:

Use FileOpen from Word to navigate to the folder you want. Select the
folder but do NOT open the folder.

In the FileOpen dialog, look at the top right: you will see a "Tools"

menu.

Open that, and choose the "Add to my places" item.

An icon for the folder will appear in the left column of your FileOpen
dialog and stay there.

That's about as close as you can come to it in current versions of Word.
They took away the ability to save favourite file searches in Word.

You can make a macro to do this, but you have to write it, you can't

record
it. It's probably better to create shortcuts to the folders you want

and
put them in your Quick Launch bar in Windows.

Cheers


On 28/3/06 8:43 AM, in article
, "MoJR"
wrote:

Currently, I have a toolbar containing macros for opening forms
that I use. I click a button and a form opens. I would like to do the

same
for 2 folders I want to access quicker. Is there a way to do this?
thank you,
mojr

--

Please reply to the newsgroup to maintain the thread. Please do not

email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410






  #6   Report Post  
Posted to microsoft.public.word.docmanagement
John McGhie [MVP - Word and Word Macintosh]
 
Posts: n/a
Default toolbar

Yeah. *I* know what you want. But you do have to write a macro to do it,
then put the macro on your toolbar.

It's a complex macro to write and requires some advanced VBA. In the time
it would take you to learn how (at least a month or two unless you are
already expert at VBA) you would have saved a lot of time if you can learn
to live with the Places Bar and the Task Bar :-)

I don't use the technique myself because it's too much of a fiddle, and I
already know how to do it :-)

Cheers


On 28/3/06 1:40 PM, in article
, "MoJR"
wrote:

What I meant was the code to place the folder on the toolbar. John said

You can make a macro to do this, but you have to write it, you can't record

it.
I want to click the folder on the toolbar and it opens. I do not want a
shortcut to the folder on the taskbar. Been there, done that. The shortest
distance between 2 objects(folder) is a straight line. Having another
shortcut on the taskbar is taking a detour.
thank, mojr

"Suzanne S. Barnhill" wrote:

No code involved. This is described at
http://www.gmayor.com/customize_the_word_places_bar.htm, to which I believe
you've already been referred.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"MoJR" wrote in message
...
John,
Thank you very much for getting back. Where could I find the code you
referred to?
I would definitely like to try to do that.
thank you, mojr

"John McGhie [MVP - Word and Word Macinto" wrote:

Use FileOpen from Word to navigate to the folder you want. Select the
folder but do NOT open the folder.

In the FileOpen dialog, look at the top right: you will see a "Tools"

menu.

Open that, and choose the "Add to my places" item.

An icon for the folder will appear in the left column of your FileOpen
dialog and stay there.

That's about as close as you can come to it in current versions of Word.
They took away the ability to save favourite file searches in Word.

You can make a macro to do this, but you have to write it, you can't

record
it. It's probably better to create shortcuts to the folders you want

and
put them in your Quick Launch bar in Windows.

Cheers


On 28/3/06 8:43 AM, in article
, "MoJR"
wrote:

Currently, I have a toolbar containing macros for opening forms
that I use. I click a button and a form opens. I would like to do the

same
for 2 folders I want to access quicker. Is there a way to do this?
thank you,
mojr

--

Please reply to the newsgroup to maintain the thread. Please do not

email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410





--

Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410

  #7   Report Post  
Posted to microsoft.public.word.docmanagement
Tony Jollans
 
Posts: n/a
Default toolbar

Go To Tools Customize Commands tab
Under Categories (on the left) Select Web
Under Commands (on the right) Click and Drag "Open Hyperlink" to your
Toolbar
Right Click on the new icon on your toolbar and Select "Assign Hyperlink"
Open
Choose your Folder and press OK
Press Close to close the Customize Dialog.

--
Enjoy,
Tony

"MoJR" wrote in message
...
Currently, I have a toolbar containing macros for opening forms
that I use. I click a button and a form opens. I would like to do the same
for 2 folders I want to access quicker. Is there a way to do this?
thank you,
mojr



  #8   Report Post  
Posted to microsoft.public.word.docmanagement
MoJR
 
Posts: n/a
Default toolbar

John,
Thank s for getting back. I kind of figured it would be like that. Oh well.
It was worth a shot by asking.
Thanks very much!!
mojr

"John McGhie [MVP - Word and Word Macinto" wrote:

Yeah. *I* know what you want. But you do have to write a macro to do it,
then put the macro on your toolbar.

It's a complex macro to write and requires some advanced VBA. In the time
it would take you to learn how (at least a month or two unless you are
already expert at VBA) you would have saved a lot of time if you can learn
to live with the Places Bar and the Task Bar :-)

I don't use the technique myself because it's too much of a fiddle, and I
already know how to do it :-)

Cheers


On 28/3/06 1:40 PM, in article
, "MoJR"
wrote:

What I meant was the code to place the folder on the toolbar. John said

You can make a macro to do this, but you have to write it, you can't record

it.
I want to click the folder on the toolbar and it opens. I do not want a
shortcut to the folder on the taskbar. Been there, done that. The shortest
distance between 2 objects(folder) is a straight line. Having another
shortcut on the taskbar is taking a detour.
thank, mojr

"Suzanne S. Barnhill" wrote:

No code involved. This is described at
http://www.gmayor.com/customize_the_word_places_bar.htm, to which I believe
you've already been referred.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"MoJR" wrote in message
...
John,
Thank you very much for getting back. Where could I find the code you
referred to?
I would definitely like to try to do that.
thank you, mojr

"John McGhie [MVP - Word and Word Macinto" wrote:

Use FileOpen from Word to navigate to the folder you want. Select the
folder but do NOT open the folder.

In the FileOpen dialog, look at the top right: you will see a "Tools"
menu.

Open that, and choose the "Add to my places" item.

An icon for the folder will appear in the left column of your FileOpen
dialog and stay there.

That's about as close as you can come to it in current versions of Word.
They took away the ability to save favourite file searches in Word.

You can make a macro to do this, but you have to write it, you can't
record
it. It's probably better to create shortcuts to the folders you want
and
put them in your Quick Launch bar in Windows.

Cheers


On 28/3/06 8:43 AM, in article
, "MoJR"
wrote:

Currently, I have a toolbar containing macros for opening forms
that I use. I click a button and a form opens. I would like to do the
same
for 2 folders I want to access quicker. Is there a way to do this?
thank you,
mojr

--

Please reply to the newsgroup to maintain the thread. Please do not
email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410





--

Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410


  #9   Report Post  
Posted to microsoft.public.word.docmanagement
MoJR
 
Posts: n/a
Default toolbar

tony,
Brilliant. Simply brilliant. That works very well, but I get a warning
message every time I try to open the folders. How do I get rid of that little
beauty!
mojr

"Tony Jollans" wrote:

Go To Tools Customize Commands tab
Under Categories (on the left) Select Web
Under Commands (on the right) Click and Drag "Open Hyperlink" to your
Toolbar
Right Click on the new icon on your toolbar and Select "Assign Hyperlink"
Open
Choose your Folder and press OK
Press Close to close the Customize Dialog.

--
Enjoy,
Tony

"MoJR" wrote in message
...
Currently, I have a toolbar containing macros for opening forms
that I use. I click a button and a form opens. I would like to do the same
for 2 folders I want to access quicker. Is there a way to do this?
thank you,
mojr




  #10   Report Post  
Posted to microsoft.public.word.docmanagement
Tony Jollans
 
Posts: n/a
Default toolbar

What does it say? I don't get one.

Just thought - is it something about hyperlinks being potentially unsafe? I
believe it is subject to your macro security level (Tools Macro
Security) - try setting it to Medium.

--
Enjoy,
Tony

"MoJR" wrote in message
...
tony,
Brilliant. Simply brilliant. That works very well, but I get a warning
message every time I try to open the folders. How do I get rid of that

little
beauty!
mojr

"Tony Jollans" wrote:

Go To Tools Customize Commands tab
Under Categories (on the left) Select Web
Under Commands (on the right) Click and Drag "Open Hyperlink" to your
Toolbar
Right Click on the new icon on your toolbar and Select "Assign

Hyperlink"
Open
Choose your Folder and press OK
Press Close to close the Customize Dialog.

--
Enjoy,
Tony

"MoJR" wrote in message
...
Currently, I have a toolbar containing macros for opening forms
that I use. I click a button and a form opens. I would like to do the

same
for 2 folders I want to access quicker. Is there a way to do this?
thank you,
mojr








  #11   Report Post  
Posted to microsoft.public.word.docmanagement
MoJR
 
Posts: n/a
Default toolbar

It tells me that hyperlinks can be dangerous. I should trust only hperlinks
from trusted authors. Resetting the macro security didn't help.
Any other suggestions hopefully?
mojr

"Tony Jollans" wrote:

What does it say? I don't get one.

Just thought - is it something about hyperlinks being potentially unsafe? I
believe it is subject to your macro security level (Tools Macro
Security) - try setting it to Medium.

--
Enjoy,
Tony

"MoJR" wrote in message
...
tony,
Brilliant. Simply brilliant. That works very well, but I get a warning
message every time I try to open the folders. How do I get rid of that

little
beauty!
mojr

"Tony Jollans" wrote:

Go To Tools Customize Commands tab
Under Categories (on the left) Select Web
Under Commands (on the right) Click and Drag "Open Hyperlink" to your
Toolbar
Right Click on the new icon on your toolbar and Select "Assign

Hyperlink"
Open
Choose your Folder and press OK
Press Close to close the Customize Dialog.

--
Enjoy,
Tony

"MoJR" wrote in message
...
Currently, I have a toolbar containing macros for opening forms
that I use. I click a button and a form opens. I would like to do the

same
for 2 folders I want to access quicker. Is there a way to do this?
thank you,
mojr






  #12   Report Post  
Posted to microsoft.public.word.docmanagement
Tony Jollans
 
Posts: n/a
Default toolbar

Hi MoJR,

Interesting.

I didn't normally see the message with Security set to medium.
To test, I set security to high, and got the message.
Then I couldn't get rid of it!

Whatever odd thing happened to me, this should clear it for you:
http://support.microsoft.com/?kbid=829072

--
Enjoy,
Tony

"MoJR" wrote in message
...
It tells me that hyperlinks can be dangerous. I should trust only

hperlinks
from trusted authors. Resetting the macro security didn't help.
Any other suggestions hopefully?
mojr

"Tony Jollans" wrote:

What does it say? I don't get one.

Just thought - is it something about hyperlinks being potentially

unsafe? I
believe it is subject to your macro security level (Tools Macro
Security) - try setting it to Medium.

--
Enjoy,
Tony

"MoJR" wrote in message
...
tony,
Brilliant. Simply brilliant. That works very well, but I get a warning
message every time I try to open the folders. How do I get rid of that

little
beauty!
mojr

"Tony Jollans" wrote:

Go To Tools Customize Commands tab
Under Categories (on the left) Select Web
Under Commands (on the right) Click and Drag "Open Hyperlink" to

your
Toolbar
Right Click on the new icon on your toolbar and Select "Assign

Hyperlink"
Open
Choose your Folder and press OK
Press Close to close the Customize Dialog.

--
Enjoy,
Tony

"MoJR" wrote in message
...
Currently, I have a toolbar containing macros for opening forms
that I use. I click a button and a form opens. I would like to do

the
same
for 2 folders I want to access quicker. Is there a way to do this?
thank you,
mojr








  #13   Report Post  
Posted to microsoft.public.word.docmanagement
MoJR
 
Posts: n/a
Default toolbar

Brilliant!! Simply brilliant!! Dude, you should do this stuff for a living.
That fix worked perfectly.
Thank You!!
mojr

"Tony Jollans" wrote:

Hi MoJR,

Interesting.

I didn't normally see the message with Security set to medium.
To test, I set security to high, and got the message.
Then I couldn't get rid of it!

Whatever odd thing happened to me, this should clear it for you:
http://support.microsoft.com/?kbid=829072

--
Enjoy,
Tony

"MoJR" wrote in message
...
It tells me that hyperlinks can be dangerous. I should trust only

hperlinks
from trusted authors. Resetting the macro security didn't help.
Any other suggestions hopefully?
mojr

"Tony Jollans" wrote:

What does it say? I don't get one.

Just thought - is it something about hyperlinks being potentially

unsafe? I
believe it is subject to your macro security level (Tools Macro
Security) - try setting it to Medium.

--
Enjoy,
Tony

"MoJR" wrote in message
...
tony,
Brilliant. Simply brilliant. That works very well, but I get a warning
message every time I try to open the folders. How do I get rid of that
little
beauty!
mojr

"Tony Jollans" wrote:

Go To Tools Customize Commands tab
Under Categories (on the left) Select Web
Under Commands (on the right) Click and Drag "Open Hyperlink" to

your
Toolbar
Right Click on the new icon on your toolbar and Select "Assign
Hyperlink"
Open
Choose your Folder and press OK
Press Close to close the Customize Dialog.

--
Enjoy,
Tony

"MoJR" wrote in message
...
Currently, I have a toolbar containing macros for opening forms
that I use. I click a button and a form opens. I would like to do

the
same
for 2 folders I want to access quicker. Is there a way to do this?
thank you,
mojr









  #14   Report Post  
Posted to microsoft.public.word.docmanagement
Tony Jollans
 
Posts: n/a
Default toolbar

My pleasure! Glad you've got it working as you wish.

--
Enjoy,
Tony

"MoJR" wrote in message
...
Brilliant!! Simply brilliant!! Dude, you should do this stuff for a

living.
That fix worked perfectly.
Thank You!!
mojr

"Tony Jollans" wrote:

Hi MoJR,

Interesting.

I didn't normally see the message with Security set to medium.
To test, I set security to high, and got the message.
Then I couldn't get rid of it!

Whatever odd thing happened to me, this should clear it for you:
http://support.microsoft.com/?kbid=829072

--
Enjoy,
Tony

"MoJR" wrote in message
...
It tells me that hyperlinks can be dangerous. I should trust only

hperlinks
from trusted authors. Resetting the macro security didn't help.
Any other suggestions hopefully?
mojr

"Tony Jollans" wrote:

What does it say? I don't get one.

Just thought - is it something about hyperlinks being potentially

unsafe? I
believe it is subject to your macro security level (Tools Macro
Security) - try setting it to Medium.

--
Enjoy,
Tony

"MoJR" wrote in message
...
tony,
Brilliant. Simply brilliant. That works very well, but I get a

warning
message every time I try to open the folders. How do I get rid of

that
little
beauty!
mojr

"Tony Jollans" wrote:

Go To Tools Customize Commands tab
Under Categories (on the left) Select Web
Under Commands (on the right) Click and Drag "Open Hyperlink" to

your
Toolbar
Right Click on the new icon on your toolbar and Select "Assign
Hyperlink"
Open
Choose your Folder and press OK
Press Close to close the Customize Dialog.

--
Enjoy,
Tony

"MoJR" wrote in message
...
Currently, I have a toolbar containing macros for opening

forms
that I use. I click a button and a form opens. I would like to

do
the
same
for 2 folders I want to access quicker. Is there a way to do

this?
thank you,
mojr











  #15   Report Post  
Posted to microsoft.public.word.docmanagement
John McGhie [MVP - Word and Word Macintosh]
 
Posts: n/a
Default toolbar

Thanks Tony!

I never thought of that one :-)

Cheers


On 31/3/06 4:57 AM, in article , "Tony
Jollans" My Forename at My Surname dot com wrote:

My pleasure! Glad you've got it working as you wish.

--
Enjoy,
Tony

"MoJR" wrote in message
...
Brilliant!! Simply brilliant!! Dude, you should do this stuff for a

living.
That fix worked perfectly.
Thank You!!
mojr

"Tony Jollans" wrote:

Hi MoJR,

Interesting.

I didn't normally see the message with Security set to medium.
To test, I set security to high, and got the message.
Then I couldn't get rid of it!

Whatever odd thing happened to me, this should clear it for you:
http://support.microsoft.com/?kbid=829072

--
Enjoy,
Tony

"MoJR" wrote in message
...
It tells me that hyperlinks can be dangerous. I should trust only
hperlinks
from trusted authors. Resetting the macro security didn't help.
Any other suggestions hopefully?
mojr

"Tony Jollans" wrote:

What does it say? I don't get one.

Just thought - is it something about hyperlinks being potentially
unsafe? I
believe it is subject to your macro security level (Tools Macro
Security) - try setting it to Medium.

--
Enjoy,
Tony

"MoJR" wrote in message
...
tony,
Brilliant. Simply brilliant. That works very well, but I get a

warning
message every time I try to open the folders. How do I get rid of

that
little
beauty!
mojr

"Tony Jollans" wrote:

Go To Tools Customize Commands tab
Under Categories (on the left) Select Web
Under Commands (on the right) Click and Drag "Open Hyperlink" to
your
Toolbar
Right Click on the new icon on your toolbar and Select "Assign
Hyperlink"
Open
Choose your Folder and press OK
Press Close to close the Customize Dialog.

--
Enjoy,
Tony

"MoJR" wrote in message
...
Currently, I have a toolbar containing macros for opening

forms
that I use. I click a button and a form opens. I would like to

do
the
same
for 2 folders I want to access quicker. Is there a way to do

this?
thank you,
mojr












--

Please reply to the newsgroup to maintain the thread. Please do not email
me unless I ask you to.

John McGhie
Microsoft MVP, Word and Word for Macintosh. Consultant Technical Writer
Sydney, Australia +61 (0) 4 1209 1410

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Toolbar doesn't show the Adobe PDF toolbar LKH Microsoft Word Help 2 November 17th 05 02:07 PM
Toolbar and style problem in Word Neron Microsoft Word Help 0 October 8th 05 11:10 AM
Adobe Acrobat on Toolbar in Normal Template winddance Microsoft Word Help 2 February 28th 05 04:57 PM
New Macros don't appear on toolbar for all users Shirley Hommel Microsoft Word Help 2 January 11th 05 04:39 PM
Toolbar problem CarolineJ Microsoft Word Help 1 November 28th 04 01:17 AM


All times are GMT +1. The time now is 04:36 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"