Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Sub ConcactenateStrings()
  2. Dim String1, String2, Stringstogether
  3. String1 = Range("C3")
  4. String2 = "00000"
  5. Stringstogether = String1 & String2
  6. ActiveCell = Stringstogether
  7. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement