I am opening an archive file (file_name.ptx) in Word. I execute a macro that does some formatting and creates a flatfile which I do a Select All and Cut. I then paste into a new flatfile. Once this is done, well, here's the snippet of code:
Selection.WholeStory
Selection.Cut
SetWarnings = False
ActiveWindow.Close
When it gets to the last command, I receive the following message that is requiring me to respond:
This document contains formatting that cannot be saved in text format. Do you want to save changes to file_name.ptx?
What am I not doing right!?!?!?
Selection.WholeStory
Selection.Cut
SetWarnings = False
ActiveWindow.Close
When it gets to the last command, I receive the following message that is requiring me to respond:
This document contains formatting that cannot be saved in text format. Do you want to save changes to file_name.ptx?
What am I not doing right!?!?!?