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.
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.