Re: Newbie



Bob Barrows [MVP] wrote:
There is no WScript object built into VBA. It is not needed because
you can use this syntax to instantiate a COM library and assign it to
a variable:

Set gp = esriGeoprocessing.GPDispatch.1

Darn, I was in a rush and left out the New keyword. it should have been
this:

Set gp = New esriGeoprocessing.GPDispatch.1

Sorry - I hope you see this.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.


.



Relevant Pages