Thread: Macro and Text
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
LDanix LDanix is offline
external usenet poster
 
Posts: 19
Default Macro and Text

Where do I enter all this?

"Lonnie M." wrote:

Hi, you could use procedures like this. It will pass the cell address,
which you could then test and run macros accordingly.

Worksheet_SelectionChange(ByVal Target As Excel.Range, Cancel As
Boolean)
Worksheet_BeforeDoubleClick(ByVal Target As Excel.Range, Cancel As
Boolean)

HTH--Lonnie M.