View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RAFAAJ2000[_2_] RAFAAJ2000[_2_] is offline
external usenet poster
 
Posts: 75
Default AddressOf Nightmare

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.