Re: insert an Excel graph into a Richtextbox?
- From: "Peter T" <peter_t@discussions>
- Date: Thu, 3 Jul 2008 07:21:48 +0100
"Karl E. Peterson" wrote in message
Peter T wrote:you
"Karl E. Peterson" wrote in message
There is the CopyPicture method of the
Chart object, but that's trashing the clipboard again and only gives
a bitmap (albeit at up to printer resolution).
The CopyPicture method can also give a metafile (emf)
I didn't detect that, from the docs. <- go figure, huh?
snippet from Excel-VBA Help -
expression.CopyPicture(Appearance, Format, Size)
Format Optional Variant. The format of the picture. Can be one of the
following XlCopyPictureFormat constants: xlPicture or xlBitmap. The default
value is xlPicture [ie metafile].
Also there's loads about it in that PastePicture thing you helped write :-)
(link in my first reply to you in this thread)
Regards,
Peter T
.
- Follow-Ups:
- Re: insert an Excel graph into a Richtextbox?
- From: Karl E. Peterson
- Re: insert an Excel graph into a Richtextbox?
- References:
- Re: insert an Excel graph into a Richtextbox?
- From: Karl E. Peterson
- Re: insert an Excel graph into a Richtextbox?
- From: Peter T
- Re: insert an Excel graph into a Richtextbox?
- From: Mike Williams
- Re: insert an Excel graph into a Richtextbox?
- From: Peter T
- Re: insert an Excel graph into a Richtextbox?
- From: Karl E. Peterson
- Re: insert an Excel graph into a Richtextbox?
- From: Peter T
- Re: insert an Excel graph into a Richtextbox?
- From: Karl E. Peterson
- Re: insert an Excel graph into a Richtextbox?
- From: Peter T
- Re: insert an Excel graph into a Richtextbox?
- From: Karl E. Peterson
- Re: insert an Excel graph into a Richtextbox?
- Prev by Date: Re: jpg + vb6
- Next by Date: Re: insert an Excel graph into a Richtextbox?
- Previous by thread: Re: insert an Excel graph into a Richtextbox?
- Next by thread: Re: insert an Excel graph into a Richtextbox?
- Index(es):
Relevant Pages
|