Referring Excel objects which embedded in a MS-Word Document?
问题 I have many Excel objects are there embedded in a MS-Word Document. I want to calculating the grand total: with summing the totals are there in the each specified excel object and return that grand total in the MS-Word document. Macro holder is MS-Word Document's VBA module. Means: I need to access to an specified embedded Excel object , form the MS-Word module , then perform it active , then assign to an object-variable by -For example:- ExcelApplication = GetObject(, "Excel.Application")