select the chart and run the macro hope it solves your problem
Sub frtchart() Dim x As Chart Set x = ActiveChart x.ChartArea.Format.Line.Visible = msoFalse x.PlotArea.Format.Line.Visible = msoFalse x.Axes(xlValue, xlPrimary).HasMajorGridlines = False x.Axes(xlValue, xlPrimary).HasMinorGridlines = False x.Axes(xlCategory).TickLabels.Orientation = 0 End Sub On Tue, Mar 29, 2011 at 1:03 PM, Anil Bhange < anil.bha...@tatacommunications.com> wrote: > Hi Expert, > > > > I wanted the help in charts with VB programming… > > > > I wanted to format the waterfall chart with some repeated steps.. > > > > I have given the Normal charts and formatted chart for your examples and > also given the steps need to perform… > > > > Please give me the VBA code for this. > > > > Regards, Anil Bhange > > IP Phone - 512320 | Mobile - 90290 32123 > > > > > > -- > > ---------------------------------------------------------------------------------- > Some important links for excel users: > 1. Follow us on TWITTER for tips tricks and links : > http://twitter.com/exceldailytip > 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 > 3. Excel tutorials at http://www.excel-macros.blogspot.com > 4. Learn VBA Macros at http://www.quickvba.blogspot.com > 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com > > To post to this group, send email to excel-macros@googlegroups.com > > <><><><><><><><><><><><><><><><><><><><><><> > Like our page on facebook , Just follow below link > http://www.facebook.com/discussexcel > -- *Regards* * * *Ashish Koul* *akoul*.*blogspot*.com <http://akoul.blogspot.com/> *akoul*.wordpress.com <http://akoul.wordpress.com/> My Linkedin Profile <http://in.linkedin.com/pub/ashish-koul/10/400/830> P Before printing, think about the environment. -- ---------------------------------------------------------------------------------- Some important links for excel users: 1. Follow us on TWITTER for tips tricks and links : http://twitter.com/exceldailytip 2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310 3. Excel tutorials at http://www.excel-macros.blogspot.com 4. Learn VBA Macros at http://www.quickvba.blogspot.com 5. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com <><><><><><><><><><><><><><><><><><><><><><> Like our page on facebook , Just follow below link http://www.facebook.com/discussexcel