Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to populate a list of values
#1
Hello, please help with this, I have no coding experience. 

Basically, I need to record a macro let it run a list of queries for me.

It will look like
1. click on the box
2. type "XXXX" (a list of values)
3. click "run"
4. repeat the process until the full list is completed.

Sorry for the newbie question, I really could figure out what is the proper method to do. I'm trying to use string, but I need it to return one value at a time.
#2
Macro Macro292
Code:
Copy      Help
str list=
;XXX
;YYY
;ZZZ

str s
foreach s list
,;1. click on the box
,;...
,;2. type "XXXX"
,key (s)
,;3. click "run"
,;...


Forum Jump:


Users browsing this thread: 1 Guest(s)