Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Dave
As with all these solutions - very simple and straightforward. Thanks Joe "Dave Peterson" wrote: with activesheet If intersect(selection, .rows(1)) is nothing then 'do the work else msgbox "don't touch row 1!" end if end with Joek wrote: I need to run a macro to delete a row if any cell in that row is selected. However I do not want the macro to run if row 1 is selected. Seems simple but I can't get my head around it using IF THEN. I would be grateful for any help -- Dave Peterson . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro to select files and then run different macro on selected file | Excel Programming | |||
Run macro when cell is selected | Excel Programming | |||
run macro when cell is selected | Excel Worksheet Functions | |||
Macro to take selected cells times a selected cell | Excel Programming | |||
Macro to run in same row as selected button | Excel Programming |