Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 181
Default screen update

I have some macros but in order not to show what they so and just update
screen at the end by usaing

Application.ScreenUpdating = False

Application.ScreenUpdating = True

But there are some rectangles that still blinks while doing the macros...
what can I do so nothing moves until macro ends?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default screen update

I think you will need to describe your setup and show us your code so we can
try to duplicate the problem. If these items are too big to do this, then
perhaps you can post your workbook on one of those free websites set up to
do that and then provide us with a link to it.

--
Rick (MVP - Excel)


"Alberto Ast" wrote in message
...
I have some macros but in order not to show what they so and just update
screen at the end by usaing

Application.ScreenUpdating = False

Application.ScreenUpdating = True

But there are some rectangles that still blinks while doing the macros...
what can I do so nothing moves until macro ends?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 181
Default screen update

Do not know how to load the data on the web so I will try to explain better...

I have a large macro where I move cell values, do some sorting, validate
some data and even jumpo from one sheeet to another... so in order not to see
all the sorting and the moving from one sheet to another I start my macro with


Application.ScreenUpdating = False
all the macro activities
Application.ScreenUpdating = True

On my main worksheet I have some rectangles where I do assign my macros....
When I run the macro teh screen and data does not move until it finish but
the rentacgles seems to blink several times (in a couple of seconds) and I do
not like ti... I would like somehow have the rentangles frozeen and do not
blink.

Looks like Application.ScreenUpdating will not apply to rectangles.
Hope this helps


"Rick Rothstein" wrote:

I think you will need to describe your setup and show us your code so we can
try to duplicate the problem. If these items are too big to do this, then
perhaps you can post your workbook on one of those free websites set up to
do that and then provide us with a link to it.

--
Rick (MVP - Excel)


"Alberto Ast" wrote in message
...
I have some macros but in order not to show what they so and just update
screen at the end by usaing

Application.ScreenUpdating = False

Application.ScreenUpdating = True

But there are some rectangles that still blinks while doing the macros...
what can I do so nothing moves until macro ends?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default screen update

What do you mean by "rectangles"?

What type of rectangle and what purpose do they serve?


Gord Dibben MS Excel MVP

On Sat, 19 Sep 2009 08:56:10 -0700, Alberto Ast
wrote:

I have some macros but in order not to show what they so and just update
screen at the end by usaing

Application.ScreenUpdating = False

Application.ScreenUpdating = True

But there are some rectangles that still blinks while doing the macros...
what can I do so nothing moves until macro ends?


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 181
Default screen update

Rectangles made from the drawing tool bar so I can assign my macros to. I put
a text to explain what they do and color it so they look nice.

I added about 10 rectangles and assign a macro to each one but each time I
click one to execute a macro all of the blink a little.

"Gord Dibben" wrote:

What do you mean by "rectangles"?

What type of rectangle and what purpose do they serve?


Gord Dibben MS Excel MVP

On Sat, 19 Sep 2009 08:56:10 -0700, Alberto Ast
wrote:

I have some macros but in order not to show what they so and just update
screen at the end by usaing

Application.ScreenUpdating = False

Application.ScreenUpdating = True

But there are some rectangles that still blinks while doing the macros...
what can I do so nothing moves until macro ends?





  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default screen update

I still think it would be useful for us to be able to see your code. Maybe
use a site like this one...

http://www.mediafire.com/

I've never used this site and I am not endorsing it... it was the first one
I Googled which had a green checkmark on it (my Norton 360 software's
SiteSafe feature puts checkmarks on searched for sites green checkmarks are
safe, gray question marks were never tested, red x is totally unsafe).

--
Rick (MVP - Excel)


"Alberto Ast" wrote in message
...
Rectangles made from the drawing tool bar so I can assign my macros to. I
put
a text to explain what they do and color it so they look nice.

I added about 10 rectangles and assign a macro to each one but each time I
click one to execute a macro all of the blink a little.

"Gord Dibben" wrote:

What do you mean by "rectangles"?

What type of rectangle and what purpose do they serve?


Gord Dibben MS Excel MVP

On Sat, 19 Sep 2009 08:56:10 -0700, Alberto Ast
wrote:

I have some macros but in order not to show what they so and just update
screen at the end by usaing

Application.ScreenUpdating = False

Application.ScreenUpdating = True

But there are some rectangles that still blinks while doing the
macros...
what can I do so nothing moves until macro ends?




  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default screen update

Couple other upload sites.

http://www.freefilehosting.net/
http://savefile.com/

After uploading, post the URL.


Gord

On Sat, 19 Sep 2009 13:26:00 -0400, "Rick Rothstein"
wrote:

I still think it would be useful for us to be able to see your code. Maybe
use a site like this one...

http://www.mediafire.com/

I've never used this site and I am not endorsing it... it was the first one
I Googled which had a green checkmark on it (my Norton 360 software's
SiteSafe feature puts checkmarks on searched for sites green checkmarks are
safe, gray question marks were never tested, red x is totally unsafe).


  #8   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 181
Default screen update

Never done this before... hop eit works.. i believe you can see it on

http://www.mediafire.com/myfiles.php

The directory is call Alberto 90919
Only one file posted

"Gord Dibben" wrote:

Couple other upload sites.

http://www.freefilehosting.net/
http://savefile.com/

After uploading, post the URL.


Gord

On Sat, 19 Sep 2009 13:26:00 -0400, "Rick Rothstein"
wrote:

I still think it would be useful for us to be able to see your code. Maybe
use a site like this one...

http://www.mediafire.com/

I've never used this site and I am not endorsing it... it was the first one
I Googled which had a green checkmark on it (my Norton 360 software's
SiteSafe feature puts checkmarks on searched for sites green checkmarks are
safe, gray question marks were never tested, red x is totally unsafe).



  #9   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 181
Default screen update

Never done this before... hop eit works.. i believe you can see it on

http://www.mediafire.com/myfiles.php

The directory is call Alberto 90919
Only one file posted

"Rick Rothstein" wrote:

I still think it would be useful for us to be able to see your code. Maybe
use a site like this one...

http://www.mediafire.com/

I've never used this site and I am not endorsing it... it was the first one
I Googled which had a green checkmark on it (my Norton 360 software's
SiteSafe feature puts checkmarks on searched for sites green checkmarks are
safe, gray question marks were never tested, red x is totally unsafe).

--
Rick (MVP - Excel)


"Alberto Ast" wrote in message
...
Rectangles made from the drawing tool bar so I can assign my macros to. I
put
a text to explain what they do and color it so they look nice.

I added about 10 rectangles and assign a macro to each one but each time I
click one to execute a macro all of the blink a little.

"Gord Dibben" wrote:

What do you mean by "rectangles"?

What type of rectangle and what purpose do they serve?


Gord Dibben MS Excel MVP

On Sat, 19 Sep 2009 08:56:10 -0700, Alberto Ast
wrote:

I have some macros but in order not to show what they so and just update
screen at the end by usaing

Application.ScreenUpdating = False

Application.ScreenUpdating = True

But there are some rectangles that still blinks while doing the
macros...
what can I do so nothing moves until macro ends?




  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,934
Default screen update

I don't think you posted the correct link... the one you posted looks like
it is trying to take us to your account.

--
Rick (MVP - Excel)


"Alberto Ast" wrote in message
...
Never done this before... hop eit works.. i believe you can see it on

http://www.mediafire.com/myfiles.php

The directory is call Alberto 90919
Only one file posted

"Rick Rothstein" wrote:

I still think it would be useful for us to be able to see your code.
Maybe
use a site like this one...

http://www.mediafire.com/

I've never used this site and I am not endorsing it... it was the first
one
I Googled which had a green checkmark on it (my Norton 360 software's
SiteSafe feature puts checkmarks on searched for sites green checkmarks
are
safe, gray question marks were never tested, red x is totally unsafe).

--
Rick (MVP - Excel)


"Alberto Ast" wrote in message
...
Rectangles made from the drawing tool bar so I can assign my macros to.
I
put
a text to explain what they do and color it so they look nice.

I added about 10 rectangles and assign a macro to each one but each
time I
click one to execute a macro all of the blink a little.

"Gord Dibben" wrote:

What do you mean by "rectangles"?

What type of rectangle and what purpose do they serve?


Gord Dibben MS Excel MVP

On Sat, 19 Sep 2009 08:56:10 -0700, Alberto Ast
wrote:

I have some macros but in order not to show what they so and just
update
screen at the end by usaing

Application.ScreenUpdating = False

Application.ScreenUpdating = True

But there are some rectangles that still blinks while doing the
macros...
what can I do so nothing moves until macro ends?







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Screen Update Varne Excel Programming 2 November 11th 08 12:47 PM
Screen update won't run...help Jim Cone Excel Programming 1 December 5th 06 04:38 PM
SCREEN UPDATE! jay dean Excel Programming 2 October 29th 06 04:38 PM
Screen update? David Excel Programming 1 September 25th 06 05:35 PM
Screen Update Dilemma Alex@JPCS Excel Programming 0 November 17th 03 06:25 PM


All times are GMT +1. The time now is 08:24 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"