Excel User Group
Microsoft Excel blogs, forums, files. Read, ask questions, provide answers.

String Building Class

I read that someone uses a string builder class in vba. For some reason, that thought had never occurred to me, but I thought I’d give it a try. Here’s my first attempt. Private msText As String Public Property Get Text() As String     Text = msText End Property Public Sub Append(sText As String, Optional sDelim As [...] Read More...

Read the complete post at http://www.dailydoseofexcel.com/archives/2010/07/19/string-building-class/


Posted Jul 19 2010, 07:30 AM by Daily Dose of Excel
Filed under: ,
Copyright Excel User Group and the relevant contributors, 2010. All Trade Marks acknowledged. This site is a peer-to-peer site and NOT affiliated in any way to Microsoft Corp. All rights reserved.