Mathcad and Excel VBA
Is there any way to send excel data into Matchcad using VBA. I have many claculation work on mathcad but I want excel to be use as an input body which send the specific cell data to a variable in mathcad and the mathcad run the calculation. after that vba send the message to print the mathcad worksheet Example is here to understand
Step 1 In excel sheet, we have let say three values in three cells variable with values such as a is 350, b is 505 and c is 900 and so on (actually I have more than 100 values)
Step 2 Excel vba open mathcad using COM or API (I do not know the code yet and how to open mathcad from excel vba)
Step 3 Excel sent a, b, and c value in mathcad. where many operation are performed such addition, square and many more using these a,b and.
Step 4 Excel send signal to print mathcad and then close the mathcad worksheet.
Note: Please note the actual work is much more complicated it has atlead 60 pages of calculation in mathcad and more than 100 variables need to be sent from excel to mathcad using VBA. Each time I performed the calcualtion, these 100 values are different every time. Right now I put these values manually that takes time and may have errors
Is there any solution available like I mentioned in four steps?
Thanks in adance.
I am new in mathcad.

