A
andreas
Hi,
I can not add a chart to a word document
I have the following code
......
.......
xlblad.Range("A1:B3").Select()
xxlChart = xlprog.Charts.Add()
'here i would copy the chart into the clipboard
lprog.Visible = True
Dim wrd As New Word.Application()
Dim wrdDoc As New Word.Document()
wrdDoc = wrd.Documents.Add
' and here i would copy the chart from the clipboard into the wrddoc
Thanks for any response
I can not add a chart to a word document
I have the following code
......
.......
xlblad.Range("A1:B3").Select()
xxlChart = xlprog.Charts.Add()
'here i would copy the chart into the clipboard
lprog.Visible = True
Dim wrd As New Word.Application()
Dim wrdDoc As New Word.Document()
wrdDoc = wrd.Documents.Add
' and here i would copy the chart from the clipboard into the wrddoc
Thanks for any response