Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Maintain focus on one worksheet while collecting data in others

I have a spreadsheet whose first worksheet has calculations.

The back pages of the spreadsheet gather real time data every minute.

I would like to be able to keep the focus on the calculation sheet; make it
so the data gathering pages keep gathering without the focus of the program
going to them while they do it.

Is there a way to do this?

Thanks!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 222
Default Maintain focus on one worksheet while collecting data in others

Have you got Application.ScreenUpdating = False anywhere in your code?

"evilpixie" wrote:

I have a spreadsheet whose first worksheet has calculations.

The back pages of the spreadsheet gather real time data every minute.

I would like to be able to keep the focus on the calculation sheet; make it
so the data gathering pages keep gathering without the focus of the program
going to them while they do it.

Is there a way to do this?

Thanks!

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Maintain focus on one worksheet while collecting data in other

No... Would that stop it from cycling around the data pages?

"bigwheel" wrote:

Have you got Application.ScreenUpdating = False anywhere in your code?

"evilpixie" wrote:

I have a spreadsheet whose first worksheet has calculations.

The back pages of the spreadsheet gather real time data every minute.

I would like to be able to keep the focus on the calculation sheet; make it
so the data gathering pages keep gathering without the focus of the program
going to them while they do it.

Is there a way to do this?

Thanks!

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 222
Default Maintain focus on one worksheet while collecting data in other

Not sure, but worth a try I would think

"evilpixie" wrote:

No... Would that stop it from cycling around the data pages?

"bigwheel" wrote:

Have you got Application.ScreenUpdating = False anywhere in your code?

"evilpixie" wrote:

I have a spreadsheet whose first worksheet has calculations.

The back pages of the spreadsheet gather real time data every minute.

I would like to be able to keep the focus on the calculation sheet; make it
so the data gathering pages keep gathering without the focus of the program
going to them while they do it.

Is there a way to do this?

Thanks!

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
Collecting data Lynda Excel Discussion (Misc queries) 0 May 24th 10 03:30 PM
Collecting data Mary Lee Excel Discussion (Misc queries) 3 April 20th 08 12:24 AM
Sorting excel worksheet data, and ALWAYS maintain "row data" (in l Dave86 Excel Worksheet Functions 3 August 24th 07 02:56 PM
help collecting data. brandon roland[_2_] Excel Discussion (Misc queries) 5 August 8th 07 11:33 PM
how do i maintain one worksheet from data from multiple worksheet Nensie Michel Excel Worksheet Functions 1 August 12th 05 06:32 PM


All times are GMT +1. The time now is 04:27 AM.

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

About Us

"It's about Microsoft Excel"