|
how to build the add-in to realize the excel function in solidworks
as topic says, i want to built some add-ins to use the excel function like sum(), replace() and so on.
who can help me out or where to find any relevant sources ?
vb2008.net express
c#,asp.net,xml
solidworks 2009,driveworks
sql server 2005 express
mastercam x2,fanuc
ansys,cosmos
------------
edmonton,ab
canada
t6j 2n8
edited: 03/11/2009 at 05:32 pm by qinghai jin
just add a reference in your project to microsoft excel xx object. then call:
excel.worksheetfunction.???
where you can access all of the functions you mention |
|