Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 788
Default DDE - Chart.Wizard does not work in Office 2007

In the access program (97,2000,XP, 2003) I was using DDE commands for sending
data to Excel and creating charts. For the chart I was using Chart.Wizard
which is faster than defining property by property the chart values. In 2007
this command is not executed. I don't receive an error but it does not work.

Is this command not available in 2007 ? Has it been replaced by sth else ?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 340
Default DDE - Chart.Wizard does not work in Office 2007

Chris, I have run into the same problems with chart wizard and 2007. I
create charts now using code like:

Charts.Add
ActiveChart.ChartType = xlLineMarkers
ActiveChart.SetSourceData Source:=tempR, PlotBy:=xlColumns
ActiveChart.Location Whe=xlLocationAsObject, Name:=tempR.Parent.Name

where I have defined tempR as a range variable for what is to be plotted

Bob Flanagan
Macro Systems
144 Dewberry Drive
Hockessin, Delaware, U.S. 19707

Phone: 302-234-9857, cell 302-584-1771
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel


"chris" wrote in message
...
In the access program (97,2000,XP, 2003) I was using DDE commands for
sending
data to Excel and creating charts. For the chart I was using Chart.Wizard
which is faster than defining property by property the chart values. In
2007
this command is not executed. I don't receive an error but it does not
work.

Is this command not available in 2007 ? Has it been replaced by sth else ?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 788
Default DDE - Chart.Wizard does not work in Office 2007

Thanks a lot Bob for your message. I will try it. I hope is as fast as
chart.wizard.

"Bob Flanagan" wrote:

Chris, I have run into the same problems with chart wizard and 2007. I
create charts now using code like:

Charts.Add
ActiveChart.ChartType = xlLineMarkers
ActiveChart.SetSourceData Source:=tempR, PlotBy:=xlColumns
ActiveChart.Location Whe=xlLocationAsObject, Name:=tempR.Parent.Name

where I have defined tempR as a range variable for what is to be plotted

Bob Flanagan
Macro Systems
144 Dewberry Drive
Hockessin, Delaware, U.S. 19707

Phone: 302-234-9857, cell 302-584-1771
http://www.add-ins.com
Productivity add-ins and downloadable books on VB macros for Excel


"chris" wrote in message
...
In the access program (97,2000,XP, 2003) I was using DDE commands for
sending
data to Excel and creating charts. For the chart I was using Chart.Wizard
which is faster than defining property by property the chart values. In
2007
this command is not executed. I don't receive an error but it does not
work.

Is this command not available in 2007 ? Has it been replaced by sth else ?




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wizard with Data Tracking template wont work in 2007 Chili_con_parmi Excel Discussion (Misc queries) 2 August 4th 09 02:53 PM
Office 2007 Configuration wizard runs every time I start anyApplication Erik[_3_] Setting up and Configuration of Excel 0 June 12th 09 07:39 PM
OLAP Cube Wizard in Office 2007 SoftServ Guy Excel Discussion (Misc queries) 1 September 19th 08 02:37 PM
Office 2007 Configuration wizard runs every time I start anyApplication (word, excel, etc) [email protected] Setting up and Configuration of Excel 1 January 15th 08 07:44 PM
Chart Wizard won't work peg2unic New Users to Excel 2 September 7th 05 06:10 PM


All times are GMT +1. The time now is 05:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"