J
Joe User
I get a runtime error ("object variable not set") pointing to the assignment
statement when I do the following:
Dim v As Object
v = CreateObject("vbscript.regexp")
I have select Microsoft VBScript Regular Expressions 5.5 (also tried 1.0)
under Tools > References.
But nothing is added under VBAProject \ References in the Project pane, as
there is when I select atpvbaen.xls for example.
Is that indicative of the root cause of the problem, perhaps a missing file?
What is the name of the file that contains the Microsoft VBScript Regular
Expressions 5.5 library?
statement when I do the following:
Dim v As Object
v = CreateObject("vbscript.regexp")
I have select Microsoft VBScript Regular Expressions 5.5 (also tried 1.0)
under Tools > References.
But nothing is added under VBAProject \ References in the Project pane, as
there is when I select atpvbaen.xls for example.
Is that indicative of the root cause of the problem, perhaps a missing file?
What is the name of the file that contains the Microsoft VBScript Regular
Expressions 5.5 library?