K
Kerri
Place Multiple lines of Text into Bookmark?
Hi,
I am using Word 2000 and a User Form. Is there a way to
place a hard return between two lines of text, when
inserting the text into a bookmark? All it will do is put
in the first line of text if I use the Case example for
Bankruptcy Court . If I use the modified Superior Court
example it will wrap to the next line in the wrong place.
I need the second quoted text to always appear on the
next line. Any suggestions??
Select Case cmbCourt.Value
Case "Superior Court": UpdateBookmarkText
ActiveDocument.Bookmarks("Court"), "IN THE SUPERIOR COURT
OF THE STATE OF ARIZONA" & " " & "IN AND FOR THE COUNTY OF
MARICOPA"
Case "Bankruptcy Court": UpdateBookmarkText
ActiveDocument.Bookmarks("Court"), "UNITED STATES
BANKRUPTCY COURT"
Selection.TypeParagraph
Selection.TypeText
Text:="DISTRICT OF ARIZONA"
End Select
Thank you for your help! Kerri
Hi,
I am using Word 2000 and a User Form. Is there a way to
place a hard return between two lines of text, when
inserting the text into a bookmark? All it will do is put
in the first line of text if I use the Case example for
Bankruptcy Court . If I use the modified Superior Court
example it will wrap to the next line in the wrong place.
I need the second quoted text to always appear on the
next line. Any suggestions??
Select Case cmbCourt.Value
Case "Superior Court": UpdateBookmarkText
ActiveDocument.Bookmarks("Court"), "IN THE SUPERIOR COURT
OF THE STATE OF ARIZONA" & " " & "IN AND FOR THE COUNTY OF
MARICOPA"
Case "Bankruptcy Court": UpdateBookmarkText
ActiveDocument.Bookmarks("Court"), "UNITED STATES
BANKRUPTCY COURT"
Selection.TypeParagraph
Selection.TypeText
Text:="DISTRICT OF ARIZONA"
End Select
Thank you for your help! Kerri