View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Colo[_97_] Colo[_97_] is offline
external usenet poster
 
Posts: 1
Default set range question

Hi David,

Set the range as below or please look into the word "Specialcells" i
the VBA help.


Code
-------------------

Set CellsToBeChecked = Range(Range("B1"), Range("B65536").End(xlUp))

-------------------


--
Message posted from http://www.ExcelForum.com