How to get a OPEN/SAVE dialog option window when open Excel from IE browser

E

Eddie Wang

I use the following to open Excel from IE browser, but I
don't get a OPEN/SAVE dialog option window. Instead, the
Excel opened in the browser window. How to get a
OPEN/SAVE dialog option window? THanks.

filesys.createTextFile(application("ApplicationPath")
& "repository\repository_" & filenameval & ".csv",true)
 
Top