Posted to microsoft.public.excel.programming
|
|
createDocumentFromURL
here's what I am using:
sURL =
"http://tradingroom.com.au/apps/qt/quote.ac?section=quotedetail&sy=tpl&type=delayedqu ote&code=BHP"
"Tim Williams" wrote:
Do you have an example URL which would provide the message?
Or try the workaround from he
http://athena.uwindsor.ca/units/its/...4?OpenDocument
Tim.
"Jack Clift" wrote in message
...
yes, it didn't work - the message is from IE, not excel
"Tim Williams" wrote:
Ave you tried
application.displayalerts=false
?
Tim.
"Jack Clift" <Jack wrote in message
...
Dear Sir,
I am using a macro to retreive multiple (100) pages from the web
using
createDocumentFromUrl function. I receive the following IE message:
This page has an unspecified potential security flaw. Would you
like to
continue?
Is there a way to supress this message.
Note that retreive the page manually with IE, I do not receive this
message.
Regards
JC
|