Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default Ribbon issue 2010

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Ribbon issue 2010

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Ribbon issue 2010

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
excel 2010 classic look no ribbon jt Excel Programming 3 March 15th 12 05:45 PM
Excel 2010 Windows.Activate name issue stainless Excel Programming 4 March 14th 12 01:42 PM
Chart issue--works in 2007, not in 2010 tmidgett Charts and Charting in Excel 0 February 8th 11 05:43 PM
Excel 2007 ribbon issue when in cell edit mode N. L. Devotie Excel Programming 3 April 18th 10 04:24 PM


All times are GMT +1. The time now is 04:32 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"