+ Reply to Thread
Results 1 to 2 of 2

select a chart without the selector handles showing?

  1. #1
    Mark Stephens
    Guest

    select a chart without the selector handles showing?

    I thought maybe


    Application.Screenupdating = false


    may do it but no.


    Is it possible does anyone know to select your chart but not have the nadles

    markers show?


    Kind regards, Mark




  2. #2
    Tushar Mehta
    Guest

    Re: select a chart without the selector handles showing?

    One almost never needs to select a chart (or any other object for that
    matter). Set a variable to the chart in question and use that variable.

    dim aChart as chart
    set aChart=activesheet.chartobjects(1).chart
    msgbox achart.seriescollection.count

    --
    Regards,

    Tushar Mehta
    www.tushar-mehta.com
    Multi-disciplinary business expertise
    + Technology skills
    = Optimal solution to your business problem
    Recipient Microsoft MVP award 2000-2005

    In article <[email protected]>, [email protected]
    says...
    > I thought maybe
    >
    >
    > Application.Screenupdating = false
    >
    >
    > may do it but no.
    >
    >
    > Is it possible does anyone know to select your chart but not have the nadles
    >
    > markers show?
    >
    >
    > Kind regards, Mark
    >
    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1