LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Download files with excel

Hi All,

I try to create a files that allow me to download files
through Excel.
I am using the WebBrowser controls, I have no problems, to
connect to the file, to start the download with the first
windows (do you want to save it, or open ot from ots
location), but how can hide this windows, select the right
path for the file, and start the download.

Thanks a lot,

Mangda

Some coding (it is just a test to try to understand the
functionalities):
Private Sub UserForm_Click()
WebBrowser1.Navigate "http://www.xxx.com/logs/010102.log"
End Sub

Private Sub WebBrowser1_FileDownload(ByRef bCancel As
Boolean)
chemin="c:\logfiles\
<<<<<<<<<<<<<,What I need to put here to make the dowload
automayic
End Sub




 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to download contact files in excel to outlook contacts? Hkirk Excel Discussion (Misc queries) 1 February 7th 09 06:50 PM
Slow download of .xls files Tschurin Excel Discussion (Misc queries) 3 January 26th 09 07:00 PM
Digital signature - files for download goconnor Excel Discussion (Misc queries) 0 July 16th 08 11:14 PM
how do i download files from open office document to ms excel? BOND007 Setting up and Configuration of Excel 1 July 31st 07 11:06 PM
download to be able to save files as CSV in Excel? BrianH Excel Discussion (Misc queries) 1 December 22nd 04 03:11 AM


All times are GMT +1. The time now is 09:30 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"