View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eric Eric is offline
external usenet poster
 
Posts: 1,670
Default Select Until Empty Cell From VBA Code

Hi-

I am new to Excel programming and want to do a select a range starting from
a cell down the column until there is an empty cell from my VBA code.

This is the equivalent of selecting a cell on the worsheet and pressing
ctrl+shift+down arrow.

Can anyone post sample code for how to do this?

Thank you,

Eric