Hi!
I have a problem using schedule tables and tags, containing VBA macroses. Instead of evaluated result I see the whole macros text in schedules. Reinstalling VBA for AutoCAD Architecture, VBA libraries or AutoCAD Architecture itself doesn't change anything. Last time the problem was solved by reinstalling windows 10 and programs. Any better idea?
Solved! Go to Solution.
Hi!
I have a problem using schedule tables and tags, containing VBA macroses. Instead of evaluated result I see the whole macros text in schedules. Reinstalling VBA for AutoCAD Architecture, VBA libraries or AutoCAD Architecture itself doesn't change anything. Last time the problem was solved by reinstalling windows 10 and programs. Any better idea?
Solved! Go to Solution.
Solved by kokospb. Go to Solution.
Are you talking about VBScript formula properties in a Property Set Definition? Those do not require installation of the Microsoft Visual Basic for Applications Module (VBA) for Autocad.
Typically, displaying the entire formula in a Schedule Table or Schedule Tag indicates that there is an error when the formula property was evaluated. The values of any properties referenced in the formula replace the property references so you can try to debug the formula by seeing the data that generated the error condition.
Are you talking about VBScript formula properties in a Property Set Definition? Those do not require installation of the Microsoft Visual Basic for Applications Module (VBA) for Autocad.
Typically, displaying the entire formula in a Schedule Table or Schedule Tag indicates that there is an error when the formula property was evaluated. The values of any properties referenced in the formula replace the property references so you can try to debug the formula by seeing the data that generated the error condition.
Thank you for the answer, David! Yes I'm talking about VBScript formulas. But it's not about errors in them. ALL formula properties are just not evaluated. Even the simplest ones and those that worked fine before. I think it's somehow system related, because older ADT versions performs the same. Software only reinstallation is not helpful, but windows reinstallation does.
Thank you for the answer, David! Yes I'm talking about VBScript formulas. But it's not about errors in them. ALL formula properties are just not evaluated. Even the simplest ones and those that worked fine before. I think it's somehow system related, because older ADT versions performs the same. Software only reinstallation is not helpful, but windows reinstallation does.
Software reinstallation helped this time! Thank you for your help!
Software reinstallation helped this time! Thank you for your help!
Can't find what you're looking for? Ask the community or share your knowledge.