+ Reply to Thread
Results 1 to 7 of 7

line chart type number for VB

  1. #1
    Registered User
    Join Date
    01-31-2018
    Location
    oh
    MS-Off Ver
    2010
    Posts
    12

    line chart type number for VB

    i have macro for line chart and getting markers on chart. how can i get thin line without any markers dots on it?
    any idea?
    thanks.



    Please Login or Register  to view this content.
    Last edited by oldhouse; 02-13-2018 at 09:06 PM.

  2. #2
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: line chart type number for VB

    Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code.

    Posting code between [CODE]Please [url=https://www.excelforum.com/login.php]Login or Register [/url] to view this content.[/CODE] tags makes your code much easier to read and copy for testing, it also maintains VBA formatting.

    Before proceeding further in this thread, click on Edit to open your thread, then highlight your code and click the # icon at the top of your post window. More information about these and other tags can be found here

    Now to your question:
    You may add the following lines in your code to remove the markers.

    Please Login or Register  to view this content.
    Regards
    sktneer


    Treat people the way you want to be treated. Talk to people the way you want to be talked to.
    Respect is earned NOT given.

  3. #3
    Registered User
    Join Date
    01-31-2018
    Location
    oh
    MS-Off Ver
    2010
    Posts
    12

    Re: line chart type number for VB

    thanks
    and sorry

  4. #4
    Registered User
    Join Date
    01-31-2018
    Location
    oh
    MS-Off Ver
    2010
    Posts
    12

    Re: line chart type number for VB

    thanks for quick reply
    the macro is not working. i need to create line chart without markers for every sheet. range is A1:A250 and Q1:R250.
    for some reason excel is not responding when i run the macro.
    dont know how to solve.

  5. #5
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: line chart type number for VB

    It should work. Did you place the suggested For Loop just below the line which says End With? And place the line Dim ser As Series in the declaration section.
    What do you mean by Excel is not responding? Does the application freeze?

  6. #6
    Registered User
    Join Date
    01-31-2018
    Location
    oh
    MS-Off Ver
    2010
    Posts
    12

    Re: line chart type number for VB

    yes it freeze

  7. #7
    Forum Guru sktneer's Avatar
    Join Date
    04-30-2011
    Location
    Kanpur, India
    MS-Off Ver
    Office 365
    Posts
    9,648

    Re: line chart type number for VB

    Does that mean, excel doesn't freeze if your original code creates all the charts and it freezes when you add the suggested code to remove the markers?
    Can you upload a workbook in question?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Changing line cap type for X-Y chart
    By michch in forum Excel Charting & Pivots
    Replies: 13
    Last Post: 12-20-2016, 03:11 PM
  2. [SOLVED] Setting line chart settings in VBA for unspecified number of lines in a chart
    By Vegiepie2016 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-03-2016, 07:30 AM
  3. How to change a series chart type from Line to XY-Scatter
    By cartica in forum Excel Charting & Pivots
    Replies: 10
    Last Post: 08-01-2014, 03:08 AM
  4. type of interpolation in line chart
    By osu1994 in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 01-22-2014, 02:02 PM
  5. [SOLVED] assign different chart line type under different condition with vba
    By DavidRoger in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 12-30-2013, 08:51 PM
  6. Help creating special type of line chart
    By zeospeed in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 09-01-2013, 09:55 AM
  7. [SOLVED] Adding a line Chart Type to a stacked-clustered Chart Type
    By Debbie in forum Excel Charting & Pivots
    Replies: 2
    Last Post: 01-05-2005, 08:06 PM

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