Hi,
I'm having a working solution to add one by one all the state/provinces into a configuration page. Now I'm wondering if it's possible to create a macro where the user is asked to insert or paste a list with all the states/provinces and the corresponding iso code of that state/province and that this macro will create a new macro based on a template. So for example the Netherlands has a list of 12 provinces:
Province | ISO |
---|---|
Drenthe | DR |
Flevoland | FL |
Friesland | FR |
Gelderland | GE |
Groningen | GR |
Limburg | LI |
Noord-Brabant | NB |
Noord-Holland | NH |
Overijssel | OV |
Utrecht | UT |
Zeeland | ZE |
Zuid-Holland | ZH |
Now I want to create a macro that can loop over this list (12 provinces) and then add the province in the first insert text element and the iso code in the second. So it will create 12 of these grouped actions.
Add States.kmmacros (8.8 KB)
Is this possible?
Thanks!
Juul