322 questions
1
vote
1
answer
738
views
Convert PowerPoint Presentation to HTML with Office 2019 or Office 365
I have a code which converts the PowerPoint presentation to HTML using Office 2007. The code which runs on Office 2007 without a problem is as below:
static void Main(string[] args)
{
...
0
votes
1
answer
33
views
How do I recover Outlook E-mails after uninstalling it? [closed]
A friend of mine has uninstalled Outlook 2007. It wasn't working for her but she kept it as an E-mail repository, a POP3 E-mail nonetheless that was going back years. The hosting guys are not keeping ...
0
votes
1
answer
856
views
Why do I suddenly get an error when trying to send a google search using a MSXML2.XMLHTTP object?
I'm using this script I compiled to get details about the documentaries that I watch. Based on the filename, I get a documentary name, I then compile a google search string, I search google, get ...
0
votes
1
answer
604
views
Word 2007 VBA pause macro for user to manually select cursor position or range with the mouse
I have many macros which act on a selected range (eg a row in a table, or a random selection area (not in a table)), only part of the active document, in Word 2007. (They perform multiple tasks on ...
0
votes
0
answers
97
views
Not possible to pass UDT between modules on different projects
I believe that what I'm about to ask is a restriction but I am hopeful that there is a satisfactory solution.
I am working with multiple files / workbooks and am intending to keep code associated ...
1
vote
1
answer
1k
views
Word says macros are disabled but settings show they are enabled
I use Word 2007. I have a Word template that has an AutoNew macro. That macro sets a few document variables and then calls a macro in Normal.dot to do the real work. This was developed in WordBasic (...
1
vote
1
answer
1k
views
Use OpenXML to create .DOCX containing an image that works with Word 2007
I am attempting to use OpenXML with C# to create a DOCX word document. The text and formatting on the document work very well. But, when I add an image to the document, Word 2007 will not open the ...
1
vote
0
answers
72
views
How to add Office Interops from Office 2007 while using Office 2016
In our firm we use a self-writen tool, created with Visual Studio 2008. Most of my colleagues are still using Office 2007 and Windows 7, but I use Office 2016 and Windows 10.
Our tool has interaction ...
0
votes
1
answer
863
views
C#: Get index of Table after specific paragraph
Assume I have the following structure:-
I wanna get the index of second table after "1.3 The headline of paragraph3", means the next:-
The input is
1.3 The headline of paragraph3
The expected ...
1
vote
0
answers
118
views
Persisting individual slides
I'm looking to serialise individual PowerPoint slides and persist them on disk. The goal is to access the slide data later on and add them to other presentations. For our add-in, the number of slides ...
0
votes
0
answers
75
views
Peculiar Access 2007 issue, reports not displaying some fields
Our office is having a very strange issue with Access 2007.
Long story short - over the past few weeks, half the computers were upgraded to Windows 10, and all of them were upgraded to Office 2013 - ...
0
votes
2
answers
716
views
MAPILogonEx(...) returns NULL while calling from MAPILogOn(...)
I am creating default mail application like thunderbird and outlook but with some of the features only. So now problem is only with the word 2007 and excel 2007 while sending file from fileMenu -> ...
0
votes
2
answers
518
views
How do I add custom menu items to the office-button in office-2007?
How do I add custom menu items to the office-button in office-2007?
In office 2007, I've managed to add some custom menu items to the office button, see the image below:
As you can see I added a '...
1
vote
1
answer
211
views
copy from xls document into word using vba
I'm trying to make a code in which to copy charts from a xls file into a word document using the PasteSpecial property (picture(enhanced metafile). I would like to change the existing charts of the ...
-1
votes
1
answer
76
views
How to reduce size of image in powerpoint2007 with coordinates using C#?
slide.Shapes.AddPicture(pictureFileName, Microsoft.Office.Core.MsoTriState.msoTrue, Microsoft.Office.Core.MsoTriState.msoTrue, shape.Left, shape.Top, shape.Width, shape.Height).ScaleHeight(and, ...