Hello,
I have a problem in programming word VBA.
I want to insert graphs from the clipboard into a word document at all the
positions where '[[Graph]]' is written. The document contains tables and has
a layout with two text columns. At some positions in the document, a strange
thing happens when I try to paste the graph there: I can see only the lower
fourth of the picture when I format it "in line with text", but if I switch
to the format "before text", than the whole graph is visible.
Can anybody help me?

Thanks
Markus

RE: Pictures are cut when they are inserted in the word document. by Cooz

Cooz
Mon Mar 06 09:50:28 CST 2006

Hi Markus,

You pobably have specified an exact line spacing.
Select the paragraph where this happens, choose Format | Paragraph | tab
Indents and Spacing.
Choose 'At least' in the 'Line spacing:' dropdown list.

Good luck,
Cooz
--
PS: If this is a satisfying answer to your question and you're logged in via
the Microsoft site, please click Yes to "Did this post answer the question?".
Thanks.

"Markus" wrote:

> Hello,
> I have a problem in programming word VBA.
> I want to insert graphs from the clipboard into a word document at all the
> positions where '[[Graph]]' is written. The document contains tables and has
> a layout with two text columns. At some positions in the document, a strange
> thing happens when I try to paste the graph there: I can see only the lower
> fourth of the picture when I format it "in line with text", but if I switch
> to the format "before text", than the whole graph is visible.
> Can anybody help me?
>
> Thanks
> Markus