SaveAs Method

Object List

Defined By:
ObjectModule

Description:

Saves the module to a specific text file or binary file.

Declaration:

Sub SaveAs(ByVal fileName As String, asText As Long)


Setting Description


False(0) Do not save as text.

True(-1) Save as text.

Details:

FileName is the file, including path, to save the module in. AsText should be True if you want the module saved as text. If you do not want the module saved as text, set it to False.