Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default group of rows and element

Hello!

I have the following problem:
I have 5 rows, in one of them, there is an element (a combobox). I make a
group of the five rows. Now when I click on the "-"sign to hide the rows,
the combobox does not get hidden and stays on the excel-sheet.
Does anybody know how I can manage this problem?
In my excel-options I have activated the checkbox that objects should be
copied and cut out with cells, and this works (for example when I cut out
the row with the element and insert it somewhere the combobox is included in
this process).

Thanks for your help.
Regards
Christian



  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,600
Default group of rows and element

Hi Christian,

It seems with some, but not all, of controls from the "Forms" menu it's not
possible to change the "Move or size with cells" property in Format Control.
And that's the property you need to check to make the object disappear when
you click the "-" outline.

However it is possible to set this property with an active-x Combobox from
the "Controls Toolbox" menu. So use a Controls toolbox combobox and link
your code to its change event in the worksheet module (right click the
combobox and View Code).

Regards,
Peter T

"Christian Galbavy" wrote in message
...
Hello!

I have the following problem:
I have 5 rows, in one of them, there is an element (a combobox). I make a
group of the five rows. Now when I click on the "-"sign to hide the rows,
the combobox does not get hidden and stays on the excel-sheet.
Does anybody know how I can manage this problem?
In my excel-options I have activated the checkbox that objects should be
copied and cut out with cells, and this works (for example when I cut out
the row with the element and insert it somewhere the combobox is included

in
this process).

Thanks for your help.
Regards
Christian





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
Group rows (or hide rows) like in MS Project Annie1904 Excel Worksheet Functions 2 October 17th 09 05:15 AM
group rows between blank rows renee Excel Discussion (Misc queries) 1 July 20th 09 06:01 PM
group rows kree8v1 Excel Discussion (Misc queries) 2 January 23rd 08 01:47 AM
Delete rows with common element Anauna Excel Programming 3 December 21st 04 04:19 PM
"for each element in group" question Claude Excel Programming 3 May 27th 04 12:49 PM


All times are GMT +1. The time now is 02:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"