Setting SourceDoc in VBA - Excel Chart

M

mrcasey

I have a report that links to a chart in excel. I'm tying to update the
SourceDoc by

ctl.Properties("SourceDoc") =
"\\fres0603\budman$\South\Progress_Report_Generator\Dashboard\Dashboard -
FTE.xls"

then

ctl.Action = acOLECreateLink

when the code is executed (right now in the open event of the report) I get
"The bound or unbound object frame you tried to edit doesn't contain an OLE
object"

Any suggestions? Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top