View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David Adamson[_3_] David Adamson[_3_] is offline
external usenet poster
 
Posts: 40
Default Chart in Userform Option 2

I am also looking at the chartspace option for a chart in a userform



However, I can not work out how to set the name of the worksheet to extract
the data from. I have tried the following from the work Mike did



From: rci )
Subject: Office Chart Component and Excel

View: Complete Thread (8 articles)

Original Format

Newsgroups: microsoft.public.excel.programming
Date: 2003-12-04 11:00:11 PST





Dim oChart Dim Spreadsheet1 As OWC10.Spreadsheet

Set Spreadsheet1 = CreateObject("OWC10.Spreadsheet")

Spreadsheet1.Range("A1", "B650") = Sheet5.Range("A1", "B650").value





And the Example John Walkenbach did but I can only make that work when the
sheet is active.



I have gone through the MSDN area but just got totally confused. Any
pointer on how to set the worksheetname would be appreciated. As I don't
understand the spreadsheet1 stuff they are talking about