system
September 6, 2010, 6:31am
1
Hi,
I need to give description for all the objects in the Universe. I already have the description of all the classes and objects in an excel sheet with me. Is there a way to upload the description directly into Designer ? Or do i need to write the description of each object manually?
Please help
Regards
Ishu
ishu1404 (BOB member since 2010-02-03)
system
September 6, 2010, 6:39am
2
Hi,
Give this utility a try:
Update 23-Oct-2009: Another version that can change CLASS names and descriptions can be found here later in this thread.
Author: Dwayne Hoffpauir, EDS Corporation
Further discussion on this utility should take place in this topic .
Author Notes:
Option Explicit 'require variables to be declared before being used
Dim DesignerApp As Designer.Application
Dim Univ As Designer.Universe
Dim Wksht As Excel.Worksheet
Sub GetInfo()
Set DesignerApp = New Designer.Application
…
Marek Chladny (BOB member since 2003-11-27)
system
September 6, 2010, 7:26am
3
Hi Marek,
Thank you very much for sharing the Utility. It works fine for me and has saved huge amount of time …
Thanks once again
Regards
Ishu
ishu1404 (BOB member since 2010-02-03)