View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rich Kniatt[_6_] Rich Kniatt[_6_] is offline
external usenet poster
 
Posts: 1
Default 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