I am not sure where I need to go from here. Over the last couple of months we have refined (using this forum) the VBA script we use to search the internet.
The Tool:
Using Excel the user types in critical data points and clicks submit. The tool brings up seven different websites, enters the critical data points and presents the results of those findings all under 30 seconds compared to the typical eight minutes previously.
The Problem:
All the users use different versions of IE. At different parts of the day the bandwith gets eaten up. The tools is not stable enough (currently) to handle all these diffferent variables. One constraint I cannot overcome is the IE versions, they are what they are.
Temporary Solution Currently Being Used:
To customize the script for each user to match the speed or IE version. (Laborious...)
I need your help:
Is there a way to improve the stability of using Excel from each person desktop?
Is there a way to put this Excel tool on an external website and operate it without having to have the user download it to their desktop and still get reliable results?
Does it make sense that this needs to be created in another computer language to make it more stable and useable for the user via an external website?
Any thoughts would be appreciated.
The Tool:
Using Excel the user types in critical data points and clicks submit. The tool brings up seven different websites, enters the critical data points and presents the results of those findings all under 30 seconds compared to the typical eight minutes previously.
The Problem:
All the users use different versions of IE. At different parts of the day the bandwith gets eaten up. The tools is not stable enough (currently) to handle all these diffferent variables. One constraint I cannot overcome is the IE versions, they are what they are.
Temporary Solution Currently Being Used:
To customize the script for each user to match the speed or IE version. (Laborious...)
I need your help:
Is there a way to improve the stability of using Excel from each person desktop?
Is there a way to put this Excel tool on an external website and operate it without having to have the user download it to their desktop and still get reliable results?
Does it make sense that this needs to be created in another computer language to make it more stable and useable for the user via an external website?
Any thoughts would be appreciated.