View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
ozcank[_11_] ozcank[_11_] is offline
external usenet poster
 
Posts: 1
Default How to specify a range in Excel macro

you could try something like

Range("A:A").select

should wor

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