Thread: Format Borders
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
bhofsetz[_120_] bhofsetz[_120_] is offline
external usenet poster
 
Posts: 1
Default Format Borders


Your syntax is off a little on this line

Range("A1:C & NumRows").Select

change it to

Range("A1:C" & NumRows).Select

HT

--
bhofset
-----------------------------------------------------------------------
bhofsetz's Profile: http://www.excelforum.com/member.php...fo&userid=1880
View this thread: http://www.excelforum.com/showthread.php?threadid=39099