What do you think about Windows 7? Write a review or a how-to about Microsoft's newest product and earn unlimited points!

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top VSTO Solutions: 1 - 21 of 21
  • 1
 
Hello, In Excel, the unit of column width is the point. Using VSTO, Excel application object includes a method CentimetersToPoints but not a method PointsToCentimeters. Would you know a...
I've created an Excel Add-In with a custom ribbon tab in VS 2008 VB. I'm trying to open a new workbook and copy a sheet from the new workbook to the currently open workbook. I've tried seve...
Hi, I have a VSTO Ribbon written in Visual Studio 2008. This ribbon will be installed on all computers on our network. As part of the ribbon I have some functions. Is it possible to call the...
Hi currently I am publishing my VSTO word template using the click once technology which is using the publishing option. This enable me to install my those dll files into the memory cache, but...
Hi I am currently writting a regular expression in VB.NET in VSTO. I can detect any punctuation except the one attached in my screenshot. It seem to be a symbol (hex)??? What is it? How do I d...
Hi, Is there any way I can run a procedure in my Word VSTO add-in (2003 & 2007) immediately after a document has saved? The Application.DocumentBeforeSave event is no use to me because I ne...
Microsoft have produced sample code that shows how to progrmaitcally add events to Outlook events. However having run the application, I am now left with events that I do not need, and I want...
TASK:  I'm trying to deploy a Excel Add-in using VS 2008 in Windows 7 and I am having difficulty installing to target machines. I was trying to use the Publish/Click once method and publishing...
A company is developping for me a .net plugin for Word 2007 and one of the things is that i want to have a button, that toggles the outlined numbered heading on and off. With that, a user can ...
Can I detect when the selection of a range of cells changes. That is to say when what is selected changes. If so, how? TIA
Hi I am currently write a VSTO word function to find all text with a specific style. The code I had written work fine but if there is a hidden field code like the 1 in the screenshot, it goes ...
I want to add a button to the standard ribbon in Outlook 2007 that executes a macro. How can I do this with VBA? Can you give me a code sample? Thank you!
Hello, Would you know how to code a macro to display the page limits in Excel, which appear dashed after a print preview? Thanks by advance
In a word document there are styles applied in a few paragraphs, I want to find and do a selections to the paragraphs that had this style applied to. Below is the code I had tried but it can o...
I have tried the walkthrough here (http://msdn.microsoft.com/en-us/library/bb332051.aspx) but it seemed to disintegrate in to waffle and myriad links and it ultimately didn't work. I found ...
I am aware in Outlook 2003 that you can right click the follow up flag and change its colour. What I am wanting to achieve is to have a default colour per user so for example if User X is putt...
I was trying out the VSTO features of visual studio 2008 and created some addons for outlook 2007.  Everything works fine in outlook but now I want to remove the addon but I can not figure out...
Is it possible to generate word document on a machine that doesnt have office installed . The below code will always fail with error Dim wrd As New Word.Application wrd.Documents.Add() &.
Hi, Currently I am writing function in VB.NET in VSTO to do some function. I realised what ever function I wrote, upon undo, I will need to undo a lot of time. Is there anyway to undo each  fu...
In VSTO, AppDomain.CurrentDomain.BaseDirectory give me the directory of Myproject..vsto_488bd971f8142934_0001.0000_ae3dacb99fa15cb0 Currently I need to find out the directory of Myproje...
 
  • 1