Embedded Excel file
excel file embedded in a word document needs to be accessed programattically in word VBA. Anyone has any idea..thanks
the object can be accessed using .
activedocument.range.inlineshapes(0).oleformat.act ivate...but here it just opens the excel sheet which i dont want..i just want to excel work in background process so that i can access them on the word vba form
Narendra
|