Using InsertFile and Page Numbering 'Restart' behaves unexpect Well, I can't just loop through all sections and set page restart = true, b/c they may or may not want that. I could try to check the first section of document about to be inserted and try to set the last section (or insert a section) of the document I'm inserting into... Just curious why the described method... 26 Feb 2010 17:36
send and close Word 2003 Hi , When you send a Word doc as an e-mail, there is a button for "Send a Copy". How can I get Word to close automatically after I click that button. Do I have to do it via code or is there another button that I can put in the tool bar. Thanks, Joel ... 26 Feb 2010 11:57
Repeating (or Looping?) an Action with VBA in Word 2007 Hello, I am very new to VBA. I am trying to create a macro for a Word 2007 document that finds a graphic, then resizes it to original size (Reset in Format Picture dialog box). I have recorded the following, which produces the result I want for one graphic. How do I make it loop so that it will perform the ... 26 Feb 2010 17:36
page number Hi, I insert page number but It doesn't appear(in print preview). It is word 2003. Thanks ... 26 Feb 2010 03:06
Word 2007 VBA Tables & Dates Hello, I have an empty word document that only has 1 table that has 2 columns & 5 rows. In cell(1,1), I have: January 1,2010 and all I am trying to do in VBA is convert that to a date so that I can do some date math functions, but I can't seem to convert it to date. In the VBA code, i have: Private Sub Doc... 26 Feb 2010 14:15
Using InsertFile and Page Numbering 'Restart' behaves unexpectedly Hi, I am automating Word 2007 (have tried with VBA and C#) to append several documents together. These documents can have different margins, headers/footers, etc. I have followed the procedure described by http://word.mvps.org/faqs/Formatting/WorkWithSections.htm and am not getting the desired output. ... 25 Feb 2010 20:31
Making a macro "auto open" Hello, I have the following macro, which lets me set the zoom level for a document to 75%: Sub View75percent() ' ' View75percent Macro ' ' ActiveWindow.ActivePane.View.Zoom.Percentage = 75 End Sub My question is: how can I edit this to make it an "autoopen" macro, so that ... 25 Feb 2010 22:44
Switching between documents and windows Hello, I want to cut and paste from one active document to another and keep the first document window on top. Code I'm working with: Dialogs(wdDialogFileOpen).Show ' user selects the Main.docx file ' Main.docx is activated by default ' select and copy stuff from Main.docx ' open Target.docx via Documen... 25 Feb 2010 14:52
Error 5947 - Could Not Change Document Template I have a Word 2003 template (*.dot) that contains the following line of code to attach the normal template (for the purpose of removing the link between the source template and the resulting document): ActiveDocument.AttachedTemplate = NormalTemplate When I use this template in Word 2007, this line gives a... 25 Feb 2010 12:34 |