Hi,
I have an VB script which performs some actions on web application. It takes the input from an excel sheet(placed in local drive).
Now i want it to run this on other machines. But the problem is the path of excel sheet(which is hard coded). The person using it in his machine should place this excel sheet exactly where i want it to be.
I want to remove this pre reuirement. So i want to create an executable file which can place my excel sheet(may be a folder with excel and vb script file) in required path.
I have VS 2010 professional installed in my system. Can somebody guide me in creating executable file from VS 2010 for the above scenario.
Thanks,
Panchi