Skip to main content
1 vote
1 answer
126 views

I have a Windows Forms application developed in VB.NET. I am trying to open an Excel file, manipulate it by adding new sheets and data, and then save the file using Microsoft.Office.Interop.Excel. All ...
Akbar Husain's user avatar
0 votes
0 answers
223 views

I wrote a small Excel COM automation code that works on my machine. Since everything worked fine, I have decided to test it on a client machine. Only formulas didn't work. I always get #NOME? for ...
AlwaysLearningNewStuff's user avatar
1 vote
0 answers
28 views

We use Interop to open Word Documents. Very simple, with a Word.Application object named oWApp we would open a document file: oWDoc = oWApp.Documents.Open(FileName:=sFile) We activate the document ...
DinahMoeHumm's user avatar
  • 1,120
5 votes
1 answer
183 views

We have some legacy code that late binds to Microsoft.Office.Interop.Word to do various things with documents. This code has worked fine for years. The Solution is written in VB.NET and consists of ...
DinahMoeHumm's user avatar
  • 1,120
0 votes
0 answers
82 views

I am using UndoRecord.StartCustomRecord in Microsoft.Office.Interop.Word to create custom undo records in my VSTO add-in. However, I’ve encountered some unexpected behavior that makes the Word undo ...
Kasun Nimantha's user avatar
1 vote
1 answer
328 views

I want to drag / drop an e-mail from outlook in my c# / .net 4.8 application. This works with attachments since the file stream is directly sent but not with e-mails itsel. I expected them to coe as ....
Marc's user avatar
  • 2,745
0 votes
1 answer
1k views

My C# project uses Office.Interop.Excel to create and save Excel files. It was working fine with Office 2013 but I just installed Office 2024 and now there is a big problem - The project builds fine ...
Victor M's user avatar
0 votes
0 answers
59 views

I am using C# to convert a Word .doc to PDF, and while doing so, all other documents referenced should also be changed from .doc to PDF, including all links within the documents (recursively). The ...
SinisterMJ's user avatar
  • 3,527
0 votes
1 answer
80 views

I'm trying to create a Powershell script to iterate over files on a NAS to create custom properties on files fulfilling certain criteria. The bulk of the script is fine and working as expected. I came ...
batman1975's user avatar
0 votes
0 answers
93 views

In C#, I am using the Microsoft.Office.Interop.Outlook library to open a new Outlook email (in an Outlook inspector). Essentially creating a MailItem object and displaying it: MailItem.Display(); ...
proudfeet's user avatar
0 votes
2 answers
65 views

When the birthday or anniversary for a contact item is set an appointment item is created automatically. If the contact is removed those appointments are not. This article Find Outlook AppointmentItem ...
RudiBoy's user avatar
  • 90
0 votes
2 answers
204 views

Creating PowerPoint presentations in C# Visual Studio, I realized that my WinForm timer hangs; I can't even move my Application around the screen. Is there a way to create my PowerPoint in the ...
Joshua Tristancho's user avatar
0 votes
2 answers
53 views

I am trying to get the AppointmentRecur property (PT_BINARY) of an Outlook 2007 appointment using this DASL: http://schemas.microsoft.com/mapi/id/{00062002-0000-0000-C000-000000000046}/82160102 with ...
RudiBoy's user avatar
  • 90
0 votes
1 answer
59 views

So I have an add in that monitors the sent items folder and uploads emails to an azure storage when a new item hits it, if it meets certain criteria. my issue is that it only works on the default ...
Zorbacles's user avatar
0 votes
0 answers
57 views

I am using Microsoft Office Interop Word in C# to edit word files. Is there a way to check the tables are under same heading? My End goal is to delete an empty table from Word Document. That is - if ...
AnkitK's user avatar
  • 86

15 30 50 per page
1
2 3 4 5
243