View Single Post
 
Old 03-05-2020, 01:42 AM
pushpi004 pushpi004 is offline Windows 10 Office 2016
Novice
 
Join Date: Feb 2020
Posts: 21
pushpi004 is on a distinguished road
Default

Quote:
Originally Posted by macropod View Post
You should close all instances of Excel, then check Task Manager to ensure you don't still have any orphaned Excel sessions running in the background. If you've messed up your code development, it's quite possible such an instance is keeping the workbook open.

Until you have the code running correctly, it's advisable to use:
.Visible = True
instead of:
.Visible = False
Sure Paul, I ll implement these things and see if the code runs.

Thanks
Reply With Quote