Posted to microsoft.public.excel.programming
|
|
Selecting and deleting named range based on cell value
I got it I think:
If Range("m5").Value < 21 Then Range("page2").Delete
else
...
--
Rich Kniatt
------------------------------------------------------------------------
Rich Kniatt's Profile: http://www.excelforum.com/member.php...o&userid=19093
View this thread: http://www.excelforum.com/showthread...hreadid=530641
|