So, ive got a sheet with a macro that runs on it and when its done, it leaves some columns highlighted in blue as if it hasnt had a new target.
ive tried doing this:
but it doesnt work.
is there a reason why? anyone have suggestions?
ive tried doing this:
Code:
For Each wSheet In Worksheets
Range("A1").Activate
Next wSheet
is there a reason why? anyone have suggestions?