Retrieves the opened repository instance that is currently being used by the RepVB Add-in.
Set variable = object.GetRepository
The GetRepository method has these parts:
| Part | Description | 
| variable | A variable declared as a Repository object. Receives the instance of the open repository that RepVB is currently using. | 
| object | The variable name of the RepVB object. |