Re: Excel v.x
Re: Excel v.x
- Subject: Re: Excel v.x
- From: Rob Jorgensen <email@hidden>
- Date: Thu, 29 Nov 2001 23:04:06 -0500
On 11/29/2001, Craig D. Sutherland commented:
Received the MS Office upgrade and began to explore existing scripts
created in Script Debugger 3.0.1-- well actually trued to run a
script that called a MS Excel VB macro which had functioned just
fine under 10.0.1, AS 1.7f2 and Excel 2001.
The script uses the Excel verb Evaluate to call the VB Macro.
I'd be willing to bet that Script Debugger's dictionary is turned
on/active and it's taking control of the evaluate command. I had a
similar conflict recently and it was a bi*^@`...er...bear to debug.
;-)
From the SD dictionary:
evaluate: evaluate an expression against the current script context
evaluate reference -- the document to evaluate against
expression anything -- the expression to evaluate (string or compiled script)
[Result: anything] -- the result of the expression
Later,
Rob Jorgensen
Ohio, USA
- Follow-Ups:
- Thanks!
- From: Bryan Kobler <email@hidden>
References: | |
| >Excel v.x (From: "Craig D. Sutherland" <email@hidden>) |