Thread: Auto-Run
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Auto-Run

Hi AP,

The suggested code can be simplied.

Change:

Dim currCell As Range, currRng As Range


to

Dim currCell As Range

and delete:

Set currRng = Selection

---
Regards,
Norman



"AP" wrote in message
...
Tq norman