John Davis
Well-known Member
- Joined
- Sep 11, 2007
- Messages
- 3,457
Hello all:
I have the following code snipet:
I'm trying to get the values contained in X1:X & lr2 to show in a msgbox. How would I code that? Any help appreciated.
I have the following code snipet:
Code:
m = Array(Range("X1:X" & lr2).Value)
MsgBox ("" & m)
I'm trying to get the values contained in X1:X & lr2 to show in a msgbox. How would I code that? Any help appreciated.