MS Excel: TRIM Function (WS, VBA) - TechOnTheNet.com
Example (as VBA Function) The TRIM function can also be used in VBA code in Microsoft Excel. Let's look at some Excel TRIM function examples and explore how to use the TRIM function in Excel VBA code: Dim LResult As String LResult = Trim (" Alphabet ")...