-
- VSTO Excel column name
by jk_uk2
- 3 Replies
- Last post
by Dennis Wallentin
- Hi,
Does anyone know how to easily get the Execl column name in VSTO E.g. I can do Range.Column which would give me the number 4 (for column D), but I want something that will actually give me the letter "D".
I could write something to do it, but I would prefer to use something that's built in. Can anyone help
Thanks
Jeremy
-
- How to recover information of the user according to his click ?
by Monico
- 8 Replies
- Last post
by Monico
- Hello, I have any questions about VSTO for Outlook 2007. I success to create a button in my CommandBar (Standard) but if I want this button in my Appointment for my Calendar, it doesn't exist. So my question is : is it possible to have my button when I create an appointment And my second question will be : how it's possible to know what the user is clicking. For example, he click on an email : ho
-
- deployment of simple outlook addin????
by psartor
- 11 Replies
- Last post
by Andrew Cherry [MSFT]
- I am using vs 2005. I created an outlook addin soloution. I cut and pasted an example from the MSDN examples. I compiled with no errors or warnings. I built the setup project without any errors. I execute the setup.exe and it executes with no errors. I stop outlook and restart it. The addin should add 2 buttons to a new button bar within outlook. Nothing shows up. If I shut down outlook and debug
-
- COM addin adds over 10 seconds to Microsoft Word startup time
by J-Man577323
- 14 Replies
- Last post
by X4U
- I built an extensibility addin using the wizard in VS-2003 for Microsoft Word. When installed, it adds over 10 seconds to Word's startup time. Does anyone have any ideas on why this is happening The Excel addin I created does not have this problem.
The delay appears to come before the OnConnection sub is called. CPU usage is 0% during this delay.
-
- Excel Retrieve Worksheet Modified and Created Dates
by ParadigmAPC
- 4 Replies
- Last post
by ParadigmAPC
- How would you retrieve a worksheets Modified and Created Dates I cant seem to find a method or property that points to them. Thanks
-
- Problem loading VSTO Excel Workbook project on Vista RTM, Visual Studio 2005, Office 2007 & VSTO SE
by Pierre-Yves Troel
- 5 Replies
- Last post
by Wayne Hartell
- I get the following error when loading an VSTO Excel Workbook project:
--------------------------- Microsoft Visual Studio --------------------------- A compatible version of Microsoft Office Excel 2003 is not installed on this computer. You must install Microsoft Office Excel 2003 SP1 and the Visual Studio 2005 Tools for Office runtime (VSTOR.exe). Select the Repair option when you install the
-
- Possible to customise Word Ribbon Controls?
by dirty-shirt
- 8 Replies
- Last post
by dirty-shirt
- Hi, I've created a button on my custom ribbon which points to the function to "Save to Document Management Server" ie.
Code Snippet
< button idMso = " FileSaveToDocumentManagementServer "/>
in the Ribbon.xml file. Is it possible to customise these controls Specifically I want the dialog box to point to a particular http site when it loads.
-
- Trying to create a user using VSTO...
by Emilio_melo_2003
- 2 Replies
- Last post
by Emilio_melo_2003
- Hi guys,
I'm currently working on a project on the company I'm outsourced to, to automate user account creation on the Active Directory. The first version of the software is working pretty good, it's a Windows Form with all the fields necessary for the user creation.
The second version, however, intend to be an Infopath form where the manager fills in and the account is automatically cre
-
- Yet another post about the use of Ribbon Icons outside of the ribbon...
by Thierry Nenin
- 7 Replies
- Last post
by Thierry Nenin
- Hi Misha,
I am currently developping a kind of "light business contact manager" with posibility of encoding Invoice or account for a contact and so on... All of this fully integrated in Outlook 2007 and using word or excel to print various document based upon data encoded within outlook...
Sure that I would be glad to reuse some of ImageMso used elsewhere in office. But wit
-
- Button Panel for both Word and PowerPoint
by karpanta
- 6 Replies
- Last post
by karpanta
- Hi, I need to develop some kind of add-in that have to interact with both Word and PowerPoint. The idea is to build a panel with some buttons (this panel can be loaded or unloaded in any document or presentation) that it is the same for Word or PowerPoint. I am not sure how to do it so I would really appreciate if any of you could give any ideas. Thank you very much!
-
- Dynamic Number of RadioButtons in GroupBox
by rchrismor013
- 1 Replies
- Last post
by Ji Zhou ¨C MSFT
- This just can't be that difficult. I create a Task Pane and the first thing I want is a set of Radio Buttons -- the number of buttons to be determined by a table of boiler plate language in a DB. So, I create a GroupBox to hold the radio buttons and try the following code: For i = 0 To dtPublisher.Rows.Count - 1 ReDim Preserve rbButtons(i) rbButtons(i) = New RadioButton() rbB
-
- Outlook 2007 RTM FormRegion editing bugs
by Alex Yakhnin - MSFT
- 14 Replies
- Last post
by Sue Mosher - Outlook MVP
- I am trying to edit FormRegion in the Outlook 2007 that I was developing in B2TR. When trying to modify it (add more controls) the changes are not saved. Even when trying to "Save As" the dialog is never poping up. By trial an error I've discovered that if I delete the TabControl (MultiPage) from my region it will allow to save it. What's going on
Thx... Alex
-
- Simple find and replace in MS Word is not working, new to vsto
by eanda9000
- 6 Replies
- Last post
by Cindy Meister
- Hi,
I am very new to vsto, less then one day. Basically all I need to do is find and replace text in the word document. While my code compiles, nothing is getting replaced The select works but the Replaces execute but noting appears to happen.
Please let me know if you have any ideas as to what the issue could be.
Thanks!
Protected Sub btnWordSR_Cli
-
- how do I export a couple of shapes to picture in powerpoint add-in
by haibin_sh
- 1 Replies
- Last post
by Phil Hoff - MSFT
- Hi, I'm doing a powerpoint add-in and want to export a couple of shapes to picture. I know there is an export method for shape, but I cannot find ways to export a couple of shapes to a single picture. I thought I would need to group the shapes, but I could not find ways to group shapes programmatically in powerpoint add-in. Anyone can help me with this Thans a lot. Regards, Haibin
-
- WordProcessing XSD Changes in Word 2007?
by Oleg Krupnov
- 1 Replies
- Last post
by Oleg Krupnov
- Hi, I'm having troubles migrating a Word 2003 document-level customization to Word 2007. Namely, when I try to insert a piece of WordProcessing XML using the Selection.InsertXML method, I get the error message "XML markup cannot be inserted in the specified location". I know this is a generic error message that means that something is wrong with the XML I'm trying to insert (XML validati
-
- Reading pane previewer in Outlook 2007
by Jan Ku&#269;era
- 14 Replies
- Last post
by miloush
- Hi,
how can I write (and register) my own previewer for attachments Any tutorials available
Thanks
-
- VSTO Deployment
by dan kisting
- 4 Replies
- Last post
by Herman Santoso
- Hi,
I just started working on a new VSTO add-on for .NET and Outlook. I am loving what I see so far, especially with the starter templates. My question is, if I run the project using the debugger, it starts and installs the toolbar in Outlook, which is great. However, when creating a new project and it automatically adds a setup project as well, is there something I need to do after installatio
-
- Localization Spell Checker
by Pati123
- 9 Replies
- Last post
by Cindy Meister
- Hi Guys,
I am a sri Lankan. I want to plug a sinhala Dictionary and validate the spellings, written in sinhala. So when user right click on the spesific word the word i select from the data base has to be shown in the spellin list insead of english. if you have any code or resource which can help me to do this please tell me.
Tharindu (Sri Lanka)
-
- Excel worksheet ActivateEvent
by jacknsa
- 10 Replies
- Last post
by jacknsa
- Converting some VBA to VSTO. Trying to wire up worksheet event handler at run time - using VB. Works fine for most events (Deactivate, BeforeDoubleClick, etc) but can't assign ActivateEvent handler.
What am I missing
-
- Cannot Install/Use Remote Debugger with VS Tools for Office 2005
by TonyHigh
- 13 Replies
- Last post
by TonyHigh
- I cannot seem to debug projects in VSTO 2005, C# or VB. I get the message "Error while trying to run project: Unable to start debugging. The components for the 64-bit debugger are not registered..."
I think I tried almost everything I reinstalled, uninstalled, and reinstalled w/ as few services running as possible and I emptied the temp dir. But even with this it refuses to install th
-
- The installed AddIn is not Working
by Unniannan
- 2 Replies
- Last post
by Unniannan
- I have installed Visual Studio 2005 Team Edition and VSTO.
Whenever i create a new outlook Add In project i will get a ThisAddIn.cs instead of ThisApplication.cs as being mentioned in many walkthroughs. Still i was able to get the Functionalities from ThisAddIn.Application. Why am i not getting ThisApplication.cs
Another issue is i followed the steps to deploy the application and installed t
-
- Localization Problems
by Jan Ku&#269;era
- 3 Replies
- Last post
by Jan Ku?era
- Hi,
I have a problem that I am developing on english versions of Office (2007) and my macros run on localized versions.
So for example, I can use Cells.Style.Name = "Checked Cell", but this throws an exception on the czech version, for example.
I've discovered there are Name and NameLocal properties, as well as NumberFormat and NumberFormatLocal - why they aren't used I
-
- VSTO Excel performance
by Tavojavi
- 1 Replies
- Last post
by McLean Schofield - MSFT
- Hello, i¡¯m trying to use Excel for data view but there is a big difference in time of proccessing if i doit from VBA vs VSTO, this difference is critical and slow down the application severaly.
is there some way to do this faster
here i paste some code for do the tests...
Thanks.
pd orry for my poor english ;-)
from VBA Macro :
Public Sub ShowData()
Dim i
-
- User Properties Outlook 2003
by EB78
- 3 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi All,
I use OL 2003, VS-2005, VSTO 2005, Win-XP.
I experience some problems while adding UserProperties, after creating new mailItem ........ ...CreateItem(Outlook.OlItemType.olMailItem)
i add user propertis myMailItem.UserProperties.Add(........) and on the finish phase move item to some folder (not Outlook folder).
When i open Field Chooser on this folder and going to User Defined
-
- Get selected email text
by kevinsson
- 6 Replies
- Last post
by Sue Mosher - Outlook MVP
- Hi,
I'm very busy on a office business application with Outlook. If I have an email message, I want to select some text out of the message and save it as html.
I could use the WordML that you get when you use HTMLBody but I got a lot of information which I don't need. So I tried to use selection and clipboard but this doesn't always work.
Could you please help me
regard