> --- In [email protected], "Sheri" <sherip99@> wrote: > > > > That doesn't seem sensible, would prefer the content of any provided > > arguments meant to be skipped just be discarded. > > I think "omit" means omit, but I can probably get both variations to work. > > > > But anyway doesn't work yet. Among other things I should be > > > picking up any default value available via FUNCDESC, or at least > > > I think I should.
Try comPlugin0.72_100112.zip in http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/ com.set_arg_types("s t t s ") objApp.GetSaveAsFileName("TestVariants.xls", "", "", "Hello") seems to work objApp.GetSaveAsFileName("TestVariants.xls", "Hello") doesn't yet.
