Repeat Character in VBA
Thanks to all for your posts!!
It is quite ironic that I was so close but yet had no idea.
Hope everyone has a great day today,
Brad
"Brad" wrote:
Thanks for taking the time to read my question
I would like add a space to my string x times, where x = an integer.
How can I do that with out using a loop statement?
x=10
eg: "there are 10 spaces between here" & space * x & "here."
Thanks,
Brad
|