I have a macro I'm writing and I'd like to go through every sheet in the workbook and change 3 cells. I have a macro that does this already, but I'd like it to skip the first sheet in the workbook. The macro works, but it puts the three values on this main sheet and overwrites some forumlas that are there (so I can't just add a line to the macro to delete the three things it adds)
How should I do this? I've been googling and playing around with VBA without much success.
How should I do this? I've been googling and playing around with VBA without much success.