i have done this
Public myrange As Range
Private Sub Workbook_Open()
Set myrange = Worksheets("Sheet1"
.Range("A1:A10"
End Sub
i got to sheet2 select the cell
Data>Validation>List
and type
=myrange
but i get the A named Range you specified cannot be found?
how should i do this the right way.
thanks
lovalles
Public myrange As Range
Private Sub Workbook_Open()
Set myrange = Worksheets("Sheet1"
End Sub
i got to sheet2 select the cell
Data>Validation>List
and type
=myrange
but i get the A named Range you specified cannot be found?
how should i do this the right way.
thanks
lovalles