Good morning,
Can someone please help with this code?
Dim NumSpaces As Long
NumSpaces = 14
Range("G1").Value = [B1].Value & Application.Rept(" ", NumSpaces) & [B1].Value
This is giving me an ending value of
650********650
and it should be giving me
***********650
Where the * are spaces.
Thank you,
Liz
Can someone please help with this code?
Dim NumSpaces As Long
NumSpaces = 14
Range("G1").Value = [B1].Value & Application.Rept(" ", NumSpaces) & [B1].Value
This is giving me an ending value of
650********650
and it should be giving me
***********650
Where the * are spaces.
Thank you,
Liz