Hi,
I know it should be simple enough, and I have seen many similar Q&As on this sort of topic. But I couldn't find one that solved it for me, and I couldn't work it out by myself. VBA is not my strength (yet).
I want to name hundreds of ranges. I don't want to type the name myself. Ideally I select the top row of a range and run the macro. It then names the range based on 2 separate cell values: OFFSET(-1,0) and OFFSET(0,-2) from the top cell in the range. The locations of these cells can vary.
The ranges are all on the same sheet.
Do I need to provide more info? Or is this sufficient?
Thanks in advance.
I know it should be simple enough, and I have seen many similar Q&As on this sort of topic. But I couldn't find one that solved it for me, and I couldn't work it out by myself. VBA is not my strength (yet).
I want to name hundreds of ranges. I don't want to type the name myself. Ideally I select the top row of a range and run the macro. It then names the range based on 2 separate cell values: OFFSET(-1,0) and OFFSET(0,-2) from the top cell in the range. The locations of these cells can vary.
The ranges are all on the same sheet.
Do I need to provide more info? Or is this sufficient?
Thanks in advance.