inserting a tab mark

S

SandyG

Hi

I have a spreadsheet that I am using as a data sheet for a
merge in Word. I want to insert 3 lines in a letter in
the middle of a page. I know how to insert a break ALT +
Enter. Is there something I could put in the next two
lines to tell them to tab over twice. Thanks so much

SandyG
 
H

Henry

SandyG,

Send a Chr$(09) for each Tab you want.
E.G. Mystring = "Two tabs between here " & Chr$(09) & Chr$(09) & "here"

HTH
Henry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top