Add Char To Cell Excel


SUBMITTED BY: estobayus

DATE: May 9, 2018, 12:42 p.m.

FORMAT: VB.net

SIZE: 216 Bytes

HITS: 331

  1. Sub AppendToExistingOnRight()
  2. Dim estobayusAddChar As Range
  3. For Each estobayusAddChar In Selection
  4. If estobayusAddChar.Value <> "" Then estobayusAddChar.Value = estobayusAddChar.Value & "-ESTOBAYUS"
  5. Next
  6. End Sub

comments powered by Disqus