Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 22nd, 2004, 05:03 PM
Registered User
 
Join Date: Oct 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Excel 2003: How to remove line segment in chart

In previous version before 2003, I could select an individual point on a line series and disable that particular line segment. On one of my routine task, I use VBA to get this done in an automatic fashion.

In the 2003 excel, with the same sequence of actions, the line just skips the point and connects to the next point.

A way sort of get what I need is to use blank cell. But that generates a blank category on my x axis. Also many times the data contains formulas which I don't know how to return a blank in a cell. Excel seems treat na() differently from a true blank.

Does anyone know a smarter work around for this?






Similar Threads
Thread Thread Starter Forum Replies Last Post
To remove the under line from the grid view header shalu .NET Framework 2.0 1 February 21st, 2008 07:31 AM
remove line break from masthead yayawatson XSLT 1 August 21st, 2007 12:54 PM
How to draw indicator line in owc line chart AlexOo General .NET 0 July 9th, 2007 10:32 PM
line-chart olof1 ASP.NET 2.0 Professional 2 April 8th, 2007 10:07 PM
Please help in creating Line Chart in ASP shinde.chetan Classic ASP Basics 2 February 6th, 2007 07:15 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.