Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Prevent Excel from going online when opening html file

Hi,

I' m opening several html files using excel.
After downloading them using Wget, I do:

....
objExcelApp.DisplayAlerts = False
Set objExcelSheet = GetObject(strPath)
....

Problem is, that the html files contain references to images and flash which
are then downloaded at line: Set objExcelSheet = GetObject(strPath). This
takes too long if I do it several times programmically.

I want to tell Excel before the Set objExcelSheet = GetObject(strPath) line
to stay offline and not to connect to the internet.
How?

Thanks!


Reply
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 do I prevent a text to columns while opening a csv file in Excel Michiel via OfficeKB.com Excel Discussion (Misc queries) 3 July 28th 08 01:30 PM
Excel file not opening when saved with Extention .html sfleck Excel Worksheet Functions 1 April 22nd 08 05:14 PM
Problem opening CSV file which contains HTML tag Elayaraja Excel Discussion (Misc queries) 0 April 4th 06 06:47 AM
Prevent UDF from calculating when opening file Arie Excel Programming 0 January 6th 06 08:29 PM
How to prevent my Macro from opening up another Excel App when I open any other excel file Peter[_50_] Excel Programming 1 November 12th 04 06:05 PM


All times are GMT +1. The time now is 05:15 AM.

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

About Us

"It's about Microsoft Excel"