Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello i am trying to copy a chart to a user form using :
Private Sub cmdagecharts_Click() Dim chtchart As Chart Dim image Set chtchart = Sheet9.ChartObjects(1).Chart image = chtchart.CopyPicture(xlScreen, xlPicture) Set imgchtpic1.Picture = pastePicture(image) End Sub each time i run it this bit of code i get the error message Expected Function or Variable Your help is despirately needed Many thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I add a chart on my user form ? | Charts and Charting in Excel | |||
Copying template to workbook but user form does not copy? | Excel Programming | |||
how to load chart in user form | Excel Programming | |||
copying chart Excel into a vb form | Charts and Charting in Excel | |||
Chart on a user form | Excel Programming |