refreshing unbound objects in a form

M

Matt

Clueless???

How can I refresh an unbound object in a from such as a linked Excel chart?
Is the only way to close the form and then reopen it again. There seems like
there should be a way to automatically refresh it without a close and reopen.

Thanks,
Matt
 
M

MacDermott

Have you tried
MyExcelChart.Refresh
? (Of course you'll be using your object's name...)
 
Top