Thread
:
Jump to "Defined name" range!
View Single Post
#
1
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Jump to "Defined name" range!
just like if it wasn't named
Sub gotomynamedcells()
Range("mynamedcell").Select
End Sub
--
Don Guillett
SalesAid Software
wrote in message
ps.com...
Hi,
I need help on how to jump to a "defined name" cell using vba. Please
help!! Lets say that a defined name cell is "COST" fo cell A10, how
could I write a code to select that cell based on the defined name ?
Thanks
Tim,
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett