View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default AddressOf Nightmare

RAFAAJ2000,
Did you read the help on AddressOf ?

Where are the functions that you wish to call ?

NickHK

"RAFAAJ2000" wrote in message
...
Hi all,

I am trying to store the name of a procedure in a variable and then pass
this variable as the argument of the AddressOf operator but it just

doesn't
work !

The addressOf seems to only accept litteral values from its popup list of
arguments.

Any idea or workaround to make this work ?

I definitly need to store the procedure name in a variable as part of my

code.

Regards.