Re: Optional Variant
Cyril <[email protected]>
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <[email protected]> |
What you mean: "Optional Variant". If this is a parameter, which is missing, then pass a variant of type VT_ERROR (or should be passed by jawin). "Rick Stoyle" <[email protected]> wrote in message news:LISTSERV%[email protected]... > I have been very successful at automating PowerPoint using Jawin by using > the stubs generated by jawinGenUI. I am trying to do the same with Excel > now but am running into a few hurdles. I think all my problems would be > solved if I could just figure out how to pass a Variant equivalent to > Microsoft's "Optional Variant". Any advice would be appreciated. > > Rick >