Variables in Lookup


Closed Thread
Results 1 to 2 of 2
  1. #1
    BlackDiamond's Avatar
    BlackDiamond Guest

    Default Variables in Lookup

    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

  2. #2


    Did you find this post helpful? Yes | No

    Default Re: Variables in Lookup

    I also want to know !

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts