Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Hiding automated spreadsheet activity

I have an excelspreadshett with several sheets. I have automated the
spreadsheet with VB Excel. There is a lot of activity moving data from one
spreadsheet to another. In action, it is very disturbing to the user as the
code switches back and forth between sheets, across columns, etc. It gives a
fast flickering effect.

How can I hide this activity while hte code is executing?

Thanks in advance for a reply.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,942
Default Hiding automated spreadsheet activity

hi
it might be helpful if you provide an example of the code your are using
that causes this disturbing code behavior but to take a wild guess, you might
try this
prior to the start of the disturbing code behavior...
application.screenupdating = false.
this might reduce the "flicker"
then at the end of the code
application.screenupdating = true
this might cause a small "blip" as the updates take

post back with more details if this doesn't work for you.

Regards
FSt1

"ajmplanner" wrote:

I have an excelspreadshett with several sheets. I have automated the
spreadsheet with VB Excel. There is a lot of activity moving data from one
spreadsheet to another. In action, it is very disturbing to the user as the
code switches back and forth between sheets, across columns, etc. It gives a
fast flickering effect.

How can I hide this activity while hte code is executing?

Thanks in advance for a reply.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Hiding automated spreadsheet activity

Thanks FST1. That is exactly what I was looking for. It hides all of the
macro activity. Happy New Year.

"FSt1" wrote:

hi
it might be helpful if you provide an example of the code your are using
that causes this disturbing code behavior but to take a wild guess, you might
try this
prior to the start of the disturbing code behavior...
application.screenupdating = false.
this might reduce the "flicker"
then at the end of the code
application.screenupdating = true
this might cause a small "blip" as the updates take

post back with more details if this doesn't work for you.

Regards
FSt1

"ajmplanner" wrote:

I have an excelspreadshett with several sheets. I have automated the
spreadsheet with VB Excel. There is a lot of activity moving data from one
spreadsheet to another. In action, it is very disturbing to the user as the
code switches back and forth between sheets, across columns, etc. It gives a
fast flickering effect.

How can I hide this activity while hte code is executing?

Thanks in advance for a reply.

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
Alert if the travel activity is after the work activity Go Bucks!!! Excel Worksheet Functions 3 September 11th 09 05:44 PM
Excel Spreadsheet Calculation Speed and Network Activity Steve Telford Excel Discussion (Misc queries) 4 May 25th 07 11:57 AM
automated spreadsheet neil Excel Programming 0 April 6th 05 10:23 PM
Automated spreadsheet Consolidation Rob Excel Programming 1 January 29th 05 07:49 PM
Automated userform inputs to the spreadsheet Dan Excel Programming 1 June 11th 04 04:54 PM


All times are GMT +1. The time now is 07:31 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"