View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Colo[_95_] Colo[_95_] is offline
external usenet poster
 
Posts: 1
Default Run Macro on Worksheet Activate

Hello Matthew,

That code works on me, please try type the code below in the immediat
window and press Enter key.

Application.EnableEvents may has been set as False.


Code
-------------------

Application.EnableEvents=True

-------------------


--
Message posted from http://www.ExcelForum.com