Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default macro not ending

I'm using a simple macro to draw bubble charts using just
6 cells of data. The macro also uses a single cell of
text as the title of the chart and the name of the new
sheet the chart becomes. I then paste the sheets into a
different file (by hand). When I return to the original
file to do the next chart, when I change the data in the 6
cells and draw the new chart, it changes the position of
the bubbles in all the old charts. Charts retain,
however, their title and sheet name.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default macro not ending

On the copied chart, click on one of the bubbles and look at the formula
bar. Does it show a link back to your original data?

--
Regards,
Tom Ogilvy

"Josie" wrote in message
...
I'm using a simple macro to draw bubble charts using just
6 cells of data. The macro also uses a single cell of
text as the title of the chart and the name of the new
sheet the chart becomes. I then paste the sheets into a
different file (by hand). When I return to the original
file to do the next chart, when I change the data in the 6
cells and draw the new chart, it changes the position of
the bubbles in all the old charts. Charts retain,
however, their title and sheet name.



  #3   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default macro not ending

Yes is does.

In VB is there a command for the equivalent of 'paste
values', that would cut the link to the data on the
worksheet?

Josie
-----Original Message-----
On the copied chart, click on one of the bubbles and look

at the formula
bar. Does it show a link back to your original data?

--
Regards,
Tom Ogilvy

"Josie" wrote in

message
...
I'm using a simple macro to draw bubble charts using

just
6 cells of data. The macro also uses a single cell of
text as the title of the chart and the name of the new
sheet the chart becomes. I then paste the sheets into a
different file (by hand). When I return to the original
file to do the next chart, when I change the data in

the 6
cells and draw the new chart, it changes the position of
the bubbles in all the old charts. Charts retain,
however, their title and sheet name.



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default macro not ending

Select the chart, then hold down the shift key and do Edit=Copy Picture.
This will copy the chart as a picture and it won't have any links (won't be
editable either).

If you need a macro, turn on the macro recorder while you do it manually.

another approach it select each series in the chart (as you did to check)
and go to the formula bar, highlight the formula and do F9 - this evaluates
the formula - so you will see arrays of values. Hit enter. This converts
the reference to the hard coded values. This only works for small amounts
of data since you are limited by the string length, but it if works, it
certainly breaks the link. You may have to do it for the title and axes as
well.

--
Regards,
Tom Ogilvy

wrote in message
...
Yes is does.

In VB is there a command for the equivalent of 'paste
values', that would cut the link to the data on the
worksheet?

Josie
-----Original Message-----
On the copied chart, click on one of the bubbles and look

at the formula
bar. Does it show a link back to your original data?

--
Regards,
Tom Ogilvy

"Josie" wrote in

message
...
I'm using a simple macro to draw bubble charts using

just
6 cells of data. The macro also uses a single cell of
text as the title of the chart and the name of the new
sheet the chart becomes. I then paste the sheets into a
different file (by hand). When I return to the original
file to do the next chart, when I change the data in

the 6
cells and draw the new chart, it changes the position of
the bubbles in all the old charts. Charts retain,
however, their title and sheet name.



.



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
Ending Macro in Last Row within a column of Printable Items MrMike Excel Worksheet Functions 7 April 7th 10 10:28 PM
Ending a macro early conditionally on one cell being blank Rokuro kubi Excel Discussion (Misc queries) 3 May 26th 06 02:09 PM
Week ending [email protected] Excel Worksheet Functions 3 November 1st 05 04:52 PM
Ending zero RAB Excel Discussion (Misc queries) 3 August 25th 05 06:09 PM
Ending Sub Paul Excel Programming 3 October 1st 04 07:48 PM


All times are GMT +1. The time now is 07:58 AM.

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"