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.
|