Commented Unassigned: WordAPI, Selection.Goto wdGoToBookmark Error [20643]
In WordAPI for jumping to then next bookmark "Firstline" in a document, I've tried to use Application.Selection.Goto(What:=wdGoToBookmark, Name:="Firstline") but got the error: "For parameter "which"...
View ArticleNew Post: NetOffice for Dynamics
Sebastian--you're awesome. Thanks! I've been looking, but so far, I don't see any type of developer edition. Our team is currently using a legal but free copy with our BizSpark license, but it's not...
View ArticleCreated Unassigned: An extra "CodeBase" registry value for COM Addin [21224]
When I use NetOffice to creates an Excel COM Addin whose assembly version is not 1.0.0.0 and registers it using RegAsm.exe with /codebase option, an extra "CodeBase" registry value is created under a...
View ArticleNew Post: First steps with NetOffice
I'm a VB.NET amateur programmer, and I'm developing a new application to help my coworkers and myself in my job. It involves things like opening and saving documents, searching and replacing within its...
View ArticleNew Post: Any issue when I reference Excel Object Model in a separate thread?
My addin has a refresh all button. When it is clicked, I will look through worksheet and look for methods (defined in my addin) and refresh data for all these methods, this is done in a separate...
View ArticleNew Post: Any issue when I reference Excel Object Model in a separate thread?
Here is code I have public partial class XLWindow : Window { public XLWindow() { InitializeComponent(); } private void UserControlLoaded(object sender, RoutedEventArgs e) { model = DataContext as...
View ArticleNew Post: How to force to open an file in specific version of EXCEL
Hi all I have a PC with Windows Vista Pro, Visual Studio 2008, with both Office 2007 and 2003 installed. I have defined excel 2007 to open by default xls, xlsx and xlsm files. Im testing net office to...
View ArticleNew Post: First steps with NetOffice
In other (and simpler) words, how do I get to have the Word.Application, Excel.Application and Outlook.Application classes available in my project? Which steps should I take from, let's say, if I had...
View ArticleNew Post: Any issue when I reference Excel Object Model in a separate thread?
I created a sample project to show the issue @ http://1drv.ms/1phJSag Please take a look when you get a chance, Thanks
View ArticleNew Post: PowerPoint API a few questions (about alignement)
Hello, I have been searching for 2 days, but found now answer. I am adding a simple picture to my slide like this:Shape ss = sl.Shapes.AddPicture(file,MsoTriState.msoCTrue,MsoTriState.msoCTrue,0,0);...
View ArticleNew Post: Is shared add-in possible?
Is it possible to develop an add-in that can work with multiple office products? For example single add-in for Outlook , Excel , Word and PowerPoint.
View ArticleReviewed: NetOffice 1.6.0 (Aug 25, 2014)
Rated 5 Stars (out of 5) - Excellent work! This framework fulfills its promise and provides a better alternative to VSTO in most cases. Support for workbook level add-in and Ribbon designer can make it...
View ArticleNew Post: Is shared add-in possible?
Of course its possible. You can find an example in the download package: "\Examples\Misc\C#\COMAddin Examples" called "Super Addin". This sample Addin works in Excel, Word, PowerPoint, Outlook, Access...
View ArticleNew Post: debugging NetOffice.ExcelApi.Worksheet in VS2010 causes Outlook...
I swear. Seen this happen 10 times today. Code: protected virtual void WorkbookSheetActivate(NetOffice.COMObject sheetObj) { try { if (_sheetTaskPanes == null || sheetObj is Excel.Chart) So I hover...
View ArticleNew Post: Multiple fonts in a single Word Table Cell (C#)
I've seen a lot of VB examples where you specify a start and length to a range of a Word table cell, but how do you do that in C#? So far I have been able to edit the font in a cell but only 1...
View ArticleNew Post: Few errors in VS Express and SharpDevelop
Hello, I have the can't find "extensibility" problem too, on both VS 2013 express and sharpdevelop 4.4 When I go to the list of references, it can find everything else except "extensibility". Where can...
View ArticleCommented Unassigned: Toolbox 1.2 won't start - loadFromRemoteSources [21009]
Hi,I tried to install NetOffice 1.6 and the corresponding Toolbox 1.2 because I use Visual Studio Express 2013.The toolbox is located on C:\tools\... but when I try to start it, I get an error message...
View ArticleNew Post: Hello World or install instructions
Hi, I have previously used VSTO but would like to move to NetOffice as it looks great! However I am stumped at the first hurdle, I cannot find any documentation on how to get it working with VS 2013...
View ArticleNew Post: Hello World or install instructions
Solved myself, followed the link through to the MS doc and it said the following: If an application has been copied from the web, it is flagged by Windows as being a web application, even if it resides...
View ArticleNew Post: Filling in a word template
Hello; i was seeking some similar solution to get some data from a windows form and insert them in a word template, however, all that office documentations and specifications are too hard to explore....
View Article