Thread
:
Setting varible to equal values of a # of cells
View Single Post
#
2
Posted to microsoft.public.excel.programming
Carim
external usenet poster
Posts: 510
Setting varible to equal values of a # of cells
Hi Mozart,
I hope this will be music to you ...
Sub RWB()
Dim RWB As String
RWB = Range("A1").Value & Range("A2").Value & Range("A3").Value
End Sub
HTH
Cheers
Carim
Reply With Quote
Carim
View Public Profile
Find all posts by Carim