Need column name
Closed
manish
-
Jun 17, 2009 at 08:36 AM
Excelguru
Excelguru
- Posts
- 261
- Registration date
- Saturday April 11, 2009
- Status
- Member
- Last seen
- June 21, 2011
Related:
- Need column name
- Excel partial match two columns - Guide
- Tweetdeck column width - Guide
- Vba find column by name ✓ - Forum - Excel
- Auto serial number in excel based on another column ✓ - Forum - Excel
- Vba find string in column - Guide
1 reply
Excelguru
Jun 17, 2009 at 10:38 AM
- Posts
- 261
- Registration date
- Saturday April 11, 2009
- Status
- Member
- Last seen
- June 21, 2011
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...