Quantcast
Channel: Automate Excel » subroutine
Browsing latest articles
Browse All 2 View Live

VBA: Subroutine to Reverse a String

The VBA Routine below allows the user to enter a string, and is then presented with the same string backwards. For example “Monday” becomes “yadnoM”:- Option Explicit Private Sub CommandButton1_Click()...

View Article



Deleting Rows that meet a Certain Criteria

The following Subroutine will delete each row in a range where the value in Column A begins with a prescribed piece of text: Sub Delete_Rows(Data_range As Range, Text As String) Dim Row_Counter As...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images