View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones[_2_] Norman Jones[_2_] is offline
external usenet poster
 
Posts: 421
Default Choosing Active Cell

Hi Les,

Slightly over enthusiastic typing:


Set Rng = ActiveCelll


should be:

Set Rng = ActiveCell



---
Regards.
Norman