M
MikeM
Is there a command to hide the external data window ath the beginning of a
macro? I've tried
Application.ActiveWindow.Windows.ItemFromID(visWinIDExternalData).Close
but it doesn't activate until after every other step in the macro runs. I've
tried putting in a time delay after that step, as well as
Application.ScreenUpdating = True
but nothing works.
Hope someone can help.
Mike
macro? I've tried
Application.ActiveWindow.Windows.ItemFromID(visWinIDExternalData).Close
but it doesn't activate until after every other step in the macro runs. I've
tried putting in a time delay after that step, as well as
Application.ScreenUpdating = True
but nothing works.
Hope someone can help.
Mike