Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using a web inquiry to bring information into an excel spread sheet. A
Macro performs the web query at regular intervals throughout the day. Occassionally Excel sends a message stating that it was "unablet to open the http:// . . . ". This stops the macro and prevents it from getting information for the rest of the day. How can I automatically clear this excel message using VBA code or another method? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't have enough information to help without seeing the macro. Question,
if you exit the workbook and reopen does the macro work? You may have the statement Application.EnableEvents = False which will stop new events from occuring. You can put a simple macro to solve this problem Sub EnableEvents() Application.EnableEvents = True end Sub I don't know what mechanism is being used to perform the query at regular intervals. The macro may be using TEMP files on your computer to determine when to run the query. I can't tell without seeing the code. "Greg" wrote: I am using a web inquiry to bring information into an excel spread sheet. A Macro performs the web query at regular intervals throughout the day. Occassionally Excel sends a message stating that it was "unablet to open the http:// . . . ". This stops the macro and prevents it from getting information for the rest of the day. How can I automatically clear this excel message using VBA code or another method? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Unable to open a 82 KB XLSM file due to "Too many different cellformats" & "Converter failed to open the file." errors. | Excel Discussion (Misc queries) | |||
Unable to open a 82 KB XLSM file due to "Too many different cellformats" & "Converter failed to open the file." errors. | Setting up and Configuration of Excel | |||
web query with Workbooks.Open("http:// ..... | Excel Programming | |||
"word unable to open data source" message when trying to do mail m | Excel Discussion (Misc queries) | |||
I am getting a message "Unable to open http:...." while working o. | Excel Discussion (Misc queries) |