View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
John Baker John Baker is offline
external usenet poster
 
Posts: 98
Default Creating dymnamic named ranges

Thanks

Can you give me the exat syntax -- im not to good on VBA.

Regards

John Baker

"Bob Phillips" wrote:

John,

Try a name with a RefersTo value of something like

=Sheet1!$A$1:OFFSET(Sheet1!$A$1,COUNTA(Sheet1!$A: $A)-1,0)