View Single Post
  #4   Report Post  
Posted to microsoft.public.word.newusers
alborg alborg is offline
external usenet poster
 
Posts: 67
Default add a blank line in a letter

If you wish to do it with VBA, just add a vbCrLf to your line of code. This
example puts in 6 lines automatically after the bookmark text is added:

Application.ActiveDocument.Bookmarks("bkcombo3").R ange.Text =
IIf(IsNull([dx3]) Or Len([dx3]) = 0, ".", [dx3]) & vbCrLf & vbCrLf & vbCrLf &
vbCrLf & vbCrLf & vbCrLf

"Joyce" wrote:

add a blank line in a letter without hitting the return