W
wjoc1
Hi,
I'm hoping someone can help me out with this one. I have an exce
spreadsheet which contains an AutoShape. When I click on this AutoShap
it opens up a word document. This is not an external file it is someho
embedded in the spreadsheet but I cannot find any reference to it.
decided to recod a macro and click on the AutoShape to see what cod
would be required and I got the following line:
Code
-------------------
Application.Run "'PMI Full WkBk.xls'!Sheet291.ProjectSummary"
-------------------
This is the code of the procedure it is running/calling
Code
-------------------
Application.DisplayAlerts = False
Sheets("Front Page").Select
ActiveSheet.Shapes("Object 73").Select
Selection.Verb Verb:=xlPrimary
Application.DisplayAlerts = True
-------------------
Can someone explain to me where it is getting this word documen
from???
Thanks in advance
Lia
I'm hoping someone can help me out with this one. I have an exce
spreadsheet which contains an AutoShape. When I click on this AutoShap
it opens up a word document. This is not an external file it is someho
embedded in the spreadsheet but I cannot find any reference to it.
decided to recod a macro and click on the AutoShape to see what cod
would be required and I got the following line:
Code
-------------------
Application.Run "'PMI Full WkBk.xls'!Sheet291.ProjectSummary"
-------------------
This is the code of the procedure it is running/calling
Code
-------------------
Application.DisplayAlerts = False
Sheets("Front Page").Select
ActiveSheet.Shapes("Object 73").Select
Selection.Verb Verb:=xlPrimary
Application.DisplayAlerts = True
-------------------
Can someone explain to me where it is getting this word documen
from???
Thanks in advance
Lia