The project I have been working on requires the user to fill in a VBA form, submit the details and then VBA (macro) code will write the information into the document. |
So here are the two small bits of code you will need to select all the text and delete :
Selection.WholeStory
Selection.Delete
If you put this before you write into the document, you will always be guaranteed a blank canvas !.
No comments:
Post a Comment