Skip to main content
Filter by
Sorted by
Tagged with
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) { ...
Simant's user avatar
  • 4,500
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 ...
Sean's user avatar
  • 1,374
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 ...
militon the sane's user avatar
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 ...
Piecevcake's user avatar
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 ...
Steve Roberts's user avatar
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 (...
Paul Ogilvie's user avatar
  • 25.3k
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 ...
kc7rad's user avatar
  • 17
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 ...
D. Krumschmidt's user avatar
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 ...
ahmed abdelqader's user avatar
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 ...
edsioufi's user avatar
  • 8,345
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 - ...
Mike's user avatar
  • 31
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 -> ...
Ujjaval Moradiya's user avatar
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 '...
creulcat's user avatar
  • 286
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 ...
Georgy's user avatar
  • 21
-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, ...
Ashwani's user avatar
  • 81

15 30 50 per page
1
2 3 4 5
22