VBA Compiler - Using VBA object instead of Application object

excelvbaisfun

New member
Hi,
Trying to figure out how to use VBA functions such as VBA.Left() or VBA.Split()

The VBA compiler doesn’t recognize these and the documentation only mentions using Application dot (.), so is there a way to use in-build VBA functions other than using Application.Worksheetfunction functions?

Thanks
Dan
 
Back
Top