Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 2nd, 2009, 10:40 AM
Registered User
 
Join Date: Feb 2009
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Question Set Add-Ins as default tab in 2007

Does anyone know how to set the Add-Ins tab as the default in Excel 2007?

Thanks in advance for your help!
 
Old December 7th, 2009, 11:12 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 168
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Add your own tab before Home tab. It will be as default tab

<customUI xmlns="http://schemas.microsoft.com/office/2006/01/customui">
<
ribbon startFromScratch="false">
<
tabs>
<
tab id="idOwnTab"label="Own Add-In"insertBeforeMso="TabHome">

-vemaju
__________________
-vemaju





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 18: Automation Add-Ins and COM Add-Ins David Bibby BOOK: Excel 2007 VBA Programmer's Reference ISBN: 978-0-470-04643-2 1 April 10th, 2009 05:47 AM
Add Push button or Check Box in outlook add-ins capdevs VS.NET 2002/2003 0 January 7th, 2006 08:51 AM
VBE Add-ins crmpicco Excel VBA 0 May 11th, 2005 06:59 AM
Add-Ins jacemiles BOOK: Beginning Access VBA 0 February 2nd, 2004 12:40 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.