Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
While playing a little bit with some samples in VB.net, I think that I have created a new tab in Excel ("Team") and caused a message box to popup every time I open a workbook I don't see anything in the personnel workbook that loads on start-up I have downloaded the Ribbon UIeditor but don't know how to remove from it both issues Please help Avi |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
avi wrote on 3/16/2012 :
Hello, While playing a little bit with some samples in VB.net, I think that I have created a new tab in Excel ("Team") and caused a message box to popup every time I open a workbook I don't see anything in the personnel workbook that loads on start-up I have downloaded the Ribbon UIeditor but don't know how to remove from it both issues Please help Avi You can get sample XML for the Ribbon from Ron DeBruin's code examples found he http://www.rondebruin.nl/ribbon.htm You say you're using VB.Net and so I assume you're making a COMAddin or doing automation. If a COMAddin you can pass the XML for your custom tab from the DLL. If you're doing automation you shouldn't have any other addins loaded, depending on where they're registered (HKCU or HKLM), and you can't pass any XML to Excel from your VB.Net.EXE. In this case you'll have to open a dummy workbook containing the XML for your runtime. -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I meant to include that files in the 'Startup' folder of a user profile
are also not loaded in an automated instance. -- Garry Free usenet access at http://www.eternal-september.org ClassicVB Users Regroup! comp.lang.basic.visual.misc microsoft.public.vb.general.discussion |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel 2010 classic look no ribbon | Excel Programming | |||
Excel 2010 Windows.Activate name issue | Excel Programming | |||
Chart issue--works in 2007, not in 2010 | Charts and Charting in Excel | |||
Excel 2007 ribbon issue when in cell edit mode | Excel Programming |