View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Naveen J V Naveen J V is offline
external usenet poster
 
Posts: 1
Default Range naming cells with blank cells through coding

Hi,

Through macro, how do I name a range which consists of blank cells in
between. The range will be derived dynamically, where only the starting cell
is known. For example, Range starts frm A5, and end cell should be selected
dynamically based on the data. In between the dynamic range there may be some
blank cells. How to I code?

Thanks in advance