+ Reply to Thread
Results 1 to 2 of 2

Call function with a variable name ?

  1. #1
    Registered User
    Join Date
    09-26-2007
    Location
    Netherlands
    MS-Off Ver
    Excel 2003
    Posts
    6

    Call function with a variable name ?

    Hy all,

    Im trying to call to a specific function but the name of the function is a variable.

    So something like this:

    Call Variable1

    Variabel1 is declared elsewhere in the function

    But when I try to call the variable name it points to the function Variable1 which is not present! and not the thing I want.

    Can anyone help me with the problem ?

    thnx

    pMzQ,

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258
    Hello pMzQ,

    A function is a code procedure that can take arguments. These arguments are predefined variable types that bring information into the procedure. The function itself can not be a variable, only its arguments.

    Sincerely,
    Leith Ross

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1