Ribbon issue 2010

A

avi

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
 
G

GS

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 here:

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
 
G

GS

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top