View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jerry[_12_] Jerry[_12_] is offline
external usenet poster
 
Posts: 1
Default Name a range dynamically

I have a list I'm using in a vlookup. The problem is that
this list changes drastically in size and I think by
naming the range (i.e. database, stuff, etc.) that I could
use that name in my vlookup. How do I program a range to
have a name in VBA?