G
Guest
Have a function that checks for and open copy of Excel using
Set objXLS = GetObject(, "Excel.Application")
this works great if excel is open. The problem is if the print preview is
open in Excel, Excel goes into a never ending loop with a error window
flickering on the screen. Is there a way to check if the print preview is
open to prevent user from getiing stuck in an error loop?
Set objXLS = GetObject(, "Excel.Application")
this works great if excel is open. The problem is if the print preview is
open in Excel, Excel goes into a never ending loop with a error window
flickering on the screen. Is there a way to check if the print preview is
open to prevent user from getiing stuck in an error loop?