When I open a template I have created with a picture logo and macros in it,
the screen refresh is really slow. Is there any way I can make this quicker?
Thank you.

Re: Word Screen Refresh by Jezebel

Jezebel
Thu Sep 22 03:23:20 CDT 2005

Use a smaller, simpler graphic as the logo.



"jeanmac" <jeanmac@discussions.microsoft.com> wrote in message
news:853E7BAE-0EE4-4EDF-99F5-08DACC9C6E33@microsoft.com...
> When I open a template I have created with a picture logo and macros in
> it,
> the screen refresh is really slow. Is there any way I can make this
> quicker?
> Thank you.



Re: Word Screen Refresh by jeanmac

jeanmac
Thu Sep 22 07:55:03 CDT 2005

That would be really nice, however the logo is company standard and I have no
choice - I would if I could. I've tried putting
Application.screenupdating=false in the code but it made no difference.

"Jezebel" wrote:

> Use a smaller, simpler graphic as the logo.
>
>
>
> "jeanmac" <jeanmac@discussions.microsoft.com> wrote in message
> news:853E7BAE-0EE4-4EDF-99F5-08DACC9C6E33@microsoft.com...
> > When I open a template I have created with a picture logo and macros in
> > it,
> > the screen refresh is really slow. Is there any way I can make this
> > quicker?
> > Thank you.
>
>
>

Re: Word Screen Refresh by Anne

Anne
Thu Sep 22 08:07:55 CDT 2005

If the logo really is electronically heavy, then I'd make a quick estimate
of how much unnecessary network space is being used by the logo, and tell
the head of IT about it. :) There's absolutely no reason for something like
that anymore...company standard or no.
************
Anne Troy
www.OfficeArticles.com

"jeanmac" <jeanmac@discussions.microsoft.com> wrote in message
news:CF64F098-0A09-4BA1-8A73-6EFB0F87889D@microsoft.com...
> That would be really nice, however the logo is company standard and I have
> no
> choice - I would if I could. I've tried putting
> Application.screenupdating=false in the code but it made no difference.
>
> "Jezebel" wrote:
>
>> Use a smaller, simpler graphic as the logo.
>>
>>
>>
>> "jeanmac" <jeanmac@discussions.microsoft.com> wrote in message
>> news:853E7BAE-0EE4-4EDF-99F5-08DACC9C6E33@microsoft.com...
>> > When I open a template I have created with a picture logo and macros in
>> > it,
>> > the screen refresh is really slow. Is there any way I can make this
>> > quicker?
>> > Thank you.
>>
>>
>>



Re: Word Screen Refresh by Jezebel

Jezebel
Fri Sep 23 17:30:46 CDT 2005

How did you put the logo into the document in the first place? If you simply
copied and pasted from a graphics application, you have inserted it as an
application object -- so when you load the document, you're also firing up
the application that renders the graphic.

Open the graphic in a graphic editor, set it to the size you need to end up
with in Word, then set the resolution to 96dpi, then save it as a GIF. The
use Insert > Picture to bring it into Word.




"jeanmac" <jeanmac@discussions.microsoft.com> wrote in message
news:CF64F098-0A09-4BA1-8A73-6EFB0F87889D@microsoft.com...
> That would be really nice, however the logo is company standard and I have
> no
> choice - I would if I could. I've tried putting
> Application.screenupdating=false in the code but it made no difference.
>
> "Jezebel" wrote:
>
>> Use a smaller, simpler graphic as the logo.
>>
>>
>>
>> "jeanmac" <jeanmac@discussions.microsoft.com> wrote in message
>> news:853E7BAE-0EE4-4EDF-99F5-08DACC9C6E33@microsoft.com...
>> > When I open a template I have created with a picture logo and macros in
>> > it,
>> > the screen refresh is really slow. Is there any way I can make this
>> > quicker?
>> > Thank you.
>>
>>
>>