Is it possible to get a text box in my user-form to display a three digit number when the first digit is 0? The text box name is T07.
Code:
Option ExplicitDim lSearchCol As Long, lLastRow As Long, l As Long, lFound As Long
Dim SearchRange As Range, FoundCells As Range, FoundCell As Range
Dim...