P
PaulW
I have a very large word document (2721 pages) which contains a datafile too
large to open in Excel.
My aim is to split this data into manageable chunks for excel to open.
The data source is currently 163,250 lines but will grow daily (unsure by
how much) so I need to put the variable for the loop to be based on the size
of the document.
I have tried to use:
varNumberPages =
ActiveDocument.Content.Information(wdActiveEndAdjustedPageNumber)
but the document cannot repaginate in time to give the correct result.
my main issue is that i cannot say cut the first 1000 pages into a new
document and repeat this another 2 times to get three documents (2 = 1000
pages & 1 = 721) although i am unsure this large a document will open in
excel!
Any help will be gratefully recieved.
PaulW
large to open in Excel.
My aim is to split this data into manageable chunks for excel to open.
The data source is currently 163,250 lines but will grow daily (unsure by
how much) so I need to put the variable for the loop to be based on the size
of the document.
I have tried to use:
varNumberPages =
ActiveDocument.Content.Information(wdActiveEndAdjustedPageNumber)
but the document cannot repaginate in time to give the correct result.
my main issue is that i cannot say cut the first 1000 pages into a new
document and repeat this another 2 times to get three documents (2 = 1000
pages & 1 = 721) although i am unsure this large a document will open in
excel!
Any help will be gratefully recieved.
PaulW