I have 3 variables: a, b, c
I want to throw together a simple For loop with as few lines as possible. I know I can dim an array and fill it with these values and then iterate through the array, but that seems like overkill for what I want to do. Here is what works:
This is what I want to do (but I'm getting a type mismatch error):![]()
Please Login or Register to view this content.
Any idea if what I am trying to do is even possible?![]()
Please Login or Register to view this content.
Bookmarks