Commented Unassigned: Wrong calculation of offset after cells are merged [22317]
Hi Sebastian,Please take a look at attached screens to clarify.I try to merge 2 cells making a loop for say 60 rows and 4 columns. I always start from my reference cell (say "B5") and make a step (each...
View ArticleNew Post: outlook plugin via project wizard
Project properties -> Debug -> Start external program (Also make sure Register for COM interop is checkeD)
View ArticleNew Post: Excel slow to close
yeah you should not be passing back one cell at a time, but this should not case the slowness at close down?
View ArticleNew Post: Find a Way to change one ore more Characters in Excel-Cell
try .text = "Put here what you want" value, is read only Ross
View ArticleNew Post: listing custom properties on task panel
what have you tried? What is causing you problems? it's fairly straight forward process? FYI, this feature already exist.... built in to word, I believe....
View ArticleNew Post: registering dll using regasm only works for admin, adding manually...
I think I have had this or something like it before. I'm sorry I can be sure, and worst I can remember what I did to solve the issue. one suggestion would be to try playing around with the "com...
View ArticleNew Post: Cannot read PPT files
this might be tricky because, office product are not designed to run as or on a server, and there for not supported in this way, future PPT is a difficult product to work with at the best of times, and...
View ArticleNew Post: I am new to net office please answer me this
can we work with net office without have ms office software installed in the machine? The reason is we don't have msoffice in all the machines and we don't want to depend our CI machines with msoffice...
View ArticleNew Post: I am new to net office please answer me this
NetOffice is an Office automation Framework. You need to have Office installed in some version. You find a lot of projects like Closed XML or DocX here on codeplex to deal with Office documents and...
View ArticleNew Post: NetOffice - Deploy Outlook Addin for other users
Hi, I created an outlook Add-In with NetOffice and Visual Studio Express 2013. It works fine on my development computer, but I'm scratching my head over how to deploy it to other computers. I googled a...
View ArticleNew Post: Visual Studio Outlook Project References
Hi, I am trying to develop a simple outlook project to get some basic knowledge on how NetOffice is used. I am using vb.net in the Visual Studio Community IDE. I have created references to the...
View ArticleNew Post: Visual Studio Outlook Project References
Hi, Eventually I solved my issue by setting the Embed Interop Types property for the NetOffice references to false. Thanks
View ArticleNew Post: Visual Studio Outlook Project References
You need set any NetOffice reference option "Embed Interop Types" to false. Visual Studio do a mistake here and set this option true by default because NetOffice assemblies mask himself as an PIA...
View ArticleNew Post: NetOffice - Deploy Outlook Addin for other users
You need to create a setup to deploy your solution and you have no idea how - right? You can create easily an .MSI or Wix project - unfortunately your VS 2013 Express Version do not support that. You...
View ArticleNew Post: Receiving all events twice in Excel COM add in
I am a new user to NetOffice. I am really impressed with what you have done with wrapping COM objects and version independence. I think I must be adding my event handlers wrong because I am receiving...
View ArticleNew Post: Receiving all events twice in Excel COM add in
This is strange. I never face a problem like this all the years, Let me say, there is no indicator in the QA tests and examples that NetOffice raise an event 2 times. (Try the NetOffice excel vb event...
View ArticleNew Post: NetOffice - Deploy Outlook Addin for other users
Thanks Sebastian, I installed the Visual Studio 2015 Community Edition and Wix. So I'm at the starting point to create an installer. The questions now is, what do I have to add to my *.wxs file? I...
View ArticleNew Post: Why Strange Anti-Indian license?
Of course, not. Yes i'm not a friend of nadella and the microsoft service strategy but this is just my personal meaning in my way of bushido[japanese] An indan patent troll company(what we say in...
View ArticleNew Post: Receiving all events twice in Excel COM add in
The samples in the "\NetOffice 1.7.3\NET 4.0\Examples\Excel\VB\NetOffice COMAddin Examples" directory work correctly. I believe I was misled by the project created by the "New Project Wizard" contained...
View Article