PDA

View Full Version : Can't open new workbook



GhostofDoom
01-13-2020, 09:33 PM
Hello,

when we are running in vba mode
we hide the application

when we open another workbook it seems it will not open in excel?
is there a way to go around it
we don't want to display the active workbook if its running in vba

-Thanks

snb
01-14-2020, 02:59 AM
we hide the application

when we open another workbook it seems it will not open in excel?
In that case you will have to unhide the application: application.visible=true

GhostofDoom
01-19-2020, 12:35 AM
Hello Snb,

ok, thx

roponter
01-20-2020, 03:30 AM
In that case you will have to unhide the application: application.visible=true
cool, thank u man)