Hello,
Here is the story:
I am trying to create a progress bar that it's max is the number of code lines in the macro's module-
C = ActiveWorkbook.VBProject.VBComponents("macro1").CodeModule.ProcCountLines("module", vbext_pk_Proc)
This will return how many lines of code I have, thus...