Hi,
Does anyone know what what library I refer to in the references component of VBA to get it to pick the string functions of VB6, such as trim, rtrim, etc.
Thanks.
Printable View
Hi,
Does anyone know what what library I refer to in the references component of VBA to get it to pick the string functions of VB6, such as trim, rtrim, etc.
Thanks.
Hi,
Actually found a way around this. Apparently in VBA you use VBA.(string function) instead of (string function)
Thanks.