I created a vba macro that opens a range of documents from a folder , and it checks for specific date in each document and if its incorrect changes the date and saves the new document with the new date . etc
it works fine, other than when i open the new outputted document , the pagination isnt there.
the files are in the format, Microsoft Write.
is there a way to make the outputted document paginated the same way as the initial document.
ive tried:
Options.Pagination = True
but that didnt work.
any help would be greatly appreciated.
it works fine, other than when i open the new outputted document , the pagination isnt there.
the files are in the format, Microsoft Write.
is there a way to make the outputted document paginated the same way as the initial document.
ive tried:
Options.Pagination = True
but that didnt work.
any help would be greatly appreciated.