View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Amos Amos is offline
external usenet poster
 
Posts: 1
Default AddressOf / Windows API question

I am trying to write a piece of code that will determine
the address of a routine/function that will work in both
Office 97 and Office XP. I am needing this address for use
in using some of the Windows API functionality. I have
found a piece of code that helps me do this for VBE 5
(Office 97). The problem now is getting this functionality
in VBE 6(Office XP). I have read on a few sites that VBE 6
has a built-in 'AddressOf' function. This would suit my
needs perfectly, but the VB Editor does not recognize this
function. Do I need a reference to a particular library or
something?

Thanks in advance for your responses.
- Amos -