Q
Quantum
Dim DateBegin As Date
Dim DateEnd As Date
DateBegin = TxtBeginDisability
DateEnd = DateBegin + 2
StrDateEnd = Str(DateEnd)
ActiveDocument.Bookmarks("txtEndDisabilityDate").Range.Text = Str(DateEnd)
give error
the range could not be deleted.
Why?
Dim DateEnd As Date
DateBegin = TxtBeginDisability
DateEnd = DateBegin + 2
StrDateEnd = Str(DateEnd)
ActiveDocument.Bookmarks("txtEndDisabilityDate").Range.Text = Str(DateEnd)
give error
the range could not be deleted.
Why?