Skip to content

Chris A. Matenaers

My Personal Website

  • Contact
  • Pages
    • Career & Work History
    • Scuba Diving
  • Blog
  • Login
  • Account
    • Members
    • Logout

Tag: vba

Excel reverse string function (VBA)

a very simple VBA funciton to reverse a string (text cell) in Excel:

Function Reverse(str As String) As String
    Reverse = StrReverse(Trim(str))
End Function

Author Chris A. MatenaersPosted on 20th September 201318th November 2017Categories CodingTags excel, vbaLeave a comment on Excel reverse string function (VBA)

Notification

If you did not wish to come to this web-site, I recommend using this link to escape quickly.

Otherwise you can complain about this website: complaint email.

Search

Categories

  • Android (2)
  • Coding (18)
  • Digital Marketing (8)
  • IT (31)
  • Personal Updates (26)
  • Politics (4)
  • Uncategorised (3)
  • Contact
  • Pages
    • Career & Work History
    • Scuba Diving
  • Blog
  • Login
  • Account
    • Members
    • Logout
Chris A. Matenaers Proudly powered by WordPress