Hello Everyone,

I am working on a workbook that does some reporting. I have one procedure that gathers all the data and smaller sub procedures. My large procedure (gatherData) is giving me the error ("Procedure too large"). I am deleting a lot of my comment lines because it's really hard for me to write the code (with less code) because it is basically a huge loop and i can't really break the loop up. So I was wondering, if I delete all my comments, do you think that would make my procedure smaller or does it mean actual lines of code that I need to delete?

Thanks All.