Hi,
I have a cost report program, which imports a CSV file and does all sorts to it to give nicely formatted reports.
This XLS file prompts the user for a JOB NUMBER, which is used to specify the name of the import CSV file. It works fine, but now I am being asked if I can specify the JOB NUMBER (ie the CSV file name suffix) from a web page? Or a webpage link?
Any ideas? Currently I read in the value from an inputbox in VBA, but can I send a parameter/value from a webpage at all into the VBA code?
Any help or advice much appreciated!
Thanks
Alan
I have a cost report program, which imports a CSV file and does all sorts to it to give nicely formatted reports.
This XLS file prompts the user for a JOB NUMBER, which is used to specify the name of the import CSV file. It works fine, but now I am being asked if I can specify the JOB NUMBER (ie the CSV file name suffix) from a web page? Or a webpage link?
Any ideas? Currently I read in the value from an inputbox in VBA, but can I send a parameter/value from a webpage at all into the VBA code?
Any help or advice much appreciated!
Thanks
Alan