Commented Unassigned: How can I initialize NetOffice.WordApi objects using a...
I have a Microsoft Office Addin Project on Visual Studio. It uses Microsoft.Office.Interop.dll . Within the code logic, I need to use NetOffice.WordApi instead of the regular Interop assemblies. My...
View ArticleCommented Unassigned: How can I initialize NetOffice.WordApi objects using a...
I have a Microsoft Office Addin Project on Visual Studio. It uses Microsoft.Office.Interop.dll . Within the code logic, I need to use NetOffice.WordApi instead of the regular Interop assemblies. My...
View ArticleNew Post: Newbie Question - Project Templates For VS Community 2015
I have a VBA Word addin and I was looking to convert it to VSTO so I downloaded VS Community 2015 and added VSTO using MS Web Platform Installer. While looking for VSTO info I accidentally ran across...
View ArticleNew Post: Newbie Question - Project Templates For VS Community 2015
hey men, i didnt find a question or i'm blind :o 2 years ago i've been created a visual extension to put some project templates and wizards to visual studio. BUT only few people have using it and is...
View ArticleCommented Unassigned: NullReferenceException on...
Hi,calling ```ExcelApi.Application.GetActiveInstances()```with an open Excel instance which has no workbooks visibly opened (i.e. start excel and close or hide the default workbook) causes a...
View ArticleCommented Unassigned: Extracolors property is not IENumerable in powerpoint...
HiI noticed (thorugh add-in failing) that in powerpoint 2007 the extracolors object does not act like a "real" collection, that is it does not implement the IEnumerable methods.In effect it's...
View ArticleNew Post: Newbie Question - Project Templates For VS Community 2015
Thanks. The project wizard works well. I just got started on VSTO when I found NetOffice. Looking forward to using NetOffice
View ArticleNew Post: Possible to Customize Quick Access Toolbar?
Using NetOffice I have customized my ribbon and added my custom images to the ribbon. Is it possible to add references to the Quick Access Toolbar (QAT). In a regular Word VBA addin I use the Custom UI...
View ArticleCommented Unassigned: NullReferenceException on...
Hi,calling ```ExcelApi.Application.GetActiveInstances()```with an open Excel instance which has no workbooks visibly opened (i.e. start excel and close or hide the default workbook) causes a...
View ArticleNew Post: How to Get Breakpoints Working?
I can't get the breakpoints to work on a NO Word addin. I created the addin using the NO Toolbox. I am using the project created by the toolbox, no mods. I load the project into VS 2015 Community and...
View ArticleNew Post: How to Get Breakpoints Working?
VS 2015 use the .Net 4.5 Debugger as default. If you have another .Net Framework version in your project you have to create a "Winword.exe.config" file in the same directory as Winword.exe. This is an...
View ArticleNew Post: How to Get Breakpoints Working?
Thanks!!! Works now. The problem was there was already a WINWORD.EXE.CONFIG in the directory pointing to v2.0.50727.
View ArticleUpdated Wiki: Documentation
Why NetOffice? english |deutsch|русскийThe usual methods for accessing Microsoft Office. NET are the Primary InteropAssemblies and VSTO....
View ArticleUpdated Wiki: Documentation
Why NetOffice? english |deutsch|русскийThe usual methods for accessing Microsoft Office. NET are the Primary InteropAssemblies and VSTO....
View ArticleUpdated Wiki: Documentation
Why NetOffice? english |deutsch|русскийThe usual methods for accessing Microsoft Office. NET are the Primary InteropAssemblies and VSTO....
View ArticleUpdated Wiki: Home
NetOffice offers solutions for Office Developers in .NET Select a Language:...
View ArticleNew Post: Deploy NetOffice Word COM Addin
I read the misc postings etc on deploying a NetOffice Com addin and I am still not clear on it. I decided to write an Inno script to do it since I am familiar with it and it is fairly easy. I haven't...
View ArticleNew Post: SPREEDSHEET IN BROWSER
Hi, Can I use NetOffice - MS Office to show, edit and save a spreedshet in browser like Google Drive? Where can I find a example or a howto?
View ArticleNew Post: Character Length for Excel
Is it possible to insert a string longer than 255 in excel 2003? The max needed is 500. Thanks.
View Article