I have a code that uses excel web queries to retrieve data from a web site.
The query part is optimized but the rest of the code with a lot of If statements makes it run slow.
Please help.
Here is the code:
Sub datta()
Application.DisplayAlerts = False
Application.Calculation =...