CATScriptError
CATScriptError
(OP)
Microsoft VBScript complilation error
Description: Expected end of statement
Statement: Dim ProductDoc1 As Document
Here is the macro:
Sub CATMain()
Dim ProductDoc1 As Document
End Sub
Any help would be great!
Thanks,
Jim
Description: Expected end of statement
Statement: Dim ProductDoc1 As Document
Here is the macro:
Sub CATMain()
Dim ProductDoc1 As Document
End Sub
Any help would be great!
Thanks,
Jim





RE: CATScriptError
RE: CATScriptError
Not sure about "late-bound" means.
So I can not use macros that declare variables?
Thank You
Jim K
RE: CATScriptError