Hi, I obtained this code for get individual worksheet sizes inside the workbook but it produces errors when attempting to copy a worksheet with vba code defining a global variable such as
Private timerDictionary As Scripting.Dictionary
This is the code I used to get individual size of each...