Re: Using Word 2000 template in Word 2003



G'day "M_Hartmann" <MHartmann@xxxxxxxxxxxxxxxxxxxxxxxxx>,

LOL - yes - look for the word Auto

If you have routines called AutoExec, AutoOpen - stuff like that -
they automagically fire upon the appropriate event.

Additionally, the template may contain corruption. You can try using a
VBA Code Cleaner (google that phrase) to rebuild the project, that MAY
bring some joy. However, I normally fully recreate the template at
this point, using tools > organizer to drag over all the relevant
stuff. When you go to copy the content, do not include the last
paragraph mark from any section.


Steve Hudson - Word Heretic

steve from wordheretic.com (Email replies require payment)
Without prejudice


M_Hartmann reckoned:

>Sorry, I'm not sure what you mean by an AutoExec. The template is stored in a
>specific location on my hard drive, and when I use Word, I choose file>new
>and select the template. In Office 2000, the template never had a problem
>launching. Is there something I should look for in the code? I didn't create
>the template and am unable to reach the individual that created it.
>
>Regards,
>M Hartmann
>
>"Word Heretic" wrote:
>
>> G'day "M_Hartmann" <M_Hartmann@xxxxxxxxxxxxxxxxxxxxxxxxx>,
>>
>> A code example might help here. Are you running an AutoExec of some
>> sort?
>>
>> Steve Hudson - Word Heretic
>>
>> steve from wordheretic.com (Email replies require payment)
>> Without prejudice
>>
>>
>> M_Hartmann reckoned:
>>
>> >I am receiving the following error message when launching a customized
>> >template created in Word 2000 in Word 2003:
>> >
>> >There is insufficient memory. Save the document now.
>> >
>> >I am new to VBA and was wondering what I should look for in the code that
>> >might eliminate this error message.
>> >
>> >Thanks.
>> >Melissa Hartmann
>>
>>

.



Relevant Pages

  • Re: Using Word 2000 template in Word 2003
    ... I took your advice and it does eliminate the first error message I was ... the template may contain corruption. ... > Steve Hudson - Word Heretic ... I'm not sure what you mean by an AutoExec. ...
    (microsoft.public.word.vba.beginners)
  • Re: Macros running automatically from a template
    ... AutoExec will run every time Word is ... I have a macro in this template, and I wanted this to Automatically ... After this I wouldnt know where to add the Sub AutoExec or the Public ...
    (microsoft.public.word.newusers)
  • Re: Autoupdating a global template
    ... Have code in your Add-In (probably it's AutoExec procedure) use the VBIDE ... > template whenever Word is opened. ...
    (microsoft.public.word.vba.general)
  • Re: True or False
    ... Sub AutoExec() ... Dim odoc As Document ... I create template TestTemplateAddIn and save it in my startup folder. ... I did nothing to "protect" the project. ...
    (microsoft.public.word.vba.general)
  • Re: running a macro "after" a document opens"
    ... If you want the code to run when the document is created from the template ... a logo at the top of the page. ... the auto exec macro runs before the ... logo is embedded in the template (not inserted by the autoexec macro) ...
    (microsoft.public.word.vba.general)

Loading