Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 56
Default Moving protected graphs

I have a workbook which details some of the dtat in graphical format. The workbook is
basically an anylytical tool for accounts. The data and graphs are all protected so no one
can modify them. However what I would like ideally is that if someone is writing a report
in Word for example they can copy a graph from the workbook and paste it into the report.
While it is protected I am unable to do this. Is their any simple way to do this without
unprotecting the graphs? I would value any guidance.

Graham
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Moving protected graphs

Not without unprotecting or having protection set to allow users to "Edit
Objects" which would allow users to change chart attributes...........you
don't want that.


Gord Dibben MS Excel MVP

On Thu, 26 Mar 2009 10:24:36 +0000, Graham H
wrote:

I have a workbook which details some of the dtat in graphical format. The workbook is
basically an anylytical tool for accounts. The data and graphs are all protected so no one
can modify them. However what I would like ideally is that if someone is writing a report
in Word for example they can copy a graph from the workbook and paste it into the report.
While it is protected I am unable to do this. Is their any simple way to do this without
unprotecting the graphs? I would value any guidance.

Graham


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 56
Default Moving protected graphs

Thanks for that Gord. I thought there was no shotcut. I have put in buttons for users with
code to copy the chart to the clipbord after unprotecting then reprotecting which I think
should work fine. Many thanks for responding.

Graham

Gord Dibben wrote:
Not without unprotecting or having protection set to allow users to "Edit
Objects" which would allow users to change chart attributes...........you
don't want that.


Gord Dibben MS Excel MVP

On Thu, 26 Mar 2009 10:24:36 +0000, Graham H
wrote:

I have a workbook which details some of the dtat in graphical format. The workbook is
basically an anylytical tool for accounts. The data and graphs are all protected so no one
can modify them. However what I would like ideally is that if someone is writing a report
in Word for example they can copy a graph from the workbook and paste it into the report.
While it is protected I am unable to do this. Is their any simple way to do this without
unprotecting the graphs? I would value any guidance.

Graham




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 6,582
Default Moving protected graphs

Since you're using code (buttons), you can use this syntax to copy a chart
without selecting it:

ActiveSheet.ChartObjects(1).Chart.ChartArea.Copy

Or even better:

ActiveSheet.ChartObjects(1).Chart.CopyPicture xlScreen, xlPicture

which copies the chart as a picture, without links to any data.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services, Inc.
http://PeltierTech.com/WordPress/
_______


"Graham H" wrote in message
...
Thanks for that Gord. I thought there was no shotcut. I have put in
buttons for users with code to copy the chart to the clipbord after
unprotecting then reprotecting which I think should work fine. Many thanks
for responding.

Graham

Gord Dibben wrote:
Not without unprotecting or having protection set to allow users to "Edit
Objects" which would allow users to change chart attributes...........you
don't want that.


Gord Dibben MS Excel MVP

On Thu, 26 Mar 2009 10:24:36 +0000, Graham H
wrote:

I have a workbook which details some of the dtat in graphical format.
The workbook is basically an anylytical tool for accounts. The data and
graphs are all protected so no one can modify them. However what I would
like ideally is that if someone is writing a report in Word for example
they can copy a graph from the workbook and paste it into the report.
While it is protected I am unable to do this. Is their any simple way to
do this without unprotecting the graphs? I would value any guidance.

Graham






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
Graphs moving SRHShelpdesk Excel Discussion (Misc queries) 4 July 19th 08 12:02 PM
Arrow Keys Moving Window Frame instead of Moving Between Cells nemmex Excel Discussion (Misc queries) 2 April 9th 07 09:08 AM
Moving among protected sheets Conan Kelly Excel Discussion (Misc queries) 2 March 4th 06 01:58 AM
Moving among protected sheets Conan Kelly Setting up and Configuration of Excel 2 March 4th 06 01:58 AM
What is the shorcut key for moving between protected sheet? Rao Ratan Singh Excel Discussion (Misc queries) 1 May 6th 05 04:46 PM


All times are GMT +1. The time now is 04:31 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"