insert space in cells
=" " & cellref in a helper cell
In place.................
Sub add_space()
For Each cell In Selection
cell.Value = " " & cell.Value
Next
End Sub
Gord
On Fri, 8 Jun 2012 18:45:01 -0700 (PDT), robzrob
wrote:
Hi
Simple one, I think, but I can't figure it out.
I want to put a space in front of the contents of each cell (ie each cell that's got something in it) in a particular worksheet.
|