View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default name location relative

Assign a variable to it like myNameLoc = Range("WhereItIs") then simply stick
myNameLoc in when you want to refer to the Name location. I'm not sure what
you meant by relative, but this is the best I can offer.

"crapit" wrote:

How do I keep the location of a name relative?