I am looking to create vba that will define named ranges automatically. I would like to create a worksheet with columns that have the information needed to define the ranges,example: one column would have the desired name of the range, another column would have cell reference that I want the range to refer to
Range Name Refers to
RMEX DET AX1:AX25
RMAP DET Ay1:Ay25
I would then like to add this macro to the workbooks along with the required worksheet and run the macro, to create the named ranges automatically.
I rolled out a report to users they made it specific for their site and now I need to change something that would otherwise require them to have to reenter a ton of information. thanks.
Range Name Refers to
RMEX DET AX1:AX25
RMAP DET Ay1:Ay25
I would then like to add this macro to the workbooks along with the required worksheet and run the macro, to create the named ranges automatically.
I rolled out a report to users they made it specific for their site and now I need to change something that would otherwise require them to have to reenter a ton of information. thanks.