03-15-2012, 11:22 AM
Basically expand the functionality of the input box so i can input many values i need predetermined before the macro starts. Each text would get its unique variable. Now i have to fill 5 input boxes in a row ( one opens i type something- it closes, another one opens and so on). So it would be nice to just have one input box with empty 5 lines where i can type. For example:
"line 1- your name" - i type my name, str a
"line 2 - what you need" - item i need str b
"line3 - how much" - how much i need int c
...
than in the macro i tell it to save all the information into *.txt file's, so macro can use it later.ect
All in one input box.
Just an idea
Thank you
"line 1- your name" - i type my name, str a
"line 2 - what you need" - item i need str b
"line3 - how much" - how much i need int c
...
than in the macro i tell it to save all the information into *.txt file's, so macro can use it later.ect
All in one input box.
Just an idea
Thank you