Z
zkid
When I use application.visible = false and then turn it back on when the
macro has finished, the following occurs:
The window screen that appears is fine. However, there is another document
that is created at the same time. When I change windows to look at that
document, its view is messed up (the narrow print view bar at the bottom of
the document screen disappears and the document window cannot be scrolled).
When I click the print preview button and close it, the view is then
"repaired." I attempted to print preview it programmically at the end of the
code, but it makes no difference. Any suggestions?
By the way, there are a lot of changes being made in the headers and
footers, so turning off screen updating doesn't make any difference - the
headers automatically turn it back on (and no, I cannot use the header range
object here - dealing with a lot of replacement of text and graphics -
thanks).
macro has finished, the following occurs:
The window screen that appears is fine. However, there is another document
that is created at the same time. When I change windows to look at that
document, its view is messed up (the narrow print view bar at the bottom of
the document screen disappears and the document window cannot be scrolled).
When I click the print preview button and close it, the view is then
"repaired." I attempted to print preview it programmically at the end of the
code, but it makes no difference. Any suggestions?
By the way, there are a lot of changes being made in the headers and
footers, so turning off screen updating doesn't make any difference - the
headers automatically turn it back on (and no, I cannot use the header range
object here - dealing with a lot of replacement of text and graphics -
thanks).