Hi all,
I am trying open web pages , the urls of which are stored in a table in database. My problem is when an undefined url comes, an OLE exception occurs and aborts the program. I want to catch this exception and print an error message for that particular url and proceed further with others.
The page(intranet page) consists of an excel sheet whose data i am copying into another excel sheet.
How do i check whether excel file in the url is active or not?
Kindly help me in this issue.
I am trying open web pages , the urls of which are stored in a table in database. My problem is when an undefined url comes, an OLE exception occurs and aborts the program. I want to catch this exception and print an error message for that particular url and proceed further with others.
The page(intranet page) consists of an excel sheet whose data i am copying into another excel sheet.
How do i check whether excel file in the url is active or not?
Kindly help me in this issue.
Comment