Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I have created my Excel addin using VS2005 ,The addin is creating one new CommandBar with some command buttons onstartupComplete event.My users are using this in Excel 2003 and it is working nice. Case Excel 2007: When a user launch a new Excel application from start-Program-MS Office-Excel they are not able to see my CommandBar on startup. Every time they have to click on Add-in Tab on Excel 2007 to see my CommandBar . Is there any way where on Startup i can make the focus to Add-in Tab ? Thanks Das |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sendkeys only way. like maybe
Sub Auto_Open() SendKeys "%x{esc 2}" End Sub "Dwipayan Das" wrote in message ... | Hi All, | | I have created my Excel addin using VS2005 ,The addin is | creating one new CommandBar with some command buttons onstartupComplete | event.My users are using this in Excel 2003 and it is working nice. | | Case Excel 2007: When a user launch a new Excel application from | start-Program-MS Office-Excel they are not able to see my CommandBar on | startup. | | Every time they have to click on Add-in Tab on | Excel 2007 to see my CommandBar . | | Is there any way where on Startup i can make the focus to Add-in Tab ? | | | | Thanks | | Das |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See this blog post from Ken Puls
http://www.excelguru.ca/blog/2008/08...on-the-ribbon/ -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Dwipayan Das" wrote in message ... Hi All, I have created my Excel addin using VS2005 ,The addin is creating one new CommandBar with some command buttons onstartupComplete event.My users are using this in Excel 2003 and it is working nice. Case Excel 2007: When a user launch a new Excel application from start-Program-MS Office-Excel they are not able to see my CommandBar on startup. Every time they have to click on Add-in Tab on Excel 2007 to see my CommandBar . Is there any way where on Startup i can make the focus to Add-in Tab ? Thanks Das |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Install Office Standard XP on Vista. Uninstall Office 2007 Trial? | Excel Discussion (Misc queries) | |||
Installing a Vista Office 2007 developed XLA to XP office 2003 machine | Excel Programming | |||
Office 2007 compatibility pack on Office 2003 (slow network file | Setting up and Configuration of Excel | |||
Problem with Interop.Excel after uninstalling Office 2007 and installing Office 2003 | Excel Programming |