T
Todd Huttenstine
Hey guys
The below code pulls back the active cell address. How do
I get it to return only the number portion of the
address? For instance if location is equal to J22, I want
to retrieve only the 22.
Dim Location
Location = ActiveCell.Address
Thank you
Todd Huttenstine
The below code pulls back the active cell address. How do
I get it to return only the number portion of the
address? For instance if location is equal to J22, I want
to retrieve only the 22.
Dim Location
Location = ActiveCell.Address
Thank you
Todd Huttenstine