Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
My document has two sheets. I am trying to write a macro that will allow me
to change data in a second inactive sheet by selecting the radio button on the sheet that is open. I am able to change the data but the problem is that the second sheets open when I run the macro and I want to be able to change the data without opening that sheet. I would prefer to keep it hidden or closed. Is there a way to do this. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could turn off screen updating at the beginning of your macro, then turn
it back on at the end. Application.ScreenUpdating = False Application.ScreenUpdating = True HTH, Elkar "Diana" wrote: My document has two sheets. I am trying to write a macro that will allow me to change data in a second inactive sheet by selecting the radio button on the sheet that is open. I am able to change the data but the problem is that the second sheets open when I run the macro and I want to be able to change the data without opening that sheet. I would prefer to keep it hidden or closed. Is there a way to do this. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy data from various sheets into one sheet | Excel Worksheet Functions | |||
Importing Data | Excel Worksheet Functions | |||
Help PLEASE! Not sure what answer is: Match? Index? Other? | Excel Worksheet Functions | |||
data from one sheet to several in sequential order! | New Users to Excel | |||
How to change macro so it performs actions on ACTIVE sheet? | Excel Discussion (Misc queries) |