View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jonH jonH is offline
external usenet poster
 
Posts: 1
Default Excel VBA - Range(Selection, Selection.End(xlDown)).Name issue.

I'm trying to name a range to automate some charting. The range I wan
to name begins in in cell b3 and ends in b36. The issue is that cell
b3 - b20 are blank for example. Within Excel, I can select CTRL
SHIFT+ DOWN twice to select the entire range. VBA however, will no
allow me to perform this action twice. It simply ignores the secon
command. I'm using the Range(selection,selection(xldown).selec
command. Any suggestions

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