prabhafriend
01-05-2010, 01:38 AM
Hi!
I already referenced the Excel application in a word VBA project. If its already opened (the excel application) then once again do I have to declare an application to work with that Excel application.
Sub macinwordwhenexcelisrunning()
excel.activecell.value = "Someval"
end sub
Why dont it works?
I already referenced the Excel application in a word VBA project. If its already opened (the excel application) then once again do I have to declare an application to work with that Excel application.
Sub macinwordwhenexcelisrunning()
excel.activecell.value = "Someval"
end sub
Why dont it works?