View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
El Bee El Bee is offline
external usenet poster
 
Posts: 58
Default Setting var to selected Range


I discovered the following statement
Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select

now I want to set a var to the selected range.

Can anyone help; this VB stuff is all new to me and I really appreciate the
help I have received from many of the Guru's on this site!!!

Thanks again for your time and knowledge.

El Bee