Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an .asp file that produces an EXCEL file as a result. Now I have
to automate the process of opening the file and saving the resulting Excel file to the local machine/ desktop. Right now I can only open the link to the file using (reference: Microsoft internet controls) : Sub Test() Dim IE As New SHDocVw.InternetExplorer IE.Visible = True IE.Navigate "http://xlsAllInOne.asp" End Sub Now how do i eliminate the popup/dialogue box that comes up asking if you want to save or open the file. Can that done either from VB or somewhere in the HTML? Thanks in advance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SAVE and SAVE AS options disappeared from the drop down FILE menu | Excel Discussion (Misc queries) | |||
Excell2003 (SP-1) File > Save and File > Save As.. grayed out | Excel Discussion (Misc queries) | |||
Excel marcos firing on file save as but not file save | Excel Programming | |||
Save File to Another Directory, but not change Users File Save location | Excel Programming | |||
Custom Diaglog Box | Excel Programming |