View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John Keturi John Keturi is offline
external usenet poster
 
Posts: 19
Default Message Box Positioning

This works fine for VB 6.0 & Excel 2000, but I get a syntax error when run
on Excel 98. Can I change anything to get it to work on both versions?
Thanks

lgHook = SetWindowsHookEx(&H5, AddressOf WinProc, 0, GetCurrentThreadId)