View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jamie Collins Jamie Collins is offline
external usenet poster
 
Posts: 593
Default usage "AddressOf TimerProc" in Excel97


Robin Hammond wrote:
how to use AddressOf in XL97?


Chip Pearson deals with Windows timers <snip


Robin,
AddressOf was added to VBA6, comtemporary with Excel2000, however OP is
using Excel97 i.e. VBA5.

Jamie.

--