|                                 Dinesh J                				   
 
 
 Posts: 1
 Joined: 2009-12-18
 
 | 
                | Hi 
 VSTO - VS 2008, Office 2007 Word, Document level custmization
 
 Issue :
 1. Added new Ribbon Tab e.g <tab idMso="TabAddIns" insertBeforeMso="TabView" label="NewTab" visible="true">, All the customized function does not work in the new Ribbon Tab after use the Default MS Word Save As Function.
 
 the Steps:
 1. open the customized document. (which customized using VSTO - VS 2008, document level)
 2. Save As the using default MS Word
 3. go to the new Ribbon Tab and click any customized function from new custom Ribbon Tab
 
 All the customized function does not work in the new Ribbon Tab after use the Default MS Word Save As Function.
 
 can you please help to fix this issue?
 
 i did try the below solutions but does not work
 1. SendKey - it is risk to do using SendKey, some machine doesn't send the correct Key
 2. can't move into 1st Tab, b'cos i have two custom Ribbon Tab
 
 Regards,
 Din
 | 
 | 
  
        |                                 Andrei Smolin                				   
 Add-in Express team
 
 
 Posts: 19177
 Joined: 2006-05-11
 
 | 
                | Hi Din, 
 The only thing I was able to notice is that you insert a built-in tab; try using a custom one instead.
 
 
 Andrei Smolin
 Add-in Express Team Leader
 | 
 |