R
Rogge
How do i determine if a bookmark exists? I know the IF
statement wiht the AND does not work, just here as an
example of the logic i wish to process...
If frmLogin.txtLogin(7) <> "" AND exists(wdNew.Bookmarks
("bkmEmpEmail")) Then
wdNew.Bookmarks("bkmEmpEmail").Range.Text = Chr(11) & "E-
Mail:" & Chr(9) & frmLogin.txtLogin(7)
Else
wdNew.Bookmarks("bkmEmpEmail").Range.Text = " "
End If
statement wiht the AND does not work, just here as an
example of the logic i wish to process...
If frmLogin.txtLogin(7) <> "" AND exists(wdNew.Bookmarks
("bkmEmpEmail")) Then
wdNew.Bookmarks("bkmEmpEmail").Range.Text = Chr(11) & "E-
Mail:" & Chr(9) & frmLogin.txtLogin(7)
Else
wdNew.Bookmarks("bkmEmpEmail").Range.Text = " "
End If