InfoConnect for Unisys VBA Guide
SaveAs Function (WebControl)
Saves all settings to the specified file.
Syntax
object.SaveAs( _
   ByVal filePath As String _
) As ReturnCode

Parameters

filePath
Example
Dim WControl As Attachmate.Reflection.Objects.Web.Msie.WebControl
WControl.SaveAs(@"C:\")
See Also

 

 


2015 Attachmate

Send Feedback