Quantcast
Channel: Excel Help Forum - Excel Programming / VBA / Macros
Viewing all articles
Browse latest Browse all 50125

un-highlight cells

$
0
0
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:

Code:

For Each wSheet In Worksheets
    Range("A1").Activate
Next wSheet

but it doesnt work.

is there a reason why? anyone have suggestions?

Viewing all articles
Browse latest Browse all 50125

Trending Articles