Forum Discussion
gms4b
May 25, 2022Brass Contributor
"For Each cell In Selection" - question
Hi, I have the following code which essentially applies number formatting for each cell depending on the size of the number (essentially setting 3 significant figures). I initially had it apply to ...
- May 25, 2022try this:
For Each cell In Intersect(Selection, ActiveSheet.UsedRange)