Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel VBA: Automatic grouping same entries

Hello

I am looking for an exampel how to search and group same entries in
EXCEL with VBA.
I have the follwoing scenario: unordered categorized data

category data
AAA 33.33
BBB 123.4
CCC 222.22
AAA 19.19
AAA 22.23
CCC 11.11
....

goal,target, entries with same category grouped (normally by using menu
in Excel "Data Group and Outline"

+ AAA 33.33
| AAA 19.19
| AAA 22.23
+ BBB 123.4
+ CCC 222.22
| CCC 11.11

would be great if someone can point me into the right direction.
many thanks

Mark Egloff

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 422
Default Excel VBA: Automatic grouping same entries

the right direction...?
begin by "sorting" on Column
category, ascending.


"joes" wrote in message
oups.com...
Hello

I am looking for an exampel how to search and group same entries in
EXCEL with VBA.
I have the follwoing scenario: unordered categorized data

category data
AAA 33.33
BBB 123.4
CCC 222.22
AAA 19.19
AAA 22.23
CCC 11.11
...

goal,target, entries with same category grouped (normally by using menu
in Excel "Data Group and Outline"

+ AAA 33.33
| AAA 19.19
| AAA 22.23
+ BBB 123.4
+ CCC 222.22
| CCC 11.11

would be great if someone can point me into the right direction.
many thanks

Mark Egloff



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Excel VBA: Automatic grouping same entries

thanks but I am not a VBA expert. So if you can give me some example
code snippets would be a starting point
i.e. how do I sort a range? How do I dedect/select same entries? How do
I group them?

thanks
Mark

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
Grouping Multiple Entries KKD Excel Discussion (Misc queries) 1 April 6th 10 08:35 PM
automatic display of last 2 entries in tHe column to specified cel mike CBA[_2_] Excel Worksheet Functions 5 February 16th 09 01:17 AM
2007 Name Manager "automatic" entries? KIM W Excel Discussion (Misc queries) 1 January 27th 09 02:48 PM
Grouping entries in a catalog Helen McClaine Excel Discussion (Misc queries) 1 May 10th 05 11:48 PM
Automatic changes in cell entries doco Excel Discussion (Misc queries) 3 December 12th 04 04:23 PM


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