|
|
|
date: Tue, 31 May 2005 19:26:01 +0200,
group: microsoft.public.word.setup.networking
back
Re: word 2000 template
The only way to change these documents is to open them. This can be done
with a macro that you start running when you go home for the night. The
macro will work much better if the computer holding the documents is not
connected to the network when it runs. (Opening them manually and changing
them one at a time will also be faster if done when logged off the network.)
Before doing this read up on templates vs .documents. I suspect you are
using documents when you should be using templates. If so, this is a real
part of your problem, because your problem does not happen with templates,
only with documents. For more on the different kinds of templates, tabs on
the file new dialog, and locations of templates folders see
http://addbalance.com/usersguide/templates.htm. Unfortunately, this will
only help with what you do in the future, not with your current problem.
If you don't want to change these by opening each one manually, you will
need someone who is willing to work to learn a little programming (someone
who already knows some would be even better). The following links should
help.
http://word.mvps.org/FAQs/MacrosVBA/VBABasicsIn15Mins.htm
http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
http://word.mvps.org/FAQs/MacrosVBA/UsingRecorder.htm
http://word.mvps.org/FAQs/MacrosVBA/ModifyRecordedMacro.htm
I would record a macro that changes one of these documents' attached
template to normal.dot. I would examine that macro in the visual basic
editor (Alt-F11) and integrate part of the recorded macro into the find and
replace macro (referred to earlier) to fix all documents in a folder.
Off-hand, I would say your time spent learning vba will be well rewarded in
saved time on this single project.
--
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://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
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.
"Kolgrim" wrote in message
news:udA%23URhZFHA.1412@TK2MSFTNGP12.phx.gbl...
> Ok, I don't know much about macros and word.
>
> All this files are located on two servers in lots of folders.
>
> Please don't tell me to open all the files.
>
>
>
> Can you tell me how to use this
> http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm
>
> Or where I can read about how to create a macro.
>
>
>
>
>
>
>
> "Charles Kenyon" skrev i
> meddelandet news:%23jIqWzgZFHA.1424@TK2MSFTNGP15.phx.gbl...
>> No, there is not. Generally speaking documents are things that are not
>> continuously used, although some certainly are. If you are using your
>> documents as the basis for new documents, they should be templates rather
>> than documents.
>>
>> You can open Word while logged off the network and open the documents
>> much more quickly. Then change the attached template to normal.dot. You
>> can use a macro to do this for all documents in a folder. See the macro
>> to do a global search and replace on the MVP FAQ site for starter code.
>> http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm
>> --
>> 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://www.mvps.org/word which is awesome!
>> --------- --------- --------- --------- --------- ---------
>> 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.
>>
>> "Kolgrim" wrote in message
>> news:%23l6tcggZFHA.612@TK2MSFTNGP12.phx.gbl...
>>>I use Office 2000 and i have a few hundred Word documents that take 5 min
>>>to open.
>>>
>>> The problem is that tools - templates and add-ins. - document template
>>> is pointing to an old server.
>>>
>>> Is there any way to change that without open every document, its maybe
>>> 600-800.
>>>
>>>
>>>
>>>
>>>
>>
>>
>
>
date: Tue, 31 May 2005 14:24:06 -0500
author: Charles Kenyon
Re: word 2000 template
One other caveat, normal.dot should _not_ be a shared network file.
--
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://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
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.
"Charles Kenyon" wrote in
message news:ukZ6QZhZFHA.616@TK2MSFTNGP12.phx.gbl...
> The only way to change these documents is to open them. This can be done
> with a macro that you start running when you go home for the night. The
> macro will work much better if the computer holding the documents is not
> connected to the network when it runs. (Opening them manually and changing
> them one at a time will also be faster if done when logged off the
> network.)
>
> Before doing this read up on templates vs .documents. I suspect you are
> using documents when you should be using templates. If so, this is a real
> part of your problem, because your problem does not happen with templates,
> only with documents. For more on the different kinds of templates, tabs on
> the file new dialog, and locations of templates folders see
> http://addbalance.com/usersguide/templates.htm. Unfortunately, this will
> only help with what you do in the future, not with your current problem.
>
> If you don't want to change these by opening each one manually, you will
> need someone who is willing to work to learn a little programming (someone
> who already knows some would be even better). The following links should
> help.
> http://word.mvps.org/FAQs/MacrosVBA/VBABasicsIn15Mins.htm
> http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
> http://word.mvps.org/FAQs/MacrosVBA/UsingRecorder.htm
> http://word.mvps.org/FAQs/MacrosVBA/ModifyRecordedMacro.htm
>
> I would record a macro that changes one of these documents' attached
> template to normal.dot. I would examine that macro in the visual basic
> editor (Alt-F11) and integrate part of the recorded macro into the find
> and replace macro (referred to earlier) to fix all documents in a folder.
> Off-hand, I would say your time spent learning vba will be well rewarded
> in saved time on this single project.
> --
>
> 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://www.mvps.org/word which is awesome!
> --------- --------- --------- --------- --------- ---------
> 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.
>
> "Kolgrim" wrote in message
> news:udA%23URhZFHA.1412@TK2MSFTNGP12.phx.gbl...
>> Ok, I don't know much about macros and word.
>>
>> All this files are located on two servers in lots of folders.
>>
>> Please don't tell me to open all the files.
>>
>>
>>
>> Can you tell me how to use this
>> http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm
>>
>> Or where I can read about how to create a macro.
>>
>>
>>
>>
>>
>>
>>
>> "Charles Kenyon" skrev i
>> meddelandet news:%23jIqWzgZFHA.1424@TK2MSFTNGP15.phx.gbl...
>>> No, there is not. Generally speaking documents are things that are not
>>> continuously used, although some certainly are. If you are using your
>>> documents as the basis for new documents, they should be templates
>>> rather than documents.
>>>
>>> You can open Word while logged off the network and open the documents
>>> much more quickly. Then change the attached template to normal.dot. You
>>> can use a macro to do this for all documents in a folder. See the macro
>>> to do a global search and replace on the MVP FAQ site for starter code.
>>> http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm
>>> --
>>> 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://www.mvps.org/word which is awesome!
>>> --------- --------- --------- --------- --------- ---------
>>> 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.
>>>
>>> "Kolgrim" wrote in message
>>> news:%23l6tcggZFHA.612@TK2MSFTNGP12.phx.gbl...
>>>>I use Office 2000 and i have a few hundred Word documents that take 5
>>>>min to open.
>>>>
>>>> The problem is that tools - templates and add-ins. - document template
>>>> is pointing to an old server.
>>>>
>>>> Is there any way to change that without open every document, its maybe
>>>> 600-800.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
date: Tue, 31 May 2005 14:28:01 -0500
author: Charles Kenyon
Re: word 2000 template
Thanks Charles,
Now i have something to do tonight :-)
And I hope I will find a solution for thins soon.
"Charles Kenyon" skrev i
meddelandet news:ucQ0cbhZFHA.3864@TK2MSFTNGP10.phx.gbl...
> One other caveat, normal.dot should _not_ be a shared network file.
> --
> 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://www.mvps.org/word which is awesome!
> --------- --------- --------- --------- --------- ---------
> 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.
>
> "Charles Kenyon" wrote in
> message news:ukZ6QZhZFHA.616@TK2MSFTNGP12.phx.gbl...
>> The only way to change these documents is to open them. This can be done
>> with a macro that you start running when you go home for the night. The
>> macro will work much better if the computer holding the documents is not
>> connected to the network when it runs. (Opening them manually and
>> changing them one at a time will also be faster if done when logged off
>> the network.)
>>
>> Before doing this read up on templates vs .documents. I suspect you are
>> using documents when you should be using templates. If so, this is a real
>> part of your problem, because your problem does not happen with
>> templates, only with documents. For more on the different kinds of
>> templates, tabs on the file new dialog, and locations of templates
>> folders see http://addbalance.com/usersguide/templates.htm.
>> Unfortunately, this will only help with what you do in the future, not
>> with your current problem.
>>
>> If you don't want to change these by opening each one manually, you will
>> need someone who is willing to work to learn a little programming
>> (someone who already knows some would be even better). The following
>> links should help.
>> http://word.mvps.org/FAQs/MacrosVBA/VBABasicsIn15Mins.htm
>> http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
>> http://word.mvps.org/FAQs/MacrosVBA/UsingRecorder.htm
>> http://word.mvps.org/FAQs/MacrosVBA/ModifyRecordedMacro.htm
>>
>> I would record a macro that changes one of these documents' attached
>> template to normal.dot. I would examine that macro in the visual basic
>> editor (Alt-F11) and integrate part of the recorded macro into the find
>> and replace macro (referred to earlier) to fix all documents in a folder.
>> Off-hand, I would say your time spent learning vba will be well rewarded
>> in saved time on this single project.
>> --
>>
>> 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://www.mvps.org/word which is awesome!
>> --------- --------- --------- --------- --------- ---------
>> 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.
>>
>> "Kolgrim" wrote in message
>> news:udA%23URhZFHA.1412@TK2MSFTNGP12.phx.gbl...
>>> Ok, I don't know much about macros and word.
>>>
>>> All this files are located on two servers in lots of folders.
>>>
>>> Please don't tell me to open all the files.
>>>
>>>
>>>
>>> Can you tell me how to use this
>>> http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm
>>>
>>> Or where I can read about how to create a macro.
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>> "Charles Kenyon" skrev i
>>> meddelandet news:%23jIqWzgZFHA.1424@TK2MSFTNGP15.phx.gbl...
>>>> No, there is not. Generally speaking documents are things that are not
>>>> continuously used, although some certainly are. If you are using your
>>>> documents as the basis for new documents, they should be templates
>>>> rather than documents.
>>>>
>>>> You can open Word while logged off the network and open the documents
>>>> much more quickly. Then change the attached template to normal.dot. You
>>>> can use a macro to do this for all documents in a folder. See the macro
>>>> to do a global search and replace on the MVP FAQ site for starter code.
>>>> http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm
>>>> --
>>>> 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://www.mvps.org/word which is awesome!
>>>> --------- --------- --------- --------- --------- ---------
>>>> 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.
>>>>
>>>> "Kolgrim" wrote in message
>>>> news:%23l6tcggZFHA.612@TK2MSFTNGP12.phx.gbl...
>>>>>I use Office 2000 and i have a few hundred Word documents that take 5
>>>>>min to open.
>>>>>
>>>>> The problem is that tools - templates and add-ins. - document template
>>>>> is pointing to an old server.
>>>>>
>>>>> Is there any way to change that without open every document, its maybe
>>>>> 600-800.
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
date: Tue, 31 May 2005 22:31:17 +0200
author: Kolgrim
Re: word 2000 template
Hi, I think this link is just what I'm looking for
http://support.microsoft.com/?kbid=823372
"Kolgrim" skrev i meddelandet
news:e7C0x%23hZFHA.2496@TK2MSFTNGP14.phx.gbl...
> Thanks Charles,
>
> Now i have something to do tonight :-)
> And I hope I will find a solution for thins soon.
>
>
>
>
> "Charles Kenyon" skrev i
> meddelandet news:ucQ0cbhZFHA.3864@TK2MSFTNGP10.phx.gbl...
>> One other caveat, normal.dot should _not_ be a shared network file.
>> --
>> 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://www.mvps.org/word which is awesome!
>> --------- --------- --------- --------- --------- ---------
>> 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.
>>
>> "Charles Kenyon" wrote in
>> message news:ukZ6QZhZFHA.616@TK2MSFTNGP12.phx.gbl...
>>> The only way to change these documents is to open them. This can be done
>>> with a macro that you start running when you go home for the night. The
>>> macro will work much better if the computer holding the documents is not
>>> connected to the network when it runs. (Opening them manually and
>>> changing them one at a time will also be faster if done when logged off
>>> the network.)
>>>
>>> Before doing this read up on templates vs .documents. I suspect you are
>>> using documents when you should be using templates. If so, this is a
>>> real part of your problem, because your problem does not happen with
>>> templates, only with documents. For more on the different kinds of
>>> templates, tabs on the file new dialog, and locations of templates
>>> folders see http://addbalance.com/usersguide/templates.htm.
>>> Unfortunately, this will only help with what you do in the future, not
>>> with your current problem.
>>>
>>> If you don't want to change these by opening each one manually, you will
>>> need someone who is willing to work to learn a little programming
>>> (someone who already knows some would be even better). The following
>>> links should help.
>>> http://word.mvps.org/FAQs/MacrosVBA/VBABasicsIn15Mins.htm
>>> http://word.mvps.org/FAQs/MacrosVBA/CreateAMacro.htm
>>> http://word.mvps.org/FAQs/MacrosVBA/UsingRecorder.htm
>>> http://word.mvps.org/FAQs/MacrosVBA/ModifyRecordedMacro.htm
>>>
>>> I would record a macro that changes one of these documents' attached
>>> template to normal.dot. I would examine that macro in the visual basic
>>> editor (Alt-F11) and integrate part of the recorded macro into the find
>>> and replace macro (referred to earlier) to fix all documents in a
>>> folder. Off-hand, I would say your time spent learning vba will be well
>>> rewarded in saved time on this single project.
>>> --
>>>
>>> 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://www.mvps.org/word which is awesome!
>>> --------- --------- --------- --------- --------- ---------
>>> 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.
>>>
>>> "Kolgrim" wrote in message
>>> news:udA%23URhZFHA.1412@TK2MSFTNGP12.phx.gbl...
>>>> Ok, I don't know much about macros and word.
>>>>
>>>> All this files are located on two servers in lots of folders.
>>>>
>>>> Please don't tell me to open all the files.
>>>>
>>>>
>>>>
>>>> Can you tell me how to use this
>>>> http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm
>>>>
>>>> Or where I can read about how to create a macro.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> "Charles Kenyon" skrev i
>>>> meddelandet news:%23jIqWzgZFHA.1424@TK2MSFTNGP15.phx.gbl...
>>>>> No, there is not. Generally speaking documents are things that are not
>>>>> continuously used, although some certainly are. If you are using your
>>>>> documents as the basis for new documents, they should be templates
>>>>> rather than documents.
>>>>>
>>>>> You can open Word while logged off the network and open the documents
>>>>> much more quickly. Then change the attached template to normal.dot.
>>>>> You can use a macro to do this for all documents in a folder. See the
>>>>> macro to do a global search and replace on the MVP FAQ site for
>>>>> starter code. http://word.mvps.org/FAQs/MacrosVBA/BatchFR.htm
>>>>> --
>>>>> 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://www.mvps.org/word which is awesome!
>>>>> --------- --------- --------- --------- --------- ---------
>>>>> 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.
>>>>>
>>>>> "Kolgrim" wrote in message
>>>>> news:%23l6tcggZFHA.612@TK2MSFTNGP12.phx.gbl...
>>>>>>I use Office 2000 and i have a few hundred Word documents that take 5
>>>>>>min to open.
>>>>>>
>>>>>> The problem is that tools - templates and add-ins. - document
>>>>>> template is pointing to an old server.
>>>>>>
>>>>>> Is there any way to change that without open every document, its
>>>>>> maybe 600-800.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>
>>>
>>
>>
>
>
date: Wed, 1 Jun 2005 14:24:44 +0200
author: kolgrim
|
|