Thread
:
naming cells
View Single Post
#
5
Posted to microsoft.public.excel.programming
Gary K
external usenet poster
Posts: 2
naming cells
Try this John - assuming your cell is a range named "SS" -
Sub SSAN()
Dim Social As String
Social = Range("SS").Value
MsgBox Social
End Sub
Gary
Reply With Quote
Gary K
View Public Profile
Find all posts by Gary K