| Thread | Last Post | Replies |
|
| Save to PDF using VBA in Word 2007 | 19 Jun 2007 19:51 GMT | 5 |
Word 2007 Is it possible to use VBA to save a Word doc in Word 2007. We have installed the 'Save to PDF' add-on. Currently we use PDFCreator but find it unreliable.
|
| Replace using section breaks | 19 Jun 2007 18:42 GMT | 14 |
I've got a document with multiple sections. I need to replace any occurrences of 2 consecutive section breaks by a single section break and any isolated section breaks by a page break. This wouldn't be too difficult if Word's search/replace function supported section breaks
|
| extra paragraph mark | 19 Jun 2007 17:36 GMT | 1 |
I have 2 INCLUDE TEXT fields that run one right after the other. The first one includes the title row of a table; the second one includes the rest of the table. when the second field executes it puts in a paragraph mark after the title
|
| Question about using forms | 19 Jun 2007 17:18 GMT | 2 |
I am very new to VBA. I am working on a form (using a Word table), and the data on this form ultimately needs to go into Access. It is a form that will be used over and over to collect data from many different users. Currently, I am planning on
|
| Excel Workbook Name & Worksheet Name | 19 Jun 2007 15:22 GMT | 2 |
I am trying to find a way to capture an Excel Workbook Name (file name) and the name of its 1st Worksheet. I have attempted two different methods for the last two days, and I have been unsuccessful.
|
| Howto get and set the current caret position? | 19 Jun 2007 14:44 GMT | 2 |
in the MVP FAQ I found how to get the current page and can also use the GoTo method to jump to any page. But I would like to get the exact current caret position before I close a document so that later I can set the caret if I open the document again.
|
| computer programming | 19 Jun 2007 13:39 GMT | 2 |
Explain the following properties of an algo? define the following finiteness absence of ambiguity
|
| Hyperlinks.Add causes Word 2007 to crash | 19 Jun 2007 13:34 GMT | 1 |
Can anyone tell why does Word 2007 crashes when I run this macro? ================================================================ Sub Test1() Dim wordDoc As Word.Document
|
| Opening PDF file | 19 Jun 2007 11:04 GMT | 1 |
I'm new here so please cut me a bit of slack - I may not be in the right forum, but here goes. I have a VB6 program from which I can open a large Acrobat PDF file in which there are various sections. If I use the this code I open up the file at
|
| Determining Paragraph Index | 19 Jun 2007 10:30 GMT | 2 |
If I have and object variable set to some range in a document, how can I find out the paragraph number of some arbitrary paragraph in that range? IOW, each paragraph is numbered starting from 1 to the number of paragraphs in the document. If I use the Find object's Execute method ...
|
| Remove Macros | 19 Jun 2007 09:16 GMT | 2 |
I have written a macro in Excel which copies data from a work sheet then automatically opens a specific file in word. In the word file I have an AutoOpen macro which pastes the data then brings up the save as dialog box.
|
| Deleting a page based on text search | 19 Jun 2007 09:00 GMT | 2 |
Word 2003 Macro question: I have 14 x 320 page word documents (School subject reports) created via mail merges. At irregular intervals in each document there will be a page which I wish to delete (the student does not do this subject). There is text
|
| Hyperlinks.Add causes Word 2007 to crash | 19 Jun 2007 08:23 GMT | 1 |
Can anyone tell why does Word 2007 crashes when I run this macro? ================================================================ Sub Test1() Dim wordDoc As Word.Document
|
| Modifying Table Style via VBA - does not retain settings | 19 Jun 2007 08:06 GMT | 2 |
I am trying to modify a table style using the code below: Sub Set_Padding() Dim styTable As Style Set styTable = ActiveDocument.Styles("My Table Style")
|
| Help with page numbers | 19 Jun 2007 02:33 GMT | 1 |
Windows XP Pro SP2 Word 2002 SP3 Really not a VBA question, but I guess it could be. I am trying to insert page numbers in the footer by means of the Insert /
|