Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Greg G
 
Posts: n/a
Default Diable Chart Information Alert

Hello,
I would like to know if there is a way to prevent excel from
displaying the alert that says "The maximum number of data points you can use
in a data series for a 2-D chart is 32,000. If you want to use more than
32,000 data points, you must create two or more series." every time that a
chart is opened. It also displays when the file is closed. I've tried
closing the file with a macro with display alerts set to false but it still
appears. You have to click ok before it will continue to close. I would
really appreciate any information about this. Thank you.
  #2   Report Post  
Andy Pope
 
Posts: n/a
Default

Hi,

I don't know of anyway too suppress the message.

Any reason why you can not adjust your data series so it only uses the
maximum number of values or following the advice and use extra data series?

Cheers
Andy

Greg G wrote:
Hello,
I would like to know if there is a way to prevent excel from
displaying the alert that says "The maximum number of data points you can use
in a data series for a 2-D chart is 32,000. If you want to use more than
32,000 data points, you must create two or more series." every time that a
chart is opened. It also displays when the file is closed. I've tried
closing the file with a macro with display alerts set to false but it still
appears. You have to click ok before it will continue to close. I would
really appreciate any information about this. Thank you.


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info
  #3   Report Post  
Greg G
 
Posts: n/a
Default

Hi Andy,
thanks for responding. I'm using less than the maximum for one
data series. Actually, only 5760 data points per series. If I use the
maximum number of data points most of them would be blank. I'll try though
and see if the message still appears. The reason that I would like to
suppress this message is that I would like to run a sheduled task to open
this file update it and close automatically. That message is the only thing
that prevents it from working. Do you think I should give up on this?

Thanks.

"Andy Pope" wrote:

Hi,

I don't know of anyway too suppress the message.

Any reason why you can not adjust your data series so it only uses the
maximum number of values or following the advice and use extra data series?

Cheers
Andy

Greg G wrote:
Hello,
I would like to know if there is a way to prevent excel from
displaying the alert that says "The maximum number of data points you can use
in a data series for a 2-D chart is 32,000. If you want to use more than
32,000 data points, you must create two or more series." every time that a
chart is opened. It also displays when the file is closed. I've tried
closing the file with a macro with display alerts set to false but it still
appears. You have to click ok before it will continue to close. I would
really appreciate any information about this. Thank you.


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

  #4   Report Post  
Greg G
 
Posts: n/a
Default

I'm replying again just to be sure. I'm only using 5760 data points per
series. I would like to make a sheduled task for this file to open update
and close. This message is the only thing that prevents it from working.
Should I give up on this?

Thank you.

"Andy Pope" wrote:

Hi,

I don't know of anyway too suppress the message.

Any reason why you can not adjust your data series so it only uses the
maximum number of values or following the advice and use extra data series?

Cheers
Andy

Greg G wrote:
Hello,
I would like to know if there is a way to prevent excel from
displaying the alert that says "The maximum number of data points you can use
in a data series for a 2-D chart is 32,000. If you want to use more than
32,000 data points, you must create two or more series." every time that a
chart is opened. It also displays when the file is closed. I've tried
closing the file with a macro with display alerts set to false but it still
appears. You have to click ok before it will continue to close. I would
really appreciate any information about this. Thank you.


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

  #5   Report Post  
Andy Pope
 
Posts: n/a
Default

Hi Greg,

Lets not give up, just yet ;)

I'm confused though, if you are only using 5760 points then why the
message at all. Or do you mean of the +32k rows referenced only 5k
contain values?

Cheers
Andy

Greg G wrote:
I'm replying again just to be sure. I'm only using 5760 data points per
series. I would like to make a sheduled task for this file to open update
and close. This message is the only thing that prevents it from working.
Should I give up on this?

Thank you.

"Andy Pope" wrote:


Hi,

I don't know of anyway too suppress the message.

Any reason why you can not adjust your data series so it only uses the
maximum number of values or following the advice and use extra data series?

Cheers
Andy

Greg G wrote:

Hello,
I would like to know if there is a way to prevent excel from
displaying the alert that says "The maximum number of data points you can use
in a data series for a 2-D chart is 32,000. If you want to use more than
32,000 data points, you must create two or more series." every time that a
chart is opened. It also displays when the file is closed. I've tried
closing the file with a macro with display alerts set to false but it still
appears. You have to click ok before it will continue to close. I would
really appreciate any information about this. Thank you.


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info


  #6   Report Post  
Greg G
 
Posts: n/a
Default

Thanks again for responding. I found a way around it. While I was
automating this file I always had a chart active during starting up and
closing. I changed it to open and close on a worksheet and it went without
stopping. Thanks a lot for your help. I hope it wasn't a waste of time.
Thanks again.

"Andy Pope" wrote:

Hi Greg,

Lets not give up, just yet ;)

I'm confused though, if you are only using 5760 points then why the
message at all. Or do you mean of the +32k rows referenced only 5k
contain values?

Cheers
Andy

Greg G wrote:
I'm replying again just to be sure. I'm only using 5760 data points per
series. I would like to make a sheduled task for this file to open update
and close. This message is the only thing that prevents it from working.
Should I give up on this?

Thank you.

"Andy Pope" wrote:


Hi,

I don't know of anyway too suppress the message.

Any reason why you can not adjust your data series so it only uses the
maximum number of values or following the advice and use extra data series?

Cheers
Andy

Greg G wrote:

Hello,
I would like to know if there is a way to prevent excel from
displaying the alert that says "The maximum number of data points you can use
in a data series for a 2-D chart is 32,000. If you want to use more than
32,000 data points, you must create two or more series." every time that a
chart is opened. It also displays when the file is closed. I've tried
closing the file with a macro with display alerts set to false but it still
appears. You have to click ok before it will continue to close. I would
really appreciate any information about this. Thank you.

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info

  #7   Report Post  
Andy Pope
 
Posts: n/a
Default

No problem. Glad you sorted your problem and thanks for letting us know.

Greg G wrote:
Thanks again for responding. I found a way around it. While I was
automating this file I always had a chart active during starting up and
closing. I changed it to open and close on a worksheet and it went without
stopping. Thanks a lot for your help. I hope it wasn't a waste of time.
Thanks again.

"Andy Pope" wrote:


Hi Greg,

Lets not give up, just yet ;)

I'm confused though, if you are only using 5760 points then why the
message at all. Or do you mean of the +32k rows referenced only 5k
contain values?

Cheers
Andy

Greg G wrote:

I'm replying again just to be sure. I'm only using 5760 data points per
series. I would like to make a sheduled task for this file to open update
and close. This message is the only thing that prevents it from working.
Should I give up on this?

Thank you.

"Andy Pope" wrote:



Hi,

I don't know of anyway too suppress the message.

Any reason why you can not adjust your data series so it only uses the
maximum number of values or following the advice and use extra data series?

Cheers
Andy

Greg G wrote:


Hello,
I would like to know if there is a way to prevent excel from
displaying the alert that says "The maximum number of data points you can use
in a data series for a 2-D chart is 32,000. If you want to use more than
32,000 data points, you must create two or more series." every time that a
chart is opened. It also displays when the file is closed. I've tried
closing the file with a macro with display alerts set to false but it still
appears. You have to click ok before it will continue to close. I would
really appreciate any information about this. Thank you.

--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info


--

Andy Pope, Microsoft MVP - Excel
http://www.andypope.info


--

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
Scrollbar on Chart Jumps to Left when Chart is Clicked Bob Charts and Charting in Excel 5 May 1st 05 02:06 AM
set a yearly alert for information in cells Tam Excel Worksheet Functions 1 April 20th 05 06:22 PM
how do i make a chart using text information? danielle Excel Worksheet Functions 5 February 26th 05 09:21 PM
Combining Information in a Bar Chart B. Scace Charts and Charting in Excel 4 January 13th 05 08:55 PM
pivot table multi line chart souris Charts and Charting in Excel 2 December 7th 04 03:56 AM


All times are GMT +1. The time now is 04:50 PM.

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"