Preview | SOLIDWORKS USER FORUM
Use your SOLIDWORKS ID or 3DEXPERIENCE ID to log in.
DADaniel Andersson21/07/2014
In SolidWorks 2014 the All Upper Case option is available for notes etc. But I want to implement this for SW2012 SP5 in my BOM list.
So, if the description is "Shaft" in the file custom properties, it should be presented as "SHAFT" in the BOM. I have played around abit with equations in the BOM and it seems that SW2012 does not like that I put VBA code in the IF statement... I tested to do this in the BOM, IF(`Description`="Rotor cased";UCASE("testtest");UCASE("testtest"))
Any advice how and if this is possible to implement? I would like to avoid macros and api coding in this case, IF possible....
Best regards
Daniel