--- In [email protected], "Sheri" <sheri...@...> wrote: > > --- In [email protected], "entropyreduction" > <alancampbelllists+yahoo@> wrote: > > > > --- In [email protected], "Sheri" <sherip99@> wrote: > > > > > > > > appRef.ScriptPreferences.Version = 4.0 > > > > > > using comPlugin0.72_091207 yields > > > > > ERROR: com.set_property: Optional variable type problem (sys code > > > 80020005: "Type mismatch.")
I discovered that this works (and also works in older version that guessed at type) appRef.ScriptPreferences.Version = "4.0" Doesn't work without the quotes around 4.0 even in set_property_typed (and didn't in older version either.) older version tested was comPlugin0.72_091125 Regards, Sheri
