V
vibs
I am adding couple of paragraphs after a page break at the end of the
document using range object, the document is rendered fine, however saving
the document
with either of these options doesn't save the new paragraphs
Me.m_objDoc.Save()
'Me.Application.Documents.Save(NoPrompt:=True)
'Me.Application.Documents(Me.m_objDoc.Name).Save()
If I manually enter something in the document and manually press save
button, then the document is saved correctly. I have put in a lot of time on
this and can't figure out what I am missing. Please help..
Thanks
Vibs
document using range object, the document is rendered fine, however saving
the document
with either of these options doesn't save the new paragraphs
Me.m_objDoc.Save()
'Me.Application.Documents.Save(NoPrompt:=True)
'Me.Application.Documents(Me.m_objDoc.Name).Save()
If I manually enter something in the document and manually press save
button, then the document is saved correctly. I have put in a lot of time on
this and can't figure out what I am missing. Please help..
Thanks
Vibs