<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotnetside.org/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Blog di Laura Ciccarese - All Comments</title><link>http://dotnetside.org/blogs/laura/default.aspx</link><description>Office: un mondo da scoprire!
Approfondimenti, Automation, 
VBA e altro ancora...</description><dc:language>it</dc:language><generator>CommunityServer 2008 SP1 (Build: 30619.63)</generator><item><title>re: Personalizzare il Ribbon con VBA</title><link>http://dotnetside.org/blogs/laura/archive/2007/05/18/Personalizzare-il-Ribbon-con-VBA.aspx#21665</link><pubDate>Wed, 01 Oct 2008 13:57:06 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:21665</guid><dc:creator>aminissale</dc:creator><description>&lt;p&gt;Avrei un paio di domande:&lt;/p&gt;
&lt;p&gt;1. non si può inserire il codice XML direttamente nel file, sfruttando Office 2007 custom UI editor?&lt;/p&gt;
&lt;p&gt;2. le mie macro si trovano in diversi moduli rinominati (AM_1, AM_2, AM_3, ecc. ecc.), cosa devo scrivere nel &amp;quot;onAction&amp;quot;?... io ho provato con &amp;quot;AM_1.NomeMiaMacro&amp;quot; ma non funziona.&lt;/p&gt;
&lt;p&gt;3. si può rendere universale un file contenente codice XML? Cioè fruibile con tutte le versioni di Excel?&lt;/p&gt;
&lt;p&gt;Grazie 1000!!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=21665" width="1" height="1"&gt;</description></item><item><title>ACCESS 2007 - Creare barra strumenti personalizzata - MasterDrive.it - Information Technology Developers Community</title><link>http://dotnetside.org/blogs/laura/archive/2007/03/07/Personalizzazione-del-Ribbon-di-Access-2007-_2800_1_2900_.aspx#21657</link><pubDate>Tue, 30 Sep 2008 05:14:39 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:21657</guid><dc:creator>ACCESS 2007 - Creare barra strumenti personalizzata - MasterDrive.it - Information Technology Developers Community</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;ACCESS 2007 - Creare barra strumenti personalizzata - MasterDrive.it - Information Technology Developers Community&lt;/p&gt;
&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=21657" width="1" height="1"&gt;</description></item><item><title>re: Personalizzare il Ribbon con VBA</title><link>http://dotnetside.org/blogs/laura/archive/2007/05/18/Personalizzare-il-Ribbon-con-VBA.aspx#5429</link><pubDate>Fri, 18 May 2007 20:48:36 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:5429</guid><dc:creator>laura</dc:creator><description>&lt;p&gt;Troppo buono!!!!!&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=5429" width="1" height="1"&gt;</description></item><item><title>re: Personalizzare il Ribbon con VBA</title><link>http://dotnetside.org/blogs/laura/archive/2007/05/18/Personalizzare-il-Ribbon-con-VBA.aspx#5421</link><pubDate>Fri, 18 May 2007 16:45:01 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:5421</guid><dc:creator>donvito</dc:creator><description>&lt;p&gt;Ed io aggiungo: come sempre di una chiarezza disarmante.&lt;/p&gt;
&lt;p&gt;Tip interessante e utile. Spesso infatti accade di avvertire la necessit&amp;#224; di avere sottomano le &amp;quot;proprie&amp;quot; funzioni o attivit&amp;#224; tipiche che potrebbero anche differire da quelle di altri utenti (anche la maggioranza).&lt;/p&gt;
&lt;p&gt;Essere consapevoli della proria unicit&amp;#224; e poterla preservare nella propria epserienza lavorativa &amp;#232; oltremodo interessante &lt;img src="http://www.dotnetside.org/emoticons/emotion-5.gif" alt="Wink" /&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=5421" width="1" height="1"&gt;</description></item><item><title>re: Personalizzare il Ribbon con i VSTO 2005 SE</title><link>http://dotnetside.org/blogs/laura/pages/Personalizzare-il-Ribbon-con-i-VSTO-2005-SE.aspx#5354</link><pubDate>Tue, 08 May 2007 17:15:53 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:5354</guid><dc:creator>aminissale</dc:creator><description>&lt;p&gt;Gent.ma Laura,&lt;/p&gt;
&lt;p&gt;ho letto la tua guida che ho trovato molto interessante e che vorrei approfondire.&lt;/p&gt;
&lt;p&gt;Fino ad oggi, con VBA era possibile disabilitare qualsiasi comando di excel e nascondere tutte le CommandBar (impedendo quansiasi personalizzazione) lasciando attiva solo la barra creata ad-hoc per il file in uso.&lt;/p&gt;
&lt;p&gt;Da quel che ho capito, con Excel 2007 non &amp;#232; pi&amp;#249; cos&amp;#236; semplice perch&amp;#232; le barre dei comandi sono state sostituite dal ribbon che sembra essere modificabile solo attraverso l'utilizzo di XML (tramite Visual Studio 2005).&lt;/p&gt;
&lt;p&gt;Detto ci&amp;#242;, ti chiedo:&lt;/p&gt;
&lt;p&gt;1. si pu&amp;#242; ovviare a questo problema, lavorando con VBA?&lt;/p&gt;
&lt;p&gt;2. si pu&amp;#242; bloccare e nascondere la ribbon originale ?di excel e crearne una personalizzata che ri attivi all'apertura del file (a disposizione dell'utilizzatore)?&lt;/p&gt;
&lt;p&gt;Ovviamente, alla chiusura del file la ribbon originale di excel deve essere riattivata.&lt;/p&gt;
&lt;p&gt;In attesa di ricevere una gradita risposta, ti saluto cordialmente.&lt;/p&gt;
&lt;p&gt;Buona giornata.&lt;/p&gt;
&lt;p&gt;Aurelio&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=5354" width="1" height="1"&gt;</description></item><item><title>Word Custom Ribbon: aggiungere un'intestazione di pagina</title><link>http://dotnetside.org/blogs/laura/archive/2007/03/30/Word-Custom-Ribbon_3A00_-modifica-stile.aspx#5252</link><pubDate>Thu, 26 Apr 2007 02:02:39 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:5252</guid><dc:creator>Blog di Laura Ciccarese</dc:creator><description>&lt;p&gt;Oggi proseguiamo con la personalizzazione del ribbon di Word, aggiungendo un comando che permette di&lt;/p&gt;
&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=5252" width="1" height="1"&gt;</description></item><item><title>re: Office Icon Gallery</title><link>http://dotnetside.org/blogs/laura/archive/2007/01/09/Office-Icon-Gallery.aspx#5196</link><pubDate>Sat, 21 Apr 2007 04:40:36 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:5196</guid><dc:creator>kay</dc:creator><description>&lt;p&gt;Laura,&lt;/p&gt;
&lt;p&gt;thanks for your help.&lt;/p&gt;
&lt;p&gt;I've already extracted all the icons I needed and built an Office 2007'ish editing interface for the wiki I'm using.&lt;/p&gt;
&lt;p&gt;Since it's for personal use only (but still adheres to the design guidelines outlined in the PDF), I'm guessing that there wont be any problems.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=5196" width="1" height="1"&gt;</description></item><item><title>re: Office Icon Gallery</title><link>http://dotnetside.org/blogs/laura/archive/2007/01/09/Office-Icon-Gallery.aspx#5193</link><pubDate>Fri, 20 Apr 2007 03:21:25 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:5193</guid><dc:creator>laura</dc:creator><description>&lt;p&gt;Hey Kay,&lt;/p&gt;
&lt;p&gt;I'm sorry, but I think that the only solution to your problem is to take a shot of Office icon and save them as file .ico.&lt;/p&gt;
&lt;p&gt;After this, you can use them as I show in my post &lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://www.dotnetside.org/blogs/laura/archive/2007/01/12/Assegnare-immagini-personalizzate-ad-un-comando-del-Ribbon.aspx"&gt;http://www.dotnetside.org/blogs/laura/archive/2007/01/12/Assegnare-immagini-personalizzate-ad-un-comando-del-Ribbon.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your comment&lt;/p&gt;
&lt;p&gt;Laura&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=5193" width="1" height="1"&gt;</description></item><item><title>re: Office 2007 italiano</title><link>http://dotnetside.org/blogs/laura/archive/2007/01/05/Informazioni-varie.aspx#5186</link><pubDate>Wed, 18 Apr 2007 22:25:11 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:5186</guid><dc:creator>laura</dc:creator><description>&lt;p&gt;Ciao Daniele,&lt;/p&gt;
&lt;p&gt;ancora non ho preparato degli esempi in Outlook, ma ti segnalo quello che penso essere un bell'articolo in italiano sull'argomento:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/it-it/library/ms268893"&gt;http://msdn2.microsoft.com/it-it/library/ms268893&lt;/a&gt;(VS.80).aspx&lt;/p&gt;
&lt;p&gt;Per approfondimenti tematici (in inglese), puoi fare riferimento alle seguenti pagine:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/ms268864"&gt;http://msdn2.microsoft.com/en-us/library/ms268864&lt;/a&gt;(VS.80).aspx&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/ms269110"&gt;http://msdn2.microsoft.com/en-us/library/ms269110&lt;/a&gt;(VS.80).aspx&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/ms268731"&gt;http://msdn2.microsoft.com/en-us/library/ms268731&lt;/a&gt;(VS.80).aspx&lt;/p&gt;
&lt;p&gt;Per un Tutorial dettagliato puoi fare riferimento all'indirizzo:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://msdn2.microsoft.com/en-us/library/aa201303"&gt;http://msdn2.microsoft.com/en-us/library/aa201303&lt;/a&gt;(office.11).aspx&lt;/p&gt;
&lt;p&gt;Spero che possano essere utili&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=5186" width="1" height="1"&gt;</description></item><item><title>re: Office 2007 italiano</title><link>http://dotnetside.org/blogs/laura/archive/2007/01/05/Informazioni-varie.aspx#5183</link><pubDate>Wed, 18 Apr 2007 14:37:29 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:5183</guid><dc:creator>daniele</dc:creator><description>&lt;p&gt;Ciao Laura,&lt;/p&gt;
&lt;p&gt;complimenti per il blog e per i tutorial.&lt;/p&gt;
&lt;p&gt;Sto cercando un aiuto per Outlook, non necessariamente per la versione 2007.&lt;/p&gt;
&lt;p&gt;Puoi segnalarmi dove trovare qualche esempio relativo a VSTO e Outlook.&lt;/p&gt;
&lt;p&gt;Grazie mille&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=5183" width="1" height="1"&gt;</description></item><item><title>re: Office Icon Gallery</title><link>http://dotnetside.org/blogs/laura/archive/2007/01/09/Office-Icon-Gallery.aspx#5140</link><pubDate>Thu, 12 Apr 2007 16:36:41 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:5140</guid><dc:creator>kay</dc:creator><description>&lt;p&gt;Certainly,&lt;/p&gt;
&lt;p&gt;that would be: &lt;a rel="nofollow" target="_new" href="http://preview.tinyurl.com/25c88h"&gt;http://preview.tinyurl.com/25c88h&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If the above link doesnt work, look for &amp;quot;2007OfficeUIDesignGuidelinesLicense.pdf&amp;quot; on your favourite search engine.&lt;/p&gt;
&lt;p&gt;Page 63 clearly shows a web application and the guidelines on the official page also state that RibbonX is available to not only Windows users but anyone who adheres to the guidelines.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=5140" width="1" height="1"&gt;</description></item><item><title>re: Office Icon Gallery</title><link>http://dotnetside.org/blogs/laura/archive/2007/01/09/Office-Icon-Gallery.aspx#5138</link><pubDate>Thu, 12 Apr 2007 15:35:35 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:5138</guid><dc:creator>laura</dc:creator><description>&lt;p&gt;Can you tell me the link for the guidelines you refer to?&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=5138" width="1" height="1"&gt;</description></item><item><title>re: Office Icon Gallery</title><link>http://dotnetside.org/blogs/laura/archive/2007/01/09/Office-Icon-Gallery.aspx#5100</link><pubDate>Fri, 06 Apr 2007 19:41:23 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:5100</guid><dc:creator>kay</dc:creator><description>&lt;p&gt;mille grazie per il suo articolo :-)&lt;/p&gt;
&lt;p&gt;is there any way as to how we can extract the icons from Office 2007?&lt;/p&gt;
&lt;p&gt;The design guidelines mention something along the lines of using them in web applications, but I cant see that happening without having access to the image files.&lt;/p&gt;
&lt;p&gt;again, thanks for the insight.&lt;/p&gt;
&lt;p&gt;(I tried to comment in Italian, but you'd have perceived that as an insult, that's why I choose to go with English) &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=5100" width="1" height="1"&gt;</description></item><item><title>Dalle parole ai fatti...vediamo se riesco ad incrementare le quote rosa.. ALMENO UNA IN PIU'</title><link>http://dotnetside.org/blogs/laura/archive/2007/03/27/Materiale-del-Ready-For-a-New-Day.aspx#5041</link><pubDate>Wed, 28 Mar 2007 18:45:28 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:5041</guid><dc:creator>rosalba</dc:creator><description>&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=5041" width="1" height="1"&gt;</description></item><item><title>Dalle parole ai fatti...vediamo se riesco ad incrementare le quote rosa.. ALMENO UNA IN PIU'</title><link>http://dotnetside.org/blogs/laura/archive/2007/03/27/Materiale-del-Ready-For-a-New-Day.aspx#5040</link><pubDate>Wed, 28 Mar 2007 18:43:15 GMT</pubDate><guid isPermaLink="false">2d5e8256-a19a-4586-a65e-031f7ebe8345:5040</guid><dc:creator>rosalba</dc:creator><description>&lt;img src="http://dotnetside.org/aggbug.aspx?PostID=5040" width="1" height="1"&gt;</description></item></channel></rss>