Hi,
Many time I find code that the argument is an integer. IE checking if
the selected cell is a particular column number:
If (Target.Column = 34)
The trouble is that my sheet layout can change, and 34 becomes 35.
Another example of a formula i use in a sheet:
=COUNTIF(T_AllEmp[JOB ROLE REF ID],[@[Job Role ID]])
This works great as I can change the column layout of the table and
not mess up the formula.

I use tables and define names of my column headings. How can I convert
the defined names to values?
TIA
Rob

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/discussexcel

Reply via email to