Hi Graeme...
> The key element is to change the
> object.property:=value to
> object(value1, value2, value3).
OMG! If that's out of the quoted article, shred it and forget it. The equiv
of
object.property:=value
is simply
object.property=value
Just drop the Pascal syntax. Object(value1, value2, value3) is completely
different and in fact won't work on any object that doesn't define a default
function (that happens to take three params of the type supplied).
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
> The key element is to change the
> object.property:=value to
> object(value1, value2, value3).
OMG! If that's out of the quoted article, shred it and forget it. The equiv
of
object.property:=value
is simply
object.property=value
Just drop the Pascal syntax. Object(value1, value2, value3) is completely
different and in fact won't work on any object that doesn't define a default
function (that happens to take three params of the type supplied).
-SHAWN-
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@it.lists.it.agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Just starting to get my head around excel, been useing Macro's to work outmost of the stuff. I am trying to draw graphs of data I have input in Excelfrom Vee (easy). But am stuck on this.
ActiveChart.SetSourceData Source<font color="#ff0000">:=</font>Sheets("Outputpower").Range("A1:F375"), _
PlotBy:=xlColumns
The above was cut from the VB editor and pasted into a Vee formular, butwhen run generates a syntax error. At the HI-lighted part. I have tryed mostthings in there but it keeps failing.
Simon
<CODE><FONT SIZE=3><BR><BR>---------------------------------------------------------------------<BR> <BR> E-mail Confidentiality Notice and Disclaimer<BR> <BR> This email and any files transmitted with it are confidential and are intended solely for the use of the individual or entity to which they are addressed. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited. <BR> E-mail messages are not necessarily secure. Hitachi does not accept responsibility for any changes made to this message after it was sent. <BR> Please note that Hitachi checks outgoing e-mail messages for the presence of computer viruses.<BR> <BR>---------------------------------------------------------------------<BR></FONT></CODE>---<BR>You are currently subscribed to vrf as: rsb@soco.agilent.com<BR>To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".<BR>To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".<BR>To send messages to this mailing list, email "vrf@it.lists.it.agilent.com". <BR>If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".</BODY></html>