Try this.
![]()
For Each cl In Range("A1:A10") strMsg = strMsg & cl.Value & " has a balance of " & cl.Offset(,1).Value & "," Next cl MsgBox Left(strMsg, Len(strMsg)-1)
Try this.
![]()
For Each cl In Range("A1:A10") strMsg = strMsg & cl.Value & " has a balance of " & cl.Offset(,1).Value & "," Next cl MsgBox Left(strMsg, Len(strMsg)-1)
If posting code please use code tags, see here.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks