i am writing a macro where i select a range using a value in another cell: i start at a region and then row and columns below it based on a count are selected.
I need to name the range that is selected.....and here is my code for selecting:
Range("RPTSET").Select
ActiveCell.Offset(rowOffset:=[Range("SETCNT").Value], columnOffset:=9).Activate
ANY SUGGESTIONS??
NAVYA
I need to name the range that is selected.....and here is my code for selecting:
Range("RPTSET").Select
ActiveCell.Offset(rowOffset:=[Range("SETCNT").Value], columnOffset:=9).Activate
ANY SUGGESTIONS??
NAVYA