D
Dan
I'm new to Excel VBA and struggling with syntax.
I have a macro tied to a form command button. I'd like to:
1. Turn the Excel screen update(s) off;
2. Run the code on the button;
3. Turn the Excell screen updates back on.
Is there a method/class/whatever to do this? The macro adds data to a
couple of worksheets; I'd like the macro to run without showing the user
what's going on.
Thanks! in advance.
--Dan
I have a macro tied to a form command button. I'd like to:
1. Turn the Excel screen update(s) off;
2. Run the code on the button;
3. Turn the Excell screen updates back on.
Is there a method/class/whatever to do this? The macro adds data to a
couple of worksheets; I'd like the macro to run without showing the user
what's going on.
Thanks! in advance.
--Dan