Macros


Posted by Jo on December 27, 2001 10:32 AM

I wrote my first Macro. It's one that copies Employees names from the time sheet to another sheet. When I press the button it goes through the process showing the steps I took to copy it. Is there a way to hide this from the view of the user?

Posted by Jacob on December 27, 2001 10:42 AM

Hi

Put this at the begining of your macro

application.screenupdating = false


Jacob



Posted by Jo on December 27, 2001 11:18 AM

This worked great. THANK YOU!!