Hi There,
I have set up some scripting within excel to automate some report production, getting data from a call solution called CMS. It works great so long as the data I require is from yesterday. It kinda falls down when I need data from 3 or 4 days ago. I have around 15 scripts set up (each getting a specific piece of data) that all contain the following entry to specify the date its requesting data for:
where -1 indicates the previous day.
I also run the following code to run through each of the scripts sequentially (means I only have one click or task to schedule rather than dozens).
What I would like would be a "pop-up" box open that will allow me to enter a value that replaces the "-1" in each of the scripts it then opens and runs. I could enter -3 or a specific date in the fomant "DD/MM/YYYY".
Is this possible?
your help is greatly appreciated.
Bookmarks