View Single Post
 
Old 11-25-2018, 02:13 AM
slaycock slaycock is offline Windows 7 64bit Office 2016
Expert
 
Join Date: Sep 2013
Posts: 256
slaycock is on a distinguished road
Default

The error message implies you have pasted the code into a class module rather than a normal module. If you want to keep the code in a class module you will have to change the constant definitions from Public to Private.
Reply With Quote