View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
[email protected] andypm5@aol.com is offline
external usenet poster
 
Posts: 2
Default Please Help! Column Header Lookup


funkymonkUK wrote:
I would suggest perhaps creating that column into a named range. then in
your code you can refer to it as range("time").value which is the value
of the the range of column. if the column increase or decrease it will
always refer to the range that you require.


--
funkymonkUK
------------------------------------------------------------------------
funkymonkUK's Profile: http://www.excelforum.com/member.php...o&userid=18135
View this thread: http://www.excelforum.com/showthread...hreadid=555986



Thanks for the help...and such a quick response!