M
Munchkin
Can you help - Users of my form need to make sure Doc2 is open before running
the macro. If Doc2 is not open I need the macro to stop and a message box to
pop up stating Doc2 is not open.
Application.WindowState = xlMinimized
Windows("@Doc1.xls").Activate
Range("H2").Select
Selection.Copy
Windows("@Doc2.xls").Activate
Range("E1").Select
ActiveSheet.Paste
the macro. If Doc2 is not open I need the macro to stop and a message box to
pop up stating Doc2 is not open.
Application.WindowState = xlMinimized
Windows("@Doc1.xls").Activate
Range("H2").Select
Selection.Copy
Windows("@Doc2.xls").Activate
Range("E1").Select
ActiveSheet.Paste