4-Participant
October 23, 2024
Question
Exporting Mathcad 15 values to CSV/text file file using VBS
- October 23, 2024
- 2 replies
- 1903 views
Hello,
I was wondering if I could get help with a VBS script to export bolded text with an equal sign from a Mathcad file to a cvs/txt file
An example of text to export is

Val1 = 1 and Val2 =2 would print to the cvs/txt file as
Val1,”1”
Val2,”2”
While the remaining text would be ignored.
Attached is a vbs script that gets all of the text from a Mathcad, but I need to add a conditional that will only print text if it is Bolded and has an equals (=) sign.
I cannot work on this at work since running scripts is blocked and I am working on permission to run this one.

