Stringbuilder

kLAcK

Registered User.
Local time
Today, 05:26
Joined
Jun 22, 2007
Messages
19
I use this class a lot in vb.net but I cannot access it through VBA. Is there a way to do this? My VBA is a little rusty. It is in the system.text namespace.
 
I use this class a lot in vb.net but I cannot access it through VBA. Is there a way to do this? My VBA is a little rusty. It is in the system.text namespace.

Short answer is no, this class cannot be accessed from VBA.

http://www.15seconds.com/howto/pg000929.htm

The link above provides code that you can place into a class module in VBA that will approximate some of the functions of the Stringbuilder class, I haven't tried this myself.
 
thank you, works perfectly
 

Users who are viewing this thread

Back
Top Bottom