Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have created a user form and trying to display a MSCHart. I have defined the data in a spreadhseet. This data is made three column Time, A1, A2. I have defined a name "Data" with these three column. THis is the cource code. Private Sub MSChart1_OLEStartDrag(Data As MSChart20Lib.DataObject, AllowedEffects As Long) MSChart1.ChartData = Names("Data").RefersToRange.Value MSChart1.Refresh End Sub When opening the user form the data from "Data" do not show up. Thanks for your help Francois |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using the Excel generic worksheet names instead of user-given names in code | Excel Discussion (Misc queries) | |||
MSChart | Charts and Charting in Excel | |||
How to Insert MSchart picture into excel. | Excel Programming | |||
MSChart Control Question | Excel Programming | |||
Change names of files in a folder to match names in Excel Column | Excel Programming |