Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Excel vba chart build problem.

Hi there,

Has anyone come across this weird phenomenon?

I have some code in a macro as follows:

With ActiveChart
..HasTitle = True
..ChartTitle.Characters.Text = "SERVICE PACKAGE UTILISATION"
..ChartTitle.Top = 13
..ChartTitle.Left = 13
End With

.....but it doesn't put the title to the left when I run the macro
using 'Run' or 'F5'. If I step through the code using "Step into" or
'F8' then it works fine!

Any ideas?

Thanks,

Jon

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Excel vba chart build problem.

Are you using XL 2007 ?
Some report strange (different) behaviour with that version and charts.

NickHK

"wimblejon" wrote in message
oups.com...
Hi there,

Has anyone come across this weird phenomenon?

I have some code in a macro as follows:

With ActiveChart
.HasTitle = True
.ChartTitle.Characters.Text = "SERVICE PACKAGE UTILISATION"
.ChartTitle.Top = 13
.ChartTitle.Left = 13
End With

....but it doesn't put the title to the left when I run the macro
using 'Run' or 'F5'. If I step through the code using "Step into" or
'F8' then it works fine!

Any ideas?

Thanks,

Jon



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Excel vba chart build problem.

NickHK,
Thanks for the reply.
No, I'm on W2k SP4 with Excel 2003 (11.6...) SP2

Jon


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Excel vba chart build problem.

Works for me, Excel 2003 SP2, WinXP SP2.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"wimblejon" wrote in message
oups.com...
NickHK,
Thanks for the reply.
No, I'm on W2k SP4 with Excel 2003 (11.6...) SP2

Jon




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
I need to build a graph Chart Lonsomdov Charts and Charting in Excel 6 February 13th 08 09:31 PM
build a chart in a cell Curtis Excel Discussion (Misc queries) 3 August 1st 07 05:19 PM
how to build a chart? willyhoops.com Excel Discussion (Misc queries) 3 March 5th 07 10:49 AM
Chart being trashed after 5th build Don Wiss Excel Programming 0 June 3rd 04 02:06 AM
excel 2002 build problem :( Ole Einar Ranengen Excel Programming 2 February 12th 04 03:53 PM


All times are GMT +1. The time now is 01:56 PM.

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

About Us

"It's about Microsoft Excel"