I am sorry, I must not have communicated my problem very well.
I created a VBA macro to modify an existing textstyle.
All commands worked EXCEPT saveall
Attempting to solve the problem from another angle I used a basic macro, (yes I know it’s not the preferred development platform), but all I want to do is save the changes that were made in the macro code.
I saw the same line of code (“CadInputQueue.SendCommand "TEXTSTYLE SAVEALL") used in an example on Jon Summer’s LA Solutions site, but when used in my application is not saving the changes.
I created a VBA macro to modify an existing textstyle.
All commands worked EXCEPT saveall
Attempting to solve the problem from another angle I used a basic macro, (yes I know it’s not the preferred development platform), but all I want to do is save the changes that were made in the macro code.
I saw the same line of code (“CadInputQueue.SendCommand "TEXTSTYLE SAVEALL") used in an example on Jon Summer’s LA Solutions site, but when used in my application is not saving the changes.