| Thread | Last Post | Replies |
|
| Tables & Page Breaks | 12 Feb 2008 15:04 GMT | 2 |
Hi! I'm new to VBA, so I don't think my problem is too difficult (but I'm not really sure). I have a table with 8 columns. Column 5 contains a year date (YYYY) and is sorting in descending order. The years range from 2004-1986,
|
| Strange HeaderFooter behavior Word 2007 | 12 Feb 2008 13:58 GMT | 9 |
Something is strange with HeadersFooters in Word 2007. I simply need to add an image to the PRIMARY header of a document (not the First Page Header). The following code should do this. ActiveDocument.Sections(1).Headers(wdHeaderFooterPrimary).Shapes.AddPicture
|
| Macro to place cursor at beginning of sentence (Word 2003) | 12 Feb 2008 12:40 GMT | 3 |
This question is about VBA in Word 2003 How do I get a macro to place the cursor at the start of the sentence it is currently located in without selecting the sentence? I have tried various experiments with wildcard searches backwards and
|
| AutoCaptions for Graphics | 12 Feb 2008 11:09 GMT | 1 |
I want to create a procedure in a Word 2002 template which adds a caption below any graphic inserted via the Insert|Picture|From File...command At the moment I have the following procedure to do just this but for
|
| Print to PDF | 12 Feb 2008 10:08 GMT | 5 |
ActiveDocument.PrintOut Filename:="test.pdf" renames original Word filename to the new pdf printname when printing, but Ny = "test.pdf" ActiveDocument.PrintOut Filename:=Ny
|
| coding help(OR statement) | 12 Feb 2008 04:03 GMT | 2 |
Hi, appreciate if someone could help me with the following: I've created a form with the folowing user form coding: Dim myArray4() As String 'CCM Dim myArray6() As String 'FRANCE
|
| Macro To Find And Select What Is Between Words | 11 Feb 2008 21:42 GMT | 4 |
I would like a macro that can find and select what is between the word the cursor is presently on and its neighbor to the left. That could be any of the following: 1. One or more spaces
|
| link text fields | 11 Feb 2008 19:49 GMT | 1 |
I apologize in advance - my knowledge of forms/templates is so limited. I am creating a form, I have created a drop down field and I would like for the information selected to automatically populate other text fields in the document. It is a legal document so once the
|
| Duplicate Row in Word Table | 11 Feb 2008 17:06 GMT | 1 |
I am running Word Automation (Word 2003) within an application to drive changes to Word documents. As part of this application, I need to be able to duplicate table rows. Adding a blank row is insufficient, as the table rows may have specific formatting (and
|
| Select a printer | 11 Feb 2008 16:34 GMT | 5 |
I posted a question a few days ago, but perhaps I made the question overly complex, and did not receive a reply. I have code that selects pages to print based on bookmarks. The pages to print have a watermark that is part of the document (i.e. not inserted by
|
| Capture typing and immediately search table text? | 11 Feb 2008 16:17 GMT | 1 |
(With Word 2000) I would like to build a program that would allow me to type on a keyboard and use those letters to automatically search columns in a table and return the first string that matches that letter sequence.
|
| Cell referencing | 11 Feb 2008 15:34 GMT | 3 |
I am trying to have code in a macro look at a particular row/column in a table and determine if it is has nothing it to move to another part of the code to continue the macro. Not sure how to do this. If you can help, please be specific with instructions (code).
|
| Date Format | 11 Feb 2008 15:20 GMT | 1 |
I am using a Macro Public Function in Excel which format the date: Optional Formato As String = "dd mmmm yyyy" _ ) As Variant this display by example 11 Febrero 2008,
|
| File:\\ hyperlink failing due to space in path name | 11 Feb 2008 14:12 GMT | 2 |
Does anyone know how I can hyperlink direct to a word document using the file:// command- I have managed to get the link working but when I paste it into an instant messaging programme the hyperlink fails (hyperlink works up to the first space in the path name only).
|
| Option Buttons | 11 Feb 2008 13:28 GMT | 4 |
I have 8 Option Buttons on a user form. I would like to require 1 to be selected. Somthing like Cmdbutton click()
|