Is there a way to have lookup refer to a variable? I have a routine that requires several values for "hello" but I can't figure out how to replace the string with a variable. Or should I be using a different approach?
For B0 = 0 To 5
LOOKUP B0,[“Hello!”],B1
Next B0
Bookmarks