Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Doesn't give me a warning. Try adusting your IE settings.
Tim "Jack Clift" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|