Mega Code Archive

 
Categories / VisualBasic Script / Application
 

OrganizationName Returns the name of the organization to which the product is registered

Sub InspectTheEnvironment()      Debug.Print Application.OrganizationName  End Sub