Change all the texts fonts

Hello

Does someone has some VB to change the font in the comand Text to a different one. Or how to do it, there are many Text apliend in some files and it take a lot of time to change one by one.

Tanks

Each NX part has a .Fonts collection that you can query and edit. The code in the following thread will replace font #1 (usually the default blockfont for the part file); you can add code to look through the existing fonts in the part and replace the desired one.

http://nxjournaling.com/comment/2421#comment-2421