First  |  Prev |  Next  |  Last
Pages: 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
Disable one image from printing in ms Word
Hi I have a large image in the header of a word document that I do not want to print. I'm printing onto headed notepaper and I want to show a preview of how the whole page will look. It needs to work on older versions of word as well as 2007. Is this possible please? Thanks a lot, CiarĂ¡n ... 22 Oct 2009 17:32
Selecting and cuttting sections (ROWS)
Hi, REF. MS WORD ver 2002 (10.6854.6856)SP3 I was filling in a form recently and completed four columns. Later, I realised that I should have filled this section in using reverse chronological order. I tried to highlight individual sections (rows) in order to cut and paste, but all I could do was highlight ... 2 Nov 2009 07:55
Linking ListTemplates to paragraph styles
Rich, Did you ever get this to work? I used your method 1 but the statement: Set ltTemp = ActiveDocument.ListTemplates("MyNewListTemplate") where my version of "MyNewListTemplate" DOES exist, generates a run-time error saying "The requested member of the collection does not exist." In fact, when I wrote a ... 23 Oct 2009 04:30
Saving pdf file embedded in word doc
I am in the process of converting between document managment systems and as a part of this exercise, I need to extract all embedded documents from word docs. For MS Office embedded docs (.doc, .xls, .ppt) I am able to perform an oleFormat.Activate and then perform a saveas method to save the embedded document.... 21 Oct 2009 13:47
make word vb code work from access
I posted this in VBA for beginners, but got no reply. I'll try here... I have this simple macro in word, and I'd like to execute it from an msAccess module: Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With Selection.Find ..Text = "a" ..Replacement.Text = "b" ..Forward = ... 23 Oct 2009 06:41
VBA numbering off headings
Using VBA I want to write a Word document. My headings should NOT have numbering and a TOC will be created (at the top of the document) after all textual data have been added. a) I suppose I have to create new styles based on "Heading 1" .... "Heading 5" (using VBA). Is this correct? If so, how can I set number... 21 Oct 2009 13:47
Copying TextBox text
I've literally spent hours (googling every which way of posing this question -- select text in textbox, highlight text from textbox, copy text from textbox, set focus to textbox, etc.) trying to figure out how to do this with no success: Have a macro scan through an entire document looking for text boxes -- at... 21 Oct 2009 07:07
Can't toggle togglebutton on ribbon
I must be missing something basic. I am trying to program a togglebutton to change labels based on whether it is pressed or not, but can't get it to work. As long as MyRibbon is valid, nothing changes. If because of editting VBA MyRibbon becomes invalid the button shows its toggled state. This is the code I am ... 9 Oct 2009 19:22
Print Preview Doesn't Trigger BeforePrint Event
I am using a BeforePrint event to update custom headers & footers in a Word 2003 document. Problem is that Print Preview doesn't trigger the BeforePrint event, only by selecting print or QuickPrint does the event fire. I have a similar set of requirements in an Excel Addin that I created, but both the Print a... 11 Oct 2009 02:54
Best practice for SendKeys or equivalent
Hi, I need to use some form of command to send the Enter key to Word. I could use SendKeys "~", True or SendKeys "{ENTER}", True but I'm concerned about how these behave on international versions of Word (e.g. German setting, etc.) Also, I have looked at using API equivalents, first with keybd_event (... 8 Oct 2009 21:19
First  |  Prev |  Next  |  Last
Pages: 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78