Returns the active translation project.

Type Info:

ActiveProject As TranslationProject
Example:
Dim App As Application
Dim Proj As TranslationProject

Set App = Application
Set Proj = App.ActiveProject
Remarks: Read-only property.
See also:

Class Application

Last Updated: 03/11/04