Hi there. I have sheet code that I commented out. However, now that I have 50 sheets in my workbook - I've found that I want to remove those comments and reenact the code. The comments exist in the exact same place in every sheet. For example
'For x = 1 to 10
'Do something here
'Next x
I want to remove that comment and make the code work again. The ' exists in the same three spots in every sheet. Is there a way to do this programmatically?
I should also note that I only need this to work on sheets that have numeric sheet names. For example, 1, 2, 3, etc....
Thanks,
Patrick
Bookmarks