View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
royUK[_52_] royUK[_52_] is offline
external usenet poster
 
Posts: 1
Default Macro to select only cells containing values within named range


Maybe, change MyRange to your range name


Code:
--------------------
Range("MyRange").SpecialCells(xlCellTypeConstants)
--------------------


--
royUK

Hope that helps, RoyUK
For tips & examples visit my 'web site
' (http://www.excel-it.com)
------------------------------------------------------------------------
royUK's Profile: http://www.thecodecage.com/forumz/member.php?userid=15
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=33275