Hello ,
I try to write a macro to rename all instances and references in an assembly.
I find some subjects in this forum about the same problem but I can't rename all the assembly tree.
This is the macro :
***************
Sub CATMain()
Dim Input1 , Input2 As string
Set productDocument1 =...
Hello ,
I write a macro to display all links in a CATproduct.
But it can't display broken links.
Can someone help me.
I want to display broken links also.
Thanks.