Posts by Daniel • 1 point
1 post
-
0
votes2
answers48
viewsQ: How to add spaces before a number?
I’m trying to add spaces before numbers. The first code worked, but I wanted to do it in the form of loop. Sub numeros() numero = Range("A2").Value n = 3 If Len(Range("A" & n).Value) = 3 Then…