Forum Discussion

gms4b's avatar
gms4b
Brass Contributor
May 25, 2022
Solved

"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 ...
  • mtarler's avatar
    May 25, 2022
    try this:
    For Each cell In Intersect(Selection, ActiveSheet.UsedRange)

Resources