M
mark
I have a fully automated (Word, Excel, Access) mail-merge document. The
document contains several nested tables side-by-side and all data sources are
late bound (@ run time). When the document is opened manually in Word, the
tables 'shimmer' as the nested tables align themselves: takes ~2sec. However
under automation, the nested cells do not align: specifically right aligned
nested subtables. I have tried a Timer pause loop and MsgBox to pause
execution and allow the nested tables to align after the Document_Open event,
all to no avail: pause works but no 'shimmer' of alignment. I need to run
minimized w/o user intervention. Any Ideas, Workarounds, Obscure Properties
or Methods are appreciated.
document contains several nested tables side-by-side and all data sources are
late bound (@ run time). When the document is opened manually in Word, the
tables 'shimmer' as the nested tables align themselves: takes ~2sec. However
under automation, the nested cells do not align: specifically right aligned
nested subtables. I have tried a Timer pause loop and MsgBox to pause
execution and allow the nested tables to align after the Document_Open event,
all to no avail: pause works but no 'shimmer' of alignment. I need to run
minimized w/o user intervention. Any Ideas, Workarounds, Obscure Properties
or Methods are appreciated.