Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey just trying to have a macro that will have an input pop box for the user to type in an integer that I want to be stored in a variable.
Variable : vAmountDays
The integer is basically just going to act as a parameter on how many days will the user want to look into the data's history.
Thanks,
Kevin
U can use a Input Box for this, and set constrains so it only allows integers
Yes, but the input box does not fit very well with the design. I'd rather make some text that can act as a button and call this than the input box.
Here I leave an example of how to manipulate a record of dates in a graph hope and help you something.