| Thread | Last Post | Replies |
|
| MS Word objects list | 25 Sep 2004 04:09 GMT | 8 |
Word allows us to access to it's objects like tables (ole_object.application.activedocument.tables), paragraphs, sentences and other. But is there an object that keeps all the Word objects ((or) references to them) as they appear in the document.
|
| Move Text to the end of the Page or Document | 24 Sep 2004 23:49 GMT | 3 |
Hi. Does anyone have any ideas for how to move selected text to the end of the same page that it is already on? I have tried end of story, but it already is the end of story (i.e. there are no paragraph marks after it, although there is paper space).
|
| Less View in Find | 24 Sep 2004 23:44 GMT | 2 |
I always want the "Less view" in find (and not be given the advanced find criteria unless I ask for it). Here's the code I'm trying, unsuccessfully: SendKeys "%{l}" (or) SendKeys "%{L}"
|
| Mail Merge Disaster | 24 Sep 2004 23:13 GMT | 1 |
I need to automate a mail merge from a form in my access 2002 database. I've tried importing the code from a recommended site http://www.attcanada.net/%7ekallal.msn/msaccess/msaccess.html but keep getting an error - 424 -object required, something to do with the
|
| Find/replace double cap letters | 24 Sep 2004 23:12 GMT | 4 |
My document lists names by 1st initial of first name and full last name (JSmith). I want to insert a space between the 2 cap letters. Is there a find/replace way of doing this?
|
| Something to hold the toolbars in place. | 24 Sep 2004 20:55 GMT | 3 |
WD2003 SP1 I have selected the Formatting toolbar and Standard toolbars to be in 2 rows, but my personal toolbar that I have and that comes up each time I open Word ends up truncated and to the left of the Formatting toolbar.
|
| Updating the screen | 24 Sep 2004 19:52 GMT | 1 |
MS Word 2003 A macro contains the following statements: ActiveDocument.ShowGrammaticalErrors = False ActiveDocument.ShowSpellingErrors = False
|
| How do I remove a section break from a document? | 24 Sep 2004 18:26 GMT | 3 |
I'm trying to split my document up into new documents, one for each section in the original master document. To do this, I am more or less executing the following code: ' Create a new document.
|
| Bookmarks from access | 24 Sep 2004 17:00 GMT | 1 |
I'm trying to get an example from a book (Wrox - Accesss 2002 VBA) running. It's supposed to insert text into a word document at pre-set bookmarks. However it keeps crashing at the line: m_objDoc.Bookmark(strBkmk).Select
|
| Compile error in hidden module: frmMenuGnlAccess | 24 Sep 2004 17:00 GMT | 3 |
I copied a template (NuMarcP4sOurStuff.dot) from my home computer's Word/Startup directory to my office computer's Word/Startup directory. When I run it at my office, I get the following error message:
|
| Save As UserName | 24 Sep 2004 16:40 GMT | 3 |
I have a template add-in which I need to save with a username. The template automatically counts what templates users access. The code I have is:
|
| Any way to "size" an INCLUDEPICTURE when it's included? | 24 Sep 2004 16:15 GMT | 1 |
I'm using Mail Merge to include pictures from a directory like so: { INCLUDEPICTURE "{ MERGEFIELD thePath }" } Is there any way I can set the size of the included picture apart from by scaling it on disk when I write it in the first place? I would gain a lot
|
| How do I create a pathname that doesnt disappear when I email my . | 24 Sep 2004 13:58 GMT | 1 |
Hi! Trying to create a form of macro to put my pathnames of documents in the footer. Each time I get something created and email the document out the end user gets the pathname as either a code or in their temporary internet folder. Is there a way to put a pathname on a ...
|
| How to find the new document created by a mail-merge? | 24 Sep 2004 12:30 GMT | 2 |
I am splitting my document into several new documents (by section) and then performing a mail merge with each section (usually with different data sets). How do I find the document object that was created as a result of the mail
|
| Printing to paper trays | 24 Sep 2004 11:08 GMT | 4 |
I have posted this problem to the PAge Layout forum but I first encountered it with VBA. I am having a problem with paper trays, re the following: - in a new document type some text, put in a next page
|