View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
tony h[_81_] tony h[_81_] is offline
external usenet poster
 
Posts: 1
Default Exporting Only Filled Rows To Another Workbook


You have a number of options for looking at the value of a cell.
range("A1").value gives the default result
range("A1").text gives what is visible
range("A1").formula gives the formula

MAybe you will one of these will help

regards


--
tony h
------------------------------------------------------------------------
tony h's Profile: http://www.excelforum.com/member.php...o&userid=21074
View this thread: http://www.excelforum.com/showthread...hreadid=520830