Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a routine that selects sheet after sheet doing various commands an
each sheet. I would prefer to NOT see the rapid flashing of sheet after sheet being selected/opened. Can I do this in the background (not viewable), or at least have a "cover" that hides the flashing of sheet selections that reads: "running, be patient, please."? thanks sub manysheets() sheets("1").select 'copy cell A1 and paste in B1 sheets("2").select 'copy cell A1 and paste in B1 sheets("3").select 'any various functions end sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
"excel "macros may be disabled" message using an xlam file | Excel Worksheet Functions | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Message Window to tell user "Macro Running" | Excel Programming |