PC Review


Reply
Thread Tools Rate Thread

Controls collapsed with outline

 
 
Blue Max
Guest
Posts: n/a
 
      7th Apr 2010
We have a problem with a column of checkbox controls linked to cells. When
a group of rows is collapsed using the outline feature, the controls in the
collapsed portion of the column are eventually all stacked on top of each
other.

Then, when the outline is re-expanded, the checkbox controls are no longer
on top of the cell they were linked to in the column before collapsing the
outline. Instead, the whole group of controls is stacked over a single cell
at the bottom of the collapsed section.

How do we link the controls to the cells so that they will reappear over the
proper cells when the outline is expanded?

 
Reply With Quote
 
 
 
 
ozgrid.com
Guest
Posts: n/a
 
      7th Apr 2010
Right click on the Checkbox and choose "Format Control" and then the
"Properties" tab for 3 options.


--
Regards
Dave Hawley
www.ozgrid.com
"Blue Max" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> We have a problem with a column of checkbox controls linked to cells.
> When a group of rows is collapsed using the outline feature, the controls
> in the collapsed portion of the column are eventually all stacked on top
> of each other.
>
> Then, when the outline is re-expanded, the checkbox controls are no longer
> on top of the cell they were linked to in the column before collapsing the
> outline. Instead, the whole group of controls is stacked over a single
> cell at the bottom of the collapsed section.
>
> How do we link the controls to the cells so that they will reappear over
> the proper cells when the outline is expanded?


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      7th Apr 2010
If you used checkboxes from the Control toolbox toolbar, you can:

rightclick on each
Choose Format Control
Then on the Properties tab, select move and size with cells

If you used checkboxes from the Forms toolbar, you're out of luck. Maybe you
could replace them with checkboxes from the control toolbox toolbar.

(or write a macro that hides the checkboxes, then hides the row????)


Blue Max wrote:
>
> We have a problem with a column of checkbox controls linked to cells. When
> a group of rows is collapsed using the outline feature, the controls in the
> collapsed portion of the column are eventually all stacked on top of each
> other.
>
> Then, when the outline is re-expanded, the checkbox controls are no longer
> on top of the cell they were linked to in the column before collapsing the
> outline. Instead, the whole group of controls is stacked over a single cell
> at the bottom of the collapsed section.
>
> How do we link the controls to the cells so that they will reappear over the
> proper cells when the outline is expanded?


--

Dave Peterson
 
Reply With Quote
 
Blue Max
Guest
Posts: n/a
 
      9th Apr 2010
Thanks, Dave. I had already used the "Format Control" option to mark the
boxes to 'Move' with cells, but still seem to have the problem. Thanks,
however, for the suggestion, I will double check just to make sure.

Thanks,

Richard

*********************
"ozgrid.com" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Right click on the Checkbox and choose "Format Control" and then the
> "Properties" tab for 3 options.
>
>
> --
> Regards
> Dave Hawley
> www.ozgrid.com
> "Blue Max" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> We have a problem with a column of checkbox controls linked to cells.
>> When a group of rows is collapsed using the outline feature, the controls
>> in the collapsed portion of the column are eventually all stacked on top
>> of each other.
>>
>> Then, when the outline is re-expanded, the checkbox controls are no
>> longer on top of the cell they were linked to in the column before
>> collapsing the outline. Instead, the whole group of controls is stacked
>> over a single cell at the bottom of the collapsed section.
>>
>> How do we link the controls to the cells so that they will reappear over
>> the proper cells when the outline is expanded?

>


 
Reply With Quote
 
Blue Max
Guest
Posts: n/a
 
      9th Apr 2010
Thanks, Dave. I had already used this option to mark the property to "Move
and Size" with the cells. However, we still appear to have the problem. I
will double check, but am skeptical that this was the problem since this
property was already set.

Thanks,

Richard

************************
"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> If you used checkboxes from the Control toolbox toolbar, you can:
>
> rightclick on each
> Choose Format Control
> Then on the Properties tab, select move and size with cells
>
> If you used checkboxes from the Forms toolbar, you're out of luck. Maybe
> you
> could replace them with checkboxes from the control toolbox toolbar.
>
> (or write a macro that hides the checkboxes, then hides the row????)
>
>
> Blue Max wrote:
>>
>> We have a problem with a column of checkbox controls linked to cells.
>> When
>> a group of rows is collapsed using the outline feature, the controls in
>> the
>> collapsed portion of the column are eventually all stacked on top of each
>> other.
>>
>> Then, when the outline is re-expanded, the checkbox controls are no
>> longer
>> on top of the cell they were linked to in the column before collapsing
>> the
>> outline. Instead, the whole group of controls is stacked over a single
>> cell
>> at the bottom of the collapsed section.
>>
>> How do we link the controls to the cells so that they will reappear over
>> the
>> proper cells when the outline is expanded?

>
> --
>
> Dave Peterson


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      9th Apr 2010
Make sure your objects are completely with in the cell or row -- all of it!

Blue Max wrote:
>
> Thanks, Dave. I had already used this option to mark the property to "Move
> and Size" with the cells. However, we still appear to have the problem. I
> will double check, but am skeptical that this was the problem since this
> property was already set.
>
> Thanks,
>
> Richard
>
> ************************
> "Dave Peterson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > If you used checkboxes from the Control toolbox toolbar, you can:
> >
> > rightclick on each
> > Choose Format Control
> > Then on the Properties tab, select move and size with cells
> >
> > If you used checkboxes from the Forms toolbar, you're out of luck. Maybe
> > you
> > could replace them with checkboxes from the control toolbox toolbar.
> >
> > (or write a macro that hides the checkboxes, then hides the row????)
> >
> >
> > Blue Max wrote:
> >>
> >> We have a problem with a column of checkbox controls linked to cells.
> >> When
> >> a group of rows is collapsed using the outline feature, the controls in
> >> the
> >> collapsed portion of the column are eventually all stacked on top of each
> >> other.
> >>
> >> Then, when the outline is re-expanded, the checkbox controls are no
> >> longer
> >> on top of the cell they were linked to in the column before collapsing
> >> the
> >> outline. Instead, the whole group of controls is stacked over a single
> >> cell
> >> at the bottom of the collapsed section.
> >>
> >> How do we link the controls to the cells so that they will reappear over
> >> the
> >> proper cells when the outline is expanded?

> >
> > --
> >
> > Dave Peterson


--

Dave Peterson
 
Reply With Quote
 
Blue Max
Guest
Posts: n/a
 
      11th Apr 2010
Thanks, Dave, that could very easily be an issue as the tolerances here are
very close. However, we have snapped the check boxes into the upper left
corner of each cell using the ALT key to constrain the placement. As such,
the object is probably right on the upper and left borders of the cell. If
this is the problem, it would be most disappointing since it, in turn, would
really make proper placement of the check boxes problematic.

Thanks,
Richard

"Dave Peterson" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Make sure your objects are completely with in the cell or row -- all of
> it!
>
> Blue Max wrote:
>>
>> Thanks, Dave. I had already used this option to mark the property to
>> "Move
>> and Size" with the cells. However, we still appear to have the problem.
>> I
>> will double check, but am skeptical that this was the problem since this
>> property was already set.
>>
>> Thanks,
>>
>> Richard
>>
>> ************************
>> "Dave Peterson" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> > If you used checkboxes from the Control toolbox toolbar, you can:
>> >
>> > rightclick on each
>> > Choose Format Control
>> > Then on the Properties tab, select move and size with cells
>> >
>> > If you used checkboxes from the Forms toolbar, you're out of luck.
>> > Maybe
>> > you
>> > could replace them with checkboxes from the control toolbox toolbar.
>> >
>> > (or write a macro that hides the checkboxes, then hides the row????)
>> >
>> >
>> > Blue Max wrote:
>> >>
>> >> We have a problem with a column of checkbox controls linked to cells.
>> >> When
>> >> a group of rows is collapsed using the outline feature, the controls
>> >> in
>> >> the
>> >> collapsed portion of the column are eventually all stacked on top of
>> >> each
>> >> other.
>> >>
>> >> Then, when the outline is re-expanded, the checkbox controls are no
>> >> longer
>> >> on top of the cell they were linked to in the column before collapsing
>> >> the
>> >> outline. Instead, the whole group of controls is stacked over a
>> >> single
>> >> cell
>> >> at the bottom of the collapsed section.
>> >>
>> >> How do we link the controls to the cells so that they will reappear
>> >> over
>> >> the
>> >> proper cells when the outline is expanded?
>> >
>> > --
>> >
>> > Dave Peterson

>
> --
>
> Dave Peterson


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      11th Apr 2010
Maybe you could try it with a test copy (smaller number of objects) to see if it
helped.

If it did, adjust the real version -- if not, sorry.

Blue Max wrote:
>
> Thanks, Dave, that could very easily be an issue as the tolerances here are
> very close. However, we have snapped the check boxes into the upper left
> corner of each cell using the ALT key to constrain the placement. As such,
> the object is probably right on the upper and left borders of the cell. If
> this is the problem, it would be most disappointing since it, in turn, would
> really make proper placement of the check boxes problematic.
>
> Thanks,
> Richard
>
> "Dave Peterson" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Make sure your objects are completely with in the cell or row -- all of
> > it!
> >
> > Blue Max wrote:
> >>
> >> Thanks, Dave. I had already used this option to mark the property to
> >> "Move
> >> and Size" with the cells. However, we still appear to have the problem.
> >> I
> >> will double check, but am skeptical that this was the problem since this
> >> property was already set.
> >>
> >> Thanks,
> >>
> >> Richard
> >>
> >> ************************
> >> "Dave Peterson" <(E-Mail Removed)> wrote in message
> >> news:(E-Mail Removed)...
> >> > If you used checkboxes from the Control toolbox toolbar, you can:
> >> >
> >> > rightclick on each
> >> > Choose Format Control
> >> > Then on the Properties tab, select move and size with cells
> >> >
> >> > If you used checkboxes from the Forms toolbar, you're out of luck.
> >> > Maybe
> >> > you
> >> > could replace them with checkboxes from the control toolbox toolbar.
> >> >
> >> > (or write a macro that hides the checkboxes, then hides the row????)
> >> >
> >> >
> >> > Blue Max wrote:
> >> >>
> >> >> We have a problem with a column of checkbox controls linked to cells.
> >> >> When
> >> >> a group of rows is collapsed using the outline feature, the controls
> >> >> in
> >> >> the
> >> >> collapsed portion of the column are eventually all stacked on top of
> >> >> each
> >> >> other.
> >> >>
> >> >> Then, when the outline is re-expanded, the checkbox controls are no
> >> >> longer
> >> >> on top of the cell they were linked to in the column before collapsing
> >> >> the
> >> >> outline. Instead, the whole group of controls is stacked over a
> >> >> single
> >> >> cell
> >> >> at the bottom of the collapsed section.
> >> >>
> >> >> How do we link the controls to the cells so that they will reappear
> >> >> over
> >> >> the
> >> >> proper cells when the outline is expanded?
> >> >
> >> > --
> >> >
> >> > Dave Peterson

> >
> > --
> >
> > Dave Peterson


--

Dave Peterson
 
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
Controls collapsed with outline Blue Max Microsoft Excel Programming 7 11th Apr 2010 01:01 PM
How to retrieve data from groups & outline when they r collapsed g Vinod Microsoft Excel Misc 2 11th Nov 2008 10:25 PM
Keeping MS Word Outline Sections Collapsed Dave Microsoft Word Document Management 3 4th Sep 2007 12:00 PM
Why won't my subdocuments lock when collapsed in outline view? =?Utf-8?B?Y2NhbXBiZWxsNjE0?= Microsoft Word Document Management 2 2nd Oct 2006 01:46 PM
How can I allow an outline to be collapsed on a protected sheet? =?Utf-8?B?THlubkFubk8=?= Microsoft Excel Worksheet Functions 0 8th Jun 2005 05:39 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:06 AM.