View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PosseJohn PosseJohn is offline
external usenet poster
 
Posts: 33
Default Single or Multiple Cell Selection

Greetings...
I have a WS that contains code under 'Private Sub Worksheet_Change(ByVal
Target As Range)'

I only want to run the code if the user is changing contents of a single cell.

How do you detect if the user has selected multiple cells or not?