There isn’t an API call for getting the text of the selected cell (which is what I assume you mean by ‘active’) but perhaps you could simply perform a copy to the clipboard. VBA and .NET both let you perform the equivalent of a Ctrl+C using code.
Ready to start learning the SolidWorks API? Sign up for FREE membership here.Keep up with new videos, macros, and training events by joining our mailing list:
How can I get the text in active cell of BOM?
There isn’t an API call for getting the text of the selected cell (which is what I assume you mean by ‘active’) but perhaps you could simply perform a copy to the clipboard. VBA and .NET both let you perform the equivalent of a Ctrl+C using code.