InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.Common Library / Theme Object / SaveAs Method
The path to the new theme.
In This Topic
    SaveAs Method (Theme)
    In This Topic
    Saves the current theme contents to a file.
    Syntax
    expression.SaveAs( _
       ByVal pathName As String _
    ) 
    where expression is a variable that represents a Theme Object

    Parameters

    pathName
    The path to the new theme.
    See Also