Excel macro help needed to name ranges
Solved/Closed
Related:
- Excel macro help needed to name ranges
- Spell number in excel without macro - Guide
- How to change author name in excel - Guide
- Excel mod apk for pc - Download - Spreadsheets
- Excel marksheet - Guide
- Kernel for excel - Download - Backup and recovery
4 responses
Hi Trance3223,
Thank you for your reply. The first place I looked was the Excel help file, but could not find an answer to my problem there. Or on any of the Microsoft websites.
Which is why I asked the experts here :-)
Cheers,
Galah
Thank you for your reply. The first place I looked was the Excel help file, but could not find an answer to my problem there. Or on any of the Microsoft websites.
Which is why I asked the experts here :-)
Cheers,
Galah
Range("A1:J1").Name = Range(A1").value - assuming it's a string value
that's it - so range A1:J1 will be named/labeled by the content in A1
that's it - so range A1:J1 will be named/labeled by the content in A1
trance3223
Posts
17
Registration date
Monday August 11, 2008
Status
Member
Last seen
November 21, 2008
8
Aug 31, 2008 at 10:06 AM
Aug 31, 2008 at 10:06 AM
have you checked if there isnt any details in the help file of excel itself?
you can have something there
you can have something there
Highlight or select the range of cells. Ctrl+Shift+F3 Select the top, left, bottom, right most column, or row to use to Name your selected range. This does not work on one cell. You can however, right click from your active cell, select "Name a range", and type in the name. This works for a single or range of cells.