Programatic VBA way of telling if the user has Word 2007 PDF add-in installed Hi, I'm trying to work out in VBA how to check to see if word has had the Microsoft PDF add-in installed so that users can save documents as PDF. I'd rather not just try and save a PDF and see if it errors, there must be a better way. I've tried iterating through the ComAddin's but it's not in that colle... 18 Feb 2010 16:16
Positioning a selection wrt the window For whatever reason, my peer wants to position the selection about an inch down from the top of the current window -- not the page, but the window. So, for example, in Normal view the selection would appear as if one had positioned it at the top of the active window, then scrolled it down about an inch. The... 17 Feb 2010 12:16
Obtain Range text-column number in Word Interop Dear All, I'm working on a project where I need to extract text information from some word documents. I need to know each character(range)'s page number, line number and text-column number. I use Microsoft Office Interop for Word assembly in C#. I could find the page number, and line number easily using th... 20 Feb 2010 04:47
How to update a link field with preserve format using VBA? HI All, How to update a link field with preserve format using VBA? Anthony ... 19 Feb 2010 07:39
Display SaveAs Dialog with suggested filename using underscore What is the CANCEL_PRESSED? I try this in Office 2007 and get a Compile error: Variable not defined. And of course - this is correct. So how can this work? Regards, Jon "Doug Robbins - Word MVP" wrote: Use: Dim fd As FileDialog Set fd = Application.FileDialog(msoFileDialogSaveAs)... 16 Feb 2010 18:25
Bold and Highlight in a protected doc Hey Lisa, Did you ever creat a document that was protected and still allowed youto do what you needed? I am running into the same problem. We have a large number of documents with different formats that need to be cut and pasted into a new master doc. Once the info is pasted into the doc the user needs to be able t... 17 Feb 2010 04:30
How do i not print empy dropdown lists I have a letter from which i can vary the content by changing my selections from drop down lists. Not all drop down lists are necessarily used, yet they still will print in the final document "Choose an Item". How do i stop word 2007 from printing non-selected drop down lists so they are invisible in the final... 15 Feb 2010 16:39
Reatin Macros in document from template Hi I have created a template with some complex macros. Naturally when the template is opened, it opens as a separate WORD document & allows the macros to be run. However, once the document has been saved & closed, the macros cannot be re-run. Is there a way to retain the macros in the new document, so the... 16 Feb 2010 07:32
Why can't ranges be moved by wdLine? I'm trying to so something that seems like it should be simple: move a range down a line. For a selection, this is easy; use Selection.MoveDown or alternatively Selection.Move Unit:=wdLine, Count:=1 I was thinking that it should be much the same for a range. Alas... The MoveDown method is not ... 16 Feb 2010 18:25
Macros get disconnected Hi All I would be very grateful for a little guidance over an issue that is puzzling me. I have a template with a number of macros attached. When I send the template by email to my co-worker, some of the macros don't appear on the form field's "Run macro on Entry or Exit". The macros do appear, however, in t... 17 Feb 2010 04:30 |