Forum Discussion
LilYawney
Apr 02, 2023Brass Contributor
VBA referencing a non-existent sheet
The VBA code in my Safety Inspection worksheet is referencing a worksheet named "Training". But that sheet doesn't exist in the workbook. I have already made sure that there are no hidden pages. I kn...
HansVogelaar
Apr 02, 2023MVP
Does the copy_name macro get called elsewhere in the code? If not, you can delete or comment out this macro.