| Thread | Last Post | Replies |
|
| What could be wrong ? | 24 Oct 2007 13:50 GMT | 1 |
Hoping someone may be able to offer some advice.. We were encountering a problem running our software which calls word via OLE on a clients machine who happens to have upgraded to word 2007. I use word 2007 and other clients use Word2007 and the program works fine - so to narrow ...
|
| Opening ASCII Files | 24 Oct 2007 10:38 GMT | 1 |
Word XP I have a macro in WordPerfect that opens an ASCII file so that I can then convert to a merge file. The perfect script is: FileOpen (Filename:"c:\temp\dunning.txt"; Format:ASCIIStandard!)
|
| Rotating a logo in header | 24 Oct 2007 09:37 GMT | 2 |
I am developing a template (Report.dot) in MS Word XP. This template contains a macro that inserts a new page, oriented landscape. The contents of the header and footer on this page must be rotated and re-positioned on the right and left edge of the page (using ranges and frames) ...
|
| how to make a read-only word file in word 2003? | 24 Oct 2007 08:22 GMT | 1 |
how to make a read-only word file in word 2003? thank you in advance, best regards. davidxu
|
| 2007 looking for xp object library | 24 Oct 2007 06:43 GMT | 2 |
I created a template in Word XP which automates a tender document creation procedure for our sales guys. We have now all been upgraded to Office 2007. Since our upgrade this procedure no longer works, I suspect that it may be down to only having Microsoft Word 12.0 Object ...
|
| Cross References | 24 Oct 2007 06:16 GMT | 8 |
FYI: VBA knowledge - low novice Any way of designating the format of a Cross Reference For example: 1) I'd like to be able to have my cross references come in underlined.
|
| Embedding Macros to pass around | 24 Oct 2007 05:25 GMT | 1 |
I'm setting up macros to make life a little easer in a Word form on my computer. However, when I e-mail the document to others, the macros don't go with it. So I'm going from cpu to cpu in the office setting up the macros manually.
|
| Link table cells | 23 Oct 2007 22:00 GMT | 1 |
I have 2 tables in word. I would like that table#2(2,2) always equal to table1#(3,2). Is there a way to do that in word? (using bookmark or something else) Thank you!
|
| Form Text Box | 23 Oct 2007 19:04 GMT | 3 |
I've created a questionnaire using word forms, when they are completing the form they are unable to press return in the text box to start a new line, also if you type in the box and the text is longer than the box it hides the text.
|
| Getting Access records into Word 2003 VBA | 23 Oct 2007 18:49 GMT | 2 |
I'm having trouble opening a recordset in Word VBA to use Access data in a macro. Here is the code: Set objAccess = CreateObject("Access.Application") objAccess.DoCmd.SetWarnings False
|
| Determining the keypress that got me here | 23 Oct 2007 14:12 GMT | 2 |
How can I determine which key the user pressed to launch the macro I'm in? The application is that I'd like to assign Alt+( and Alt+" to the same macro, but enclose the selection either in parentheses or double quotes. How can I tell which one the user pressed to launch the macro?
|
| Mailmerge script Word 2003 | 23 Oct 2007 13:48 GMT | 2 |
This script worked perfectly in WORD-97 but not in WORD 2003 I am running it from a VB macro with WORD.Documents.Open FileName:="U:\Attachmate\Macros\Number change\pcl.dot" WORD.Run MacroName:="chqrp"
|
| Replace Mergefield value with value from UDF | 23 Oct 2007 13:33 GMT | 1 |
I've written a function in VBA to replace certain field values from a table with specific strings of text. My problem is calling that function in my document. I can find all kinds of help on writing a UDF, but how do I call the UDF from the document, so the UDF will be called ...
|
| How to set up code to insert two paragraphs when a database field shows yes | 23 Oct 2007 13:01 GMT | 1 |
Hello, I have Excel 2003, WORD 2003 with Windows XP Professional. My problem is I have a mail merge document that uses an Excel database for the WORD merge document. I have eight paragraphs that are numbered with Roman Numerials in an outline form:
|
| a Keyword search Macro?! | 23 Oct 2007 07:57 GMT | 2 |
I would like to create a macro or some other kind of function that automatically highlight keywords when I open a document. Is that a capability within Word, or is there an outside resource anyone knows of that can accomplish this?
|