Thread
:
Repeat
View Single Post
#
2
Posted to microsoft.public.excel.programming
Trevor Williams
external usenet poster
Posts: 181
Repeat
Hi Mike
Try this:
Dim MyString
MyString = String(5, "*") ' Returns "*****".
"Mike H." wrote:
In another language I am familiar with if I wanted to express the text
"-----" I could say repeat("-",5). Is there something similar in VBA?
Reply With Quote
Trevor Williams
View Public Profile
Find all posts by Trevor Williams