ASCII Code: Tab to next column and next row

B

Ben

Hi

Does anyone know of the ASCII code to tab to the next column and to move to
the next row?

Any help would be much appreciated,

Thanks
B
 
H

Helmut Weber

Hi Ben,

no ascii-code at all, IMHO.

Compare:

Selection.TypeText Chr$(9) ' inserts a tab in the cell
Selection.MoveRight Unit:=wdCell ' moves to the next cell

Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
"red.sys" & chr(64) & "t-online.de"
Word 2002, Windows 2000
 

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