PC Review


Reply
Thread Tools Rate Thread

Disable resize Waterfall chart

 
 
=?Utf-8?B?VGlt?=
Guest
Posts: n/a
 
      29th Sep 2005
Hi folks,

I have a Waterfall Chart in my spreadsheet. I need to disable the resize
function of the chart. Does anyone can show me the code (way) to disable
resize the chart?

Thanks in advance.

Tim.

 
Reply With Quote
 
 
 
 
Jon Peltier
Guest
Posts: n/a
 
      2nd Oct 2005
Which "resize" function would this be?

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______

Tim wrote:
> Hi folks,
>
> I have a Waterfall Chart in my spreadsheet. I need to disable the resize
> function of the chart. Does anyone can show me the code (way) to disable
> resize the chart?
>
> Thanks in advance.
>
> Tim.
>


 
Reply With Quote
 
=?Utf-8?B?VGlt?=
Guest
Posts: n/a
 
      2nd Oct 2005
Jon,

When I move the mouse to the edge of the chart, it become arrow sign. Then,
I can resize the chart. I want to disable this function.

Thanks.

Tim.


"Jon Peltier" wrote:

> Which "resize" function would this be?
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Peltier Technical Services
> Tutorials and Custom Solutions
> http://PeltierTech.com/
> _______
>
> Tim wrote:
> > Hi folks,
> >
> > I have a Waterfall Chart in my spreadsheet. I need to disable the resize
> > function of the chart. Does anyone can show me the code (way) to disable
> > resize the chart?
> >
> > Thanks in advance.
> >
> > Tim.
> >

>
>

 
Reply With Quote
 
Jon Peltier
Guest
Posts: n/a
 
      3rd Oct 2005
You can use the VBA statement:

ActiveChart.ProtectSelection

which doesn't require the sheet to be protected, but prevents the user
from selecting the chart or any of its elements. There's no in-between
level of protection that prevents resizing but allows other editing or
formatting of the chart.

An alternative is to activate chart events with a class module, and
whenever the chart is resized, it reverts to the desired size.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______


Tim wrote:

> Jon,
>
> When I move the mouse to the edge of the chart, it become arrow sign. Then,
> I can resize the chart. I want to disable this function.
>
> Thanks.
>
> Tim.
>
>
> "Jon Peltier" wrote:
>
>
>>Which "resize" function would this be?
>>
>>- Jon
>>-------
>>Jon Peltier, Microsoft Excel MVP
>>Peltier Technical Services
>>Tutorials and Custom Solutions
>>http://PeltierTech.com/
>>_______
>>
>>Tim wrote:
>>
>>>Hi folks,
>>>
>>>I have a Waterfall Chart in my spreadsheet. I need to disable the resize
>>>function of the chart. Does anyone can show me the code (way) to disable
>>>resize the chart?
>>>
>>>Thanks in advance.
>>>
>>>Tim.
>>>

>>
>>

 
Reply With Quote
 
=?Utf-8?B?VGlt?=
Guest
Posts: n/a
 
      4th Oct 2005
Thanks Jon.

Tim.

"Jon Peltier" wrote:

> You can use the VBA statement:
>
> ActiveChart.ProtectSelection
>
> which doesn't require the sheet to be protected, but prevents the user
> from selecting the chart or any of its elements. There's no in-between
> level of protection that prevents resizing but allows other editing or
> formatting of the chart.
>
> An alternative is to activate chart events with a class module, and
> whenever the chart is resized, it reverts to the desired size.
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> Peltier Technical Services
> Tutorials and Custom Solutions
> http://PeltierTech.com/
> _______
>
>
> Tim wrote:
>
> > Jon,
> >
> > When I move the mouse to the edge of the chart, it become arrow sign. Then,
> > I can resize the chart. I want to disable this function.
> >
> > Thanks.
> >
> > Tim.
> >
> >
> > "Jon Peltier" wrote:
> >
> >
> >>Which "resize" function would this be?
> >>
> >>- Jon
> >>-------
> >>Jon Peltier, Microsoft Excel MVP
> >>Peltier Technical Services
> >>Tutorials and Custom Solutions
> >>http://PeltierTech.com/
> >>_______
> >>
> >>Tim wrote:
> >>
> >>>Hi folks,
> >>>
> >>>I have a Waterfall Chart in my spreadsheet. I need to disable the resize
> >>>function of the chart. Does anyone can show me the code (way) to disable
> >>>resize the chart?
> >>>
> >>>Thanks in advance.
> >>>
> >>>Tim.
> >>>
> >>
> >>

>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
waterfall chart panks Microsoft Excel Misc 0 22nd Oct 2009 07:30 PM
Waterfall Chart Bogdan Vasile Microsoft Excel Charting 1 18th Dec 2006 09:41 PM
Waterfall chart add-ins? =?Utf-8?B?TWlsZXM=?= Microsoft Excel Charting 4 27th Jul 2005 01:41 PM
waterfall chart ... once again ... SIGE Microsoft Excel Charting 9 1st May 2005 03:28 AM
Waterfall chart Hans Knudsen Microsoft Excel Charting 5 24th Nov 2003 05:36 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:13 PM.