Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am still working on learning the ins and outs of basic iLogic. I can loop through rows just fine within iLogic itself because they are numbers. However, I am trying to figure out a way with columns instead.
I have the idea of making an ArrayList holding strings of capitalized variables and looping through the ArrayList.
Something like this
For Each oCharStr in ColumnArrayList
'Do something
Next
I am fearful that it may just deal with the numerical values correlated to the letters rather than the Letter itself. Anyone have any tips on how to do something like this? If there is an easier way then I am all ears.
Solved! Go to Solution.