Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default Primary Axis Position

I hate asking such as referenial question, but I can't find this online: How
do you set the Position Axis through VB/VBA?

That is, in the Format Axis dialog (right click a chart X axis and select
Format Axis...) there is an option to "Position Axis" as either "On tick
marks" or "Between tick marks". How can this be set programmatically? No, the
macro recorder does this record this.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,489
Default Primary Axis Position

Hi,

Try,

ActiveChart.Axes(xlCategory).AxisBetweenCategories = False

Cheers
Andy

George Lee wrote:
I hate asking such as referenial question, but I can't find this online: How
do you set the Position Axis through VB/VBA?

That is, in the Format Axis dialog (right click a chart X axis and select
Format Axis...) there is an option to "Position Axis" as either "On tick
marks" or "Between tick marks". How can this be set programmatically? No, the
macro recorder does this record this.


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
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
Finding second data point on primary axis of two axis chart Al Charbonneau[_2_] Charts and Charting in Excel 1 December 9th 09 11:49 PM
How to make Primary axis and Secondary X-axis have the same scale AdamCPTD Excel Discussion (Misc queries) 0 July 14th 06 02:14 PM
How to place a secondary y axis bar in a bar chart next to two primary y axis bars? Dmitry Excel Discussion (Misc queries) 3 May 4th 06 01:58 AM
How to place a secondary y axis bar in a bar chart next to two primary y axis bars? Dmitry Charts and Charting in Excel 2 May 4th 06 01:58 AM
Secondary Axis Match Primary Axis Gridlines [email protected] Charts and Charting in Excel 1 July 31st 05 09:23 PM


All times are GMT +1. The time now is 03:24 AM.

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"