Need column name
Closed
manish
-
Jun 17, 2009 at 08:36 AM
Excelguru Posts 261 Registration date Saturday April 11, 2009 Status Member Last seen June 21, 2011 - Jun 17, 2009 at 10:38 AM
Excelguru Posts 261 Registration date Saturday April 11, 2009 Status Member Last seen June 21, 2011 - Jun 17, 2009 at 10:38 AM
Related:
- Need column name
- Vba find column by name ✓ - Excel Forum
- Auto serial number in excel based on another column ✓ - Excel Forum
- Sum column if another column equals ✓ - Excel Forum
- How to convert row to column in notepad++ ✓ - Excel Forum
- How to increment numbers when value changes in another column? - Excel Forum
1 reply
Excelguru
Posts
261
Registration date
Saturday April 11, 2009
Status
Member
Last seen
June 21, 2011
307
Jun 17, 2009 at 10:38 AM
Jun 17, 2009 at 10:38 AM
Hi Manish
If the column name is in row 1, you can access it using
cells(1,activecell.column).value
Let me know whether this helps...
If the column name is in row 1, you can access it using
cells(1,activecell.column).value
Let me know whether this helps...