| Thread | Last Post | Replies |
|
| VS 2008 Excel WorkBook project | 29 Jul 2008 20:05 GMT | 2 |
i have created a Exel work book application in VS 2008. when ever i move my final out xls with all dll then i am getting bellow error . The customization assembly could not be found or could not be loaded.
|
| VSTO Excel publishing issue | 25 Jul 2008 01:04 GMT | 2 |
I have developed a VSTO Excel workbook application against Excel 2003. I have published the project by right-clicking on the project and choosing Publish. This worked fine for the first publish, but now the business users have made changes to the Excel workbook, and every time
|
| I need instructions on removing an Excel VSTO 3.0 Add-In | 24 Jul 2008 15:47 GMT | 3 |
I am using VS 2008 Professional with VSTO 3.0 and I successfully created a trivial Excel 2007 Add-in that displays a diaog box ("Hello World!"). Now, whenever I load an Excel File (xlsx), it displays the dialog box. Can anyone provide instructions on how I can load an Excel ...
|
| VSTO 3.0 runtime | 24 Jul 2008 15:47 GMT | 1 |
I can't seem to find the VSTO 3.0 runtime. I've tried every link I've found on the internet and searched the microsoft website but it disapeared. All the links I've found don't seem to work anymore. Does someone have the right link for the runtime. The following link is'nt
|
| Actionspane in Office 2003 Basic | 24 Jul 2008 15:09 GMT | 1 |
I've deployed a custom Actionspane on several computers. 3 of them have Office 2003 basic installed on them and 3 of them have Office Professional 2003 installed. My Actionspane is working on the 3 machines with Office Professional installed on it.
|
| InlineShapes | 22 Jul 2008 17:42 GMT | 1 |
Use VS 2003. in document Word 2003 exist VB-control (Forms.TextBox.1). VB.NET: Dim iShapes as Word.InlineShapes = docWord.InlineShapes(1)
|
| Can't run an Outlook VSTO 2005SE add-in after reinstalling VS 2005 | 21 Jul 2008 21:24 GMT | 1 |
I have been working on an Outlook 2007 add-in using VS 2008 and VSTO 2008. When it came to deploy the add-in, there was a bug in VSTO 2008 runtime that we couldn't get around (related to adding a task pane and accessing exceptions to recurring appointment items). So, we decided ...
|
| Running VBA in VSTO | 21 Jul 2008 18:56 GMT | 1 |
I have a number of vba Macros in a powerpoint add-in called AutoRun. I do not want to rewrite them but would like to access then on the Ribbonbar of Office 2007. How would I "called them" from a ribbonbar button?
|
| How do I set VSTO 2005SE Publisher, Version and contact? | 19 Jul 2008 00:57 GMT | 2 |
I have written an Outlook 2007 add-in using VB .NET and VSTO 2005SE. My solution has 3 projects: my add-un (duh), a SetSecurity project, and a Setup project. When the add-in is installed on an XP PC, the add/remove programs "support info" link shows Publisher, Version, and ...
|
| Moving from VBA to VSTO | 11 Jul 2008 14:55 GMT | 1 |
I have created a prototype VBA application which contains some proprietary algorithms. The next step will be to convert this xla add- in into a modest commercial application. The application in VBA is pretty instantaneous to execute. I would say there is moderate
|
| Word Add-in remains in memory when Word shuts down | 10 Jul 2008 15:55 GMT | 1 |
My Word-Addin adds a new menu item at the menubar with a couple of extra options(opening custom-templates). I'm using VSTO 2005 and Word 2003. When I close down Word and start it again there are two menu-items at the menubar. It looks like the shutdown-event is'nt working properly ...
|
| Using search folders with user-property | 10 Jul 2008 14:03 GMT | 3 |
I want to programatically create a "search folder" in outlook 2007 Add-in which can contain mail-items. These mail items will be programatically searched using the User-Propery of MailItem objects (which are also added programatically).
|
| VSTO - Manually attaching an assembly to an xls file | 10 Jul 2008 12:22 GMT | 3 |
I am trying to manually attach an assembly to a Excel document by following these instructions: http://msdn.microsoft.com/en-us/library/ms268877(VS.80).aspx The problem I am having is in step 4, there is no deployment manifest
|
| Distinguish between inner attachment and regular attachment | 09 Jul 2008 19:10 GMT | 1 |
Is there any to way tell from mailItem.Attachments object which attachment attached as file and which attached as inner mail jpg (like when doing print screen and then pasting to the email) Thanks
|
| Hook to the send button in outlook 2003 | 01 Jul 2008 14:31 GMT | 6 |
I would like to hook to the outlook send button and to extend it's fuctionallty using vsto 2005 se. I want to use the send button inselfe and not to add new button which will do my functinallity and then send the email as the send button
|