Came across a situation yesterday which seemed strange.
25 Excel Statistics Graphs created through VBA Macros in Excel are to be imported into a presentation PPT.
Creating the Graphs OK
Connecting to Excel and importing the Graphs as OLE linked objects all went well.
I then tried importing the Graphs as Static UnLinked OLE objects. Link:=True/False
This works but here for each import there was a warning about the Macros in the the Xl Workbook, whereas while running the Automation through linking there were none.
As stated all was smoothly done.
Does anybody know what can be done about this, apart from making use of signed/trusted VBA Projects ?
Why is there a difference?
PS : Does anybody know how one can UnLink Linked OLE Objects through VBA ?
[It is easy to do it manually in PTT]
Note :
Not using Access to Menubar Control IDs etc.
And Not removing the object and importing it again.
Thanks
25 Excel Statistics Graphs created through VBA Macros in Excel are to be imported into a presentation PPT.
Creating the Graphs OK
Connecting to Excel and importing the Graphs as OLE linked objects all went well.
I then tried importing the Graphs as Static UnLinked OLE objects. Link:=True/False
This works but here for each import there was a warning about the Macros in the the Xl Workbook, whereas while running the Automation through linking there were none.
As stated all was smoothly done.
Does anybody know what can be done about this, apart from making use of signed/trusted VBA Projects ?
Why is there a difference?
PS : Does anybody know how one can UnLink Linked OLE Objects through VBA ?
[It is easy to do it manually in PTT]
Note :
Not using Access to Menubar Control IDs etc.
And Not removing the object and importing it again.
Thanks