RC-WinTrans Object Model Help |
ProjectFile.Reload |
Reloads the project file.
Syntax: |
Reload() As Boolean |
Return: | Boolean |
Example: | Dim ProjFile As ProjectFile Dim RetVal As Boolean Set ProjFile = Application.ActiveProjectFile If (Not (ProjFile.IsLoaded)) Then RetVal = ProjFile.Reload End If |
See also: