Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Collecting data | Excel Discussion (Misc queries) | |||
Collecting data | Excel Discussion (Misc queries) | |||
Sorting excel worksheet data, and ALWAYS maintain "row data" (in l | Excel Worksheet Functions | |||
help collecting data. | Excel Discussion (Misc queries) | |||
how do i maintain one worksheet from data from multiple worksheet | Excel Worksheet Functions |