![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hi
How can I check or unchecked (using VBA) the Show In Groups command (from Views | Arranged By menu) ?? Thanks Steve |
Ads |
#2
|
|||
|
|||
![]()
Get a handle to that CommandBarControl and call its Execute method to
simulate a click on that menu item. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "SP_1" wrote in message ... Hi How can I check or unchecked (using VBA) the Show In Groups command (from Views | Arranged By menu) ?? Thanks Steve |
#3
|
|||
|
|||
![]()
Thank you for the tip.
I'm now looking for the ID of the Show In Groups command. These codes below that I got from the web only return the IDs of those commands under the View menu. I do not know how to get into the submenu of the Arranged By. Set cbcs = objApp.ActiveExplorer.CommandBars("Menu Bar").Controls("View").controls For icbc = 1 To cbcs.Count MsgBox cbcs(icbc).Caption & " = " & cbcs(icbc).ID Next icbc Please let me know where I can go further from here. Thanks Steve "Ken Slovak - [MVP - Outlook]" wrote in message ... Get a handle to that CommandBarControl and call its Execute method to simulate a click on that menu item. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "SP_1" wrote in message ... Hi How can I check or unchecked (using VBA) the Show In Groups command (from Views | Arranged By menu) ?? Thanks Steve |
#4
|
|||
|
|||
![]() -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "SP_1" wrote in message ... Hi How can I check or unchecked (using VBA) the Show In Groups command (from Views | Arranged By menu) ?? Thanks Steve |
#5
|
|||
|
|||
![]()
The easiest way is to download OutlookSpy from www.dimastr.com and click the
Explorer button when in a folder view. Then look at the CommandBars tab and expand things until you find what you want. In this case "Sho&w in Groups" is ID 7627. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "SP_1" wrote in message ... Thank you for the tip. I'm now looking for the ID of the Show In Groups command. These codes below that I got from the web only return the IDs of those commands under the View menu. I do not know how to get into the submenu of the Arranged By. Set cbcs = objApp.ActiveExplorer.CommandBars("Menu Bar").Controls("View").controls For icbc = 1 To cbcs.Count MsgBox cbcs(icbc).Caption & " = " & cbcs(icbc).ID Next icbc Please let me know where I can go further from here. Thanks Steve |
#6
|
|||
|
|||
![]()
Hope the item got to you ok. Thanks again
Steve ---------------- Label/Receipt Number: 0306 2400 0002 5727 8796 Status: Delivered Your item was delivered at 1:28 PM on December 12, 2007 in WINTER PARK, FL 32792 ----------------- "Ken Slovak - [MVP - Outlook]" wrote in message ... -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Professional Programming Outlook 2007 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "SP_1" wrote in message ... Hi How can I check or unchecked (using VBA) the Show In Groups command (from Views | Arranged By menu) ?? Thanks Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Show in Groups | Kathy - Lovullo | Outlook - General Queries | 1 | February 28th 07 02:17 PM |
Originals never show in groups | CW | Outlook Express | 2 | January 24th 07 06:47 PM |
- [2003] Not show in groups? - | Steve JORDI | Outlook - General Queries | 2 | June 2nd 06 02:58 PM |
Show in Groups option | Terry Bennett | Outlook - General Queries | 5 | March 7th 06 12:30 AM |
Outlook should permit Options=View|Arrange By|Show in Groups=None | II_V_I | Outlook - Installation | 1 | February 17th 06 06:19 PM |