#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 90
Default do not show

I have codes which take information from one sheet and move it to another,
is there a way that when the macro is running it moves the data with out
showing all the movement?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 275
Default do not show

Hi,

Try adding this line of code at the begining of yours

Application.ScreenUpdating = False

rgds

"Miree" wrote:

I have codes which take information from one sheet and move it to another,
is there a way that when the macro is running it moves the data with out
showing all the movement?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default do not show


Be sure to reset to =true and the end. Also, you need NOT select to
copy/move data

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Anthony" wrote in message
...
Hi,

Try adding this line of code at the begining of yours

Application.ScreenUpdating = False

rgds

"Miree" wrote:

I have codes which take information from one sheet and move it to
another,
is there a way that when the macro is running it moves the data with out
showing all the movement?


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
How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 temp Excel Worksheet Functions 2 December 24th 07 10:45 PM
Better example I hope how can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 temp Excel Programming 4 December 24th 07 02:21 AM
How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 temp Excel Discussion (Misc queries) 2 December 14th 07 07:36 PM
How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 temp Excel Worksheet Functions 2 December 14th 07 07:36 PM
How can I show radians in symbolic format in excel? like 90 degrees would show (Symbol Pi/2) tia sal2 temp Excel Programming 1 December 14th 07 07:36 PM


All times are GMT +1. The time now is 09:48 PM.

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"