How big can templates be? 
Author Message
 How big can templates be?

Hi all,
I am running windows 98 with office 2000. I am creating
forms and VBA modules in templates. I was wondering if you
know how big you can make a template file. Is there a size
limit?

Thanks,
M. Berry



Tue, 30 Nov 2004 05:48:00 GMT  
 How big can templates be?
The total file size limit for a template is the same as for a document as
far as I know. That limit is 32Mb plus the size of any embedded graphics.

That's the theoretical limit. I wouldn't recommend that you attempt to get
anywhere near that though!

I'd recommend you regularly use the Word VBA Code Cleaner from
www.payneconsulting.com.

If you use that regularly, it will tend to minimise file bloat resulting
from repeated editing of the VBA code. If you do that, there should be no
particular problem letting the template grow to about 2Mb. Beyond that,
loading time might start becoming significant and you may want to break it
up into smaller chunks.

--
Regards
Jonathan West - Word MVP
MultiLinker - Automated generation of hyperlinks in Word
Conversion to PDF & HTML
http://www.multilinker.com
Word FAQs at http://www.multilinker.com/wordfaq
Please post any follow-up in the newsgroup. I do not reply to Word questions
by email


Quote:
> Hi all,
> I am running windows 98 with office 2000. I am creating
> forms and vba modules in templates. I was wondering if you
> know how big you can make a template file. Is there a size
> limit?

> Thanks,
> M. Berry



Tue, 30 Nov 2004 18:48:08 GMT  
 How big can templates be?


Quote:
> The total file size limit for a template is the same as for a document as
> far as I know. That limit is 32Mb plus the size of any embedded graphics.

> That's the theoretical limit. I wouldn't recommend that you attempt to get
> anywhere near that though!

> I'd recommend you regularly use the Word VBA Code Cleaner from
> www.payneconsulting.com.

> If you use that regularly, it will tend to minimise file bloat resulting
> from repeated editing of the VBA code.

Hi Jonathan
I am running Windows 98 and using Word and Access from Office 97
(Professional).  Recently I have noticed that closing documents (in Word,
Access and Excel) can often take a long time - circa 10 - 20 seconds.
Sometimes the document closes almost instantly but leaves the
(blank)application window on screen and it then takes some seconds to close.

I have been having problems getting VB code to work in a Word macro for a
mail merge job using an Access Table as the data source.  I have edited the
VB code many times and made copies with variations.  (These will be deleted
when I get my code working properly.)

Could this be the cause of the slow file closures?  If so would the Code
Cleaner from Payne be of some use?  I visited their site but it gave only a
brief description of what their free download was supposed to do.  I
downloaded the file (PCGWordCodeCleaner.exe) but haven't used it yet as I am
very wary of .exe files if I am uncertain exactly what they will do.  If I
run this program will it give me explanations of what it plans to do and/or
options to take and thus provide me with some degree of control?  Obviously
I don't want to lose any of the work I have done so far.

Regards
Peter Scott

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.371 / Virus Database: 206 - Release Date: 13/06/02



Sun, 05 Dec 2004 04:16:17 GMT  
 How big can templates be?


Subject: Re: How big can templates be?
Date: 18 June 2002 21:16


Quote:
> The total file size limit for a template is the same as for a document as
> far as I know. That limit is 32Mb plus the size of any embedded graphics.

> That's the theoretical limit. I wouldn't recommend that you attempt to get
> anywhere near that though!

> I'd recommend you regularly use the Word VBA Code Cleaner from
> www.payneconsulting.com.

> If you use that regularly, it will tend to minimise file bloat resulting
> from repeated editing of the VBA code.

Hi Jonathan
I am running Windows 98 and using Word and Access from Office 97
(Professional).  Recently I have noticed that closing documents (in Word,
Access and Excel) can often take a long time - circa 10 - 20 seconds.
Sometimes the document closes almost instantly but leaves the
(blank)application window on screen and it then takes some seconds to close.

I have been having problems getting VB code to work in a Word macro for a
mail merge job using an Access Table as the data source.  I have edited the
VB code many times and made copies with variations.  (These will be deleted
when I get my code working properly.)

Could this be the cause of the slow file closures?  If so would the Code
Cleaner from Payne be of some use?  I visited their site but it gave only a
brief description of what their free download was supposed to do.  I
downloaded the file (PCGWordCodeCleaner.exe) but haven't used it yet as I am
very wary of .exe files if I am uncertain exactly what they will do.  If I
run this program will it give me explanations of what it plans to do and/or
options to take and thus provide me with some degree of control?  Obviously
I don't want to lose any of the work I have done so far.

Regards
Peter Scott

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.371 / Virus Database: 206 - Release Date: 13/06/02



Sun, 05 Dec 2004 04:26:01 GMT  
 How big can templates be?
Hi Peter,


Quote:



> > The total file size limit for a template is the same as for a document
as
> > far as I know. That limit is 32Mb plus the size of any embedded
graphics.

> > That's the theoretical limit. I wouldn't recommend that you attempt to
get
> > anywhere near that though!

> > I'd recommend you regularly use the Word VBA Code Cleaner from
> > www.payneconsulting.com.

> > If you use that regularly, it will tend to minimise file bloat resulting
> > from repeated editing of the VBA code.

> Hi Jonathan
> I am running Windows 98 and using Word and Access from Office 97
> (Professional).  Recently I have noticed that closing documents (in Word,
> Access and Excel) can often take a long time - circa 10 - 20 seconds.
> Sometimes the document closes almost instantly but leaves the
> (blank)application window on screen and it then takes some seconds to

close.

See if this article identifies the cause of the problem.

Problems opening Word
Word opens very slowly; or crashes (or gives an error message) as soon as it
opens
http://www.mvps.org/word/FAQs/AppErrors/ProbsOpeningWord.htm

Quote:

> I have been having problems getting VB code to work in a Word macro for a
> mail merge job using an Access Table as the data source.  I have edited
the
> VB code many times and made copies with variations.  (These will be
deleted
> when I get my code working properly.)

> Could this be the cause of the slow file closures?

Possibly.

Quote:
> If so would the Code
> Cleaner from Payne be of some use?

Very probably.

Quote:
> I visited their site but it gave only a
> brief description of what their free download was supposed to do.  I
> downloaded the file (PCGWordCodeCleaner.exe) but haven't used it yet as I
am
> very wary of .exe files if I am uncertain exactly what they will do.  If I
> run this program will it give me explanations of what it plans to do
and/or
> options to take and thus provide me with some degree of control?

Yes it does. One of the options is to backup the template before doing
anything else.

Quote:
> Obviously
> I don't want to lose any of the work I have done so far.

That file is just the installation routine. It installs an add-in in Word's
startup folder, so that you have an additional item in the Tools menu. What
the code cleaner does is back up your file, then export all the forms &
modules, re-import them and save. There are one or two other options for
further code shrinkage that I don't bother with.

This cuts down the template bloat that arises from editing VBA, particularly
in Word 97. You can do all that by hand if you prefer, it just takes longer.

I use the VBA code cleaner regularly myself.

--
Regards
Jonathan West - Word MVP
MultiLinker - Automated generation of hyperlinks in Word
Conversion to PDF & HTML
http://www.multilinker.com
Word FAQs at http://www.multilinker.com/wordfaq
Please post any follow-up in the newsgroup. I do not reply to Word questions
by email



Sun, 05 Dec 2004 04:36:31 GMT  
 How big can templates be?
Hi Jonathan,


Quote:
> Hi Peter,



> > > I'd recommend you regularly use the Word VBA Code Cleaner from
> > > www.payneconsulting.com.

> > > If you use that regularly, it will tend to minimise file bloat
resulting
> > > from repeated editing of the VBA code.

> > Hi Jonathan
> > I am running Windows 98 and using Word and Access from Office 97
> > (Professional).  Recently I have noticed that closing documents (in
Word,
> > Access and Excel) can often take a long time - circa 10 - 20
seconds.
> > Sometimes the document closes almost instantly but leaves the
> > (blank)application window on screen and it then takes some seconds
to
> close.

> See if this article identifies the cause of the problem.

> Problems opening Word
> Word opens very slowly; or crashes (or gives an error message) as soon
as it
> opens
> http://www.mvps.org/word/FAQs/AppErrors/ProbsOpeningWord.htm

> > I have been having problems getting VB code to work in a Word macro
for a
> > mail merge job using an Access Table as the data source.  I have
edited
> the
> > VB code many times and made copies with variations.  (These will be
> deleted
> > when I get my code working properly.)

> > Could this be the cause of the slow file closures?

> Possibly.

> > If so would the Code
> > Cleaner from Payne be of some use?

> Very probably.

> > I visited their site but it gave only a
> > brief description of what their free download was supposed to do.  I
> > downloaded the file (PCGWordCodeCleaner.exe) but haven't used it yet
as I
> am
> > very wary of .exe files if I am uncertain exactly what they will do.
If I
> > run this program will it give me explanations of what it plans to do
> and/or
> > options to take and thus provide me with some degree of control?

> Yes it does. One of the options is to backup the template before doing
> anything else.

> > Obviously
> > I don't want to lose any of the work I have done so far.

> That file is just the installation routine. It installs an add-in in
Word's
> startup folder, so that you have an additional item in the Tools menu.
What
> the code cleaner does is back up your file, then export all the forms
&
> modules, re-import them and save. There are one or two other options
for
> further code shrinkage that I don't bother with.

> This cuts down the template bloat that arises from editing VBA,
particularly
> in Word 97. You can do all that by hand if you prefer, it just takes
longer.

> I use the VBA code cleaner regularly myself.

Sorry if this further question makes me appear a bit dumb, but having
installed PCGWordCodeCleaner.exe, I am still not quite sure how to use
it, and am very wary of doing anything which I don't fully understand.

I have created a total of four macros which were edited very many times
before they eventually are now running OK.  I have also created a menu
on the toolbar to enable a user to click a menu item to actually run the
appropriate macro - they are all mail merge jobs.  Therefore any of the
macros can be run at any time Word is open, and are not confined to any
particular document.  In the course of writing these I also made copies
with slight variations which I have not yet deleted.

Am I right in thinking that all the various macros are stored in the
Normal.dot template and that it is that template that needs to be
*cleaned* with the Code Cleaner?  If I open Word either with any
existing document or with a new blank Document1 and click Tools/VBA Code
Cleaner, all that is shown in the Projects tab window is Normal.dot.
Presumably I would select Normal.dot and then click the OK button to
start the cleaning process?  Would it be beneficial to delete any of the
variations that I am unlikely to need BEFORE starting the cleaning?

My thanks in anticipation of your further assistance

Regards
Peter Scott

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.372 / Virus Database: 207 - Release Date: 20/06/02



Thu, 16 Dec 2004 08:13:24 GMT  
 How big can templates be?


Quote:
> Sorry if this further question makes me appear a bit dumb, but having
> installed PCGWordCodeCleaner.exe, I am still not quite sure how to use
> it, and am very wary of doing anything which I don't fully understand.

The only dumb question is the one you don't have the courage to ask :-)

Quote:

> Am I right in thinking that all the various macros are stored in the
> Normal.dot template and that it is that template that needs to be
> *cleaned* with the Code Cleaner?

Correct.

Quote:
> If I open Word either with any
> existing document or with a new blank Document1 and click Tools/VBA Code
> Cleaner, all that is shown in the Projects tab window is Normal.dot.
> Presumably I would select Normal.dot and then click the OK button to
> start the cleaning process?

Correct. The code cleaner will offer to back up the template before it
starts cleaning. I would recommend you accept the offer.

Quote:
> Would it be beneficial to delete any of the
> variations that I am unlikely to need BEFORE starting the cleaning?

It would do no harm, but unless you have dozens of variations, it's not
going to make much difference either way.

--
Regards
Jonathan West - Word MVP
MultiLinker - Automated generation of hyperlinks in Word
Conversion to PDF & HTML
http://www.multilinker.com
Word FAQs at http://www.multilinker.com/wordfaq
Please post any follow-up in the newsgroup. I do not reply to Word questions
by email



Sat, 18 Dec 2004 07:02:31 GMT  
 How big can templates be?
Hi Jonathan,

Thanks for your response re Code Cleaner.  I installed the program but
got some odd results when I ran it.

Quote:
> > Am I right in thinking that all the various macros are stored in the
> > Normal.dot template and that it is that template that needs to be
> > *cleaned* with the Code Cleaner?

> Correct.

> > If I open Word either with any
> > existing document or with a new blank Document1 and click Tools/VBA
Code
> > Cleaner, all that is shown in the Projects tab window is Normal.dot.
> > Presumably I would select Normal.dot and then click the OK button to
> > start the cleaning process?

> Correct. The code cleaner will offer to back up the template before it
> starts cleaning. I would recommend you accept the offer.

Instead of getting the offer to back up the template I received the
following message: -
*Cannot make a backup of Normal.dot.  This you must do outside of Word
while word is shut down.  Do you wish to continue?*

I don't understand why this happened - do you?

With Word shut down I found Normal.dot in C:\Program Files\Microsoft
Office\Templates and manually made a copy.  Then opened Word and clicked
the Yes button on the above mentioned message and the *clean* was done
in a flash, and Normal .dot has been reduced from  368KB to 120KB.

The Help file says that the source code has not been protected and can
be viewed using the VB Editor, but a macro named Cleaner Main has the
Edit button greyed out, and clicking the Step Into button produces a
message *Project is unviewable*.  Very curious don't you think?

The following is not really a vba problem and this may be the wrong
group to post it to.  If so, please could you suggest a more suitable
group?

I am still experiencing problems when using Word.  Originally I was
finding file closure (in Word, Excel and Access all in Office 97) taking
up to 20 seconds before the Application window disappeared.  In your

See if this article identifies the cause of the problem.

Problems opening Word
Word opens very slowly; or crashes (or gives an error message) as soon
as it opens
http://www.mvps.org/word/FAQs/AppErrors/ProbsOpeningWord.htm

KB Q167081 appeared to deal with the problem, and I followed the
instructions to clear the check boxes in the Journal tab for MS Outlook.
I now find that file closure in all three applications is much faster
and virtually back to *normal*.  How much is due to taking these steps
or to using the Code Cleaner I am not sure.

Opening Excel and Access is also quite quick but OPENING Word is now a
very slow process.  When Word is called, initially the application
window appears fairly quickly but consists of only a title - Microsoft
Word (but no document title), a light grey band across the top (where
the toolbars should be) and the rest of the window is dark grey.  After
about 20 seconds the menu bar, toolbars, rulers and document title then
appear.  Have you any suggestions as to the cause(s) and possible cures
for this problem.  I would add that these opening/closing problems have
only started in the last few weeks during the time I was frequently
editing VB code for a Word macro using an Access Table as the Source
document.

Regards
Peter Scott

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.372 / Virus Database: 207 - Release Date: 20/06/02



Sun, 19 Dec 2004 08:28:18 GMT  
 How big can templates be?


Quote:
> Hi Jonathan,

> Thanks for your response re Code Cleaner.  I installed the program but
> got some odd results when I ran it.

> Instead of getting the offer to back up the template I received the
> following message: -
> *Cannot make a backup of Normal.dot.  This you must do outside of Word
> while word is shut down.  Do you wish to continue?*

> I don't understand why this happened - do you?

No for sure, but I admit that I tend to put code in other templates rather
than in normal.dot, and have never tried running the code cleaner on
normal.dot. Since normal.dot is in use whenever Word is open, it might
simply be that the code cleaner cannot work on normal.dot.

Quote:

> With Word shut down I found Normal.dot in C:\Program Files\Microsoft
> Office\Templates and manually made a copy.  Then opened Word and clicked
> the Yes button on the above mentioned message and the *clean* was done
> in a flash, and Normal .dot has been reduced from  368KB to 120KB.

> The Help file says that the source code has not been protected and can
> be viewed using the VB Editor, but a macro named Cleaner Main has the
> Edit button greyed out, and clicking the Step Into button produces a
> message *Project is unviewable*.  Very curious don't you think?

That sounds like Word is getting confused by multiple copies of normal.dot.
Close Word, delete or rename all copies of normal.dot except your cleaned
version, and make sure that one is back in the correct place.

Quote:

> The following is not really a vba problem and this may be the wrong
> group to post it to.  If so, please could you suggest a more suitable
> group?

Code cleaner questions are fine here :-)

Quote:

> I am still experiencing problems when using Word.  Originally I was
> finding file closure (in Word, Excel and Access all in Office 97) taking
> up to 20 seconds before the Application window disappeared.  In your

> See if this article identifies the cause of the problem.

> Problems opening Word
> Word opens very slowly; or crashes (or gives an error message) as soon
> as it opens
> http://www.mvps.org/word/FAQs/AppErrors/ProbsOpeningWord.htm

> KB Q167081 appeared to deal with the problem, and I followed the
> instructions to clear the check boxes in the Journal tab for MS Outlook.
> I now find that file closure in all three applications is much faster
> and virtually back to *normal*.  How much is due to taking these steps
> or to using the Code Cleaner I am not sure.

> Opening Excel and Access is also quite quick but OPENING Word is now a
> very slow process.  When Word is called, initially the application
> window appears fairly quickly but consists of only a title - Microsoft
> Word (but no document title), a light grey band across the top (where
> the toolbars should be) and the rest of the window is dark grey.  After
> about 20 seconds the menu bar, toolbars, rulers and document title then
> appear.  Have you any suggestions as to the cause(s) and possible cures
> for this problem.  I would add that these opening/closing problems have
> only started in the last few weeks during the time I was frequently
> editing VB code for a Word macro using an Access Table as the Source
> document.

This question would probably better go to
microsoft.public.word.application.errors. The people there see this kind of
question all the time, and will be able to offer advise that is much better
informed than I can manage :-)

--
Regards
Jonathan West - Word MVP
MultiLinker - Automated generation of hyperlinks in Word
Conversion to PDF & HTML
http://www.multilinker.com
Word FAQs at http://www.multilinker.com/wordfaq
Please post any follow-up in the newsgroup. I do not reply to Word questions
by email



Thu, 23 Dec 2004 02:00:38 GMT  
 How big can templates be?
Hi Jonathan,


Quote:



> > With Word shut down I found Normal.dot in C:\Program Files\Microsoft
> > Office\Templates and manually made a copy.  Then opened Word and
clicked
> > the Yes button on the above mentioned message and the *clean* was
done
> > in a flash, and Normal .dot has been reduced from  368KB to 120KB.

> > The Help file says that the source code has not been protected and
can
> > be viewed using the VB Editor, but a macro named Cleaner Main has
the
> > Edit button greyed out, and clicking the Step Into button produces a
> > message *Project is unviewable*.  Very curious don't you think?

> That sounds like Word is getting confused by multiple copies of
normal.dot.
> Close Word, delete or rename all copies of normal.dot except your
cleaned
> version, and make sure that one is back in the correct place.

I have done a search for *Normal.dot* and there is only one file with
that name - the one which has been *cleaned* - and it is resident in
C:\Program Files\Microsoft Office\Templates which is I think the correct
location for Word templates in Office 97.  The original Normal.dot was
copied before using Code Cleaner and was then named Copy of Normal.dot,
and that is also in the Templates folder.

- Show quoted text -

Quote:

> > The following is not really a vba problem and this may be the wrong
> > group to post it to.  If so, please could you suggest a more
suitable
> > group?

> Code cleaner questions are fine here :-)

> > I am still experiencing problems when using Word.  Originally I was
> > finding file closure (in Word, Excel and Access all in Office 97)
taking
> > up to 20 seconds before the Application window disappeared.  In your

> > See if this article identifies the cause of the problem.

> > Problems opening Word
> > Word opens very slowly; or crashes (or gives an error message) as
soon
> > as it opens
> > http://www.mvps.org/word/FAQs/AppErrors/ProbsOpeningWord.htm

> > KB Q167081 appeared to deal with the problem, and I followed the
> > instructions to clear the check boxes in the Journal tab for MS
Outlook.
> > I now find that file closure in all three applications is much
faster
> > and virtually back to *normal*.  How much is due to taking these
steps
> > or to using the Code Cleaner I am not sure.

> > Opening Excel and Access is also quite quick but OPENING Word is now
a
> > very slow process.  When Word is called, initially the application
> > window appears fairly quickly but consists of only a title -
Microsoft
> > Word (but no document title), a light grey band across the top
(where
> > the toolbars should be) and the rest of the window is dark grey.
After
> > about 20 seconds the menu bar, toolbars, rulers and document title
then
> > appear.  Have you any suggestions as to the cause(s) and possible
cures
> > for this problem.  I would add that these opening/closing problems
have
> > only started in the last few weeks during the time I was frequently
> > editing VB code for a Word macro using an Access Table as the Source
> > document.

> This question would probably better go to
> microsoft.public.word.application.errors. The people there see this
kind of
> question all the time, and will be able to offer advise that is much
better
> informed than I can manage :-)

Thanks for the advice.  I will try a posting to that group.

Regards
Peter Scott

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.373 / Virus Database: 208 - Release Date: 01/07/02



Thu, 23 Dec 2004 06:29:06 GMT  
 How big can templates be?
Hi Jonathan,

Just a reminder - I am running W98 and Office 97 (Professional).

I didn't get any response to my posting (suggested by you) to newsgroup
*application.errors* but have resolved the problem of Word documents
opening very slowly, after doing some more research and experiments.

I found that Payne's Code Cleaner had installed a short-cut into the
Office Startup folder.  It seems that every time I opened Word it was
therefore loading the Code Cleaner and doing a *clean* of Normal.dot
thus delaying the opening of the document.  Having removed the short-cut
Word now opens and displays the document quite quickly.

I thought you would like to know about this discovery, so that you could
warn anyone else to whom you recommend using Code Cleaner.  I know you
said you had never tried running the cleaner on Normal.dot and that you
tend to put code in templates other than normal.dot.

I tried to follow the advice given in
http://www.mvps.org/word/FAQs/Customization/WhatTemplatesStore.htm
to create a *Global Template*.  I opened a new document, and because my
Normal.dot contained a number of macros and two buttons I had created on
the toolbar, these were then available.  I then selected File + Save As
and navigated to the Startup folder and saved the document as Bonds and
Loans.dot.  I then renamed Normal.dot as Normal.old then again opened
Word which of course created a new Normal.dot.

To my surprise there were no macros available and the two toolbar
buttons were not present.  Looking at the Startup folder it was apparent
that *Bonds and Loans.dot* had also loaded because a 1KB file named
*~$nds and Loans.dot* was open.  However the size of *Bonds and
Loans.dot* was shown as only 19KB whereas the original Normal.dot from
which it had been saved was 146KB - larger because it held the toolbar
buttons and the VB code for the macros.  Please can you tell me where I
have gone wrong and why *Bonds and Loans.dot* does not hold the VB code
and buttons, and act as a *Global Template*?

Regards
Peter Scott


Quote:



> > Hi Jonathan,

> > Thanks for your response re Code Cleaner.  I installed the program
but
> > got some odd results when I ran it.

> > Instead of getting the offer to back up the template I received the
> > following message: -
> > *Cannot make a backup of Normal.dot.  This you must do outside of
Word
> > while word is shut down.  Do you wish to continue?*

> > I don't understand why this happened - do you?

> No for sure, but I admit that I tend to put code in other templates
rather
> than in normal.dot, and have never tried running the code cleaner on
> normal.dot. Since normal.dot is in use whenever Word is open, it might
> simply be that the code cleaner cannot work on normal.dot.

> > With Word shut down I found Normal.dot in C:\Program Files\Microsoft
> > Office\Templates and manually made a copy.  Then opened Word and
clicked
> > the Yes button on the above mentioned message and the *clean* was
done
> > in a flash, and Normal .dot has been reduced from  368KB to 120KB.

> > The Help file says that the source code has not been protected and
can
> > be viewed using the VB Editor, but a macro named Cleaner Main has
the
> > Edit button greyed out, and clicking the Step Into button produces a
> > message *Project is unviewable*.  Very curious don't you think?

> That sounds like Word is getting confused by multiple copies of
normal.dot.
> Close Word, delete or rename all copies of normal.dot except your
cleaned
> version, and make sure that one is back in the correct place.

> > The following is not really a vba problem and this may be the wrong
> > group to post it to.  If so, please could you suggest a more
suitable
> > group?

> Code cleaner questions are fine here :-)

> > I am still experiencing problems when using Word.  Originally I was
> > finding file closure (in Word, Excel and Access all in Office 97)
taking
> > up to 20 seconds before the Application window disappeared.  In your

> > See if this article identifies the cause of the problem.

> > Problems opening Word
> > Word opens very slowly; or crashes (or gives an error message) as
soon
> > as it opens
> > http://www.mvps.org/word/FAQs/AppErrors/ProbsOpeningWord.htm

> > KB Q167081 appeared to deal with the problem, and I followed the
> > instructions to clear the check boxes in the Journal tab for MS
Outlook.
> > I now find that file closure in all three applications is much
faster
> > and virtually back to *normal*.  How much is due to taking these
steps
> > or to using the Code Cleaner I am not sure.

> > Opening Excel and Access is also quite quick but OPENING Word is now
a
> > very slow process.  When Word is called, initially the application
> > window appears fairly quickly but consists of only a title -
Microsoft
> > Word (but no document title), a light grey band across the top
(where
> > the toolbars should be) and the rest of the window is dark grey.
After
> > about 20 seconds the menu bar, toolbars, rulers and document title
then
> > appear.  Have you any suggestions as to the cause(s) and possible
cures
> > for this problem.  I would add that these opening/closing problems
have
> > only started in the last few weeks during the time I was frequently
> > editing VB code for a Word macro using an Access Table as the Source
> > document.

> This question would probably better go to
> microsoft.public.word.application.errors. The people there see this
kind of
> question all the time, and will be able to offer advise that is much
better
> informed than I can manage :-)

> --
> Regards
> Jonathan West - Word MVP
> MultiLinker - Automated generation of hyperlinks in Word
> Conversion to PDF & HTML
> http://www.multilinker.com
> Word FAQs at http://www.multilinker.com/wordfaq
> Please post any follow-up in the newsgroup. I do not reply to Word
questions
> by email

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.375 / Virus Database: 210 - Release Date: 10/07/02


Sun, 02 Jan 2005 01:48:00 GMT  
 
 [ 11 post ] 

 Relevant Pages 

1. I'am a big asshole

2. My template is too big

3. I am looking for a product test (how to write) template

4. How do I create a canned form?

5. Canned AcctReceivable Module needed!

6. Canned pages....

7. Cans access2.0 engine access btrieve files?

8. Crystal Reports Canned Code

9. Canned objects and/or images

10. Switching from inhouse software to canned package.

11. line graph in vb (canned routine)

12. 'Canned' data in VB program

 

 
Powered by phpBB® Forum Software