Charts on a User Form

W

Wendy Parry

Can anyone give any hints as to how I can achieve putting
a series of charts on a User Form..

Thanks

Wendy
 
R

Robin Hammond

There's a solution on www.j-walk.com (as usual) which exports a chart to a
file then loads a file to an image holder on a userform, or for a higher
level fix look at Stephen Bullen's PastePicture routine which copies a pic
to the clipboard from which you can paste it to an image holder.
 
Top