| Thread | Last Post | Replies |
|
| Multiple File Find and replace Macro/Saving changes to document | 09 May 2006 21:27 GMT | 2 |
I've just finished a macro to Find and replace text in a number of documents in one or more folders at the same time; does anybody have a clue how ta make a document which gives me the filenames of the files in which text was actually found and replaced?
|
| Picky Boss! Need code snippet for color, please... | 09 May 2006 20:53 GMT | 6 |
After sweating and slaving to hack out a custom form in Word2003 and a UserForm on top of it, my boss is not satisfied with the simple calculation field that shows a difference between two amounts as DUE $12.34 or OWED ($12.34)
|
| Unprotecting a formfield so seq numbering will work using macro. | 09 May 2006 19:09 GMT | 2 |
How can i open my protected form with the seq number still working. Is it possible to unprotect the text formfield where the number is situated or unprotect a certain part of the document where it can be placed? Many Thanks
|
| Can you enable spell check within a form? | 09 May 2006 18:49 GMT | 1 |
Is there a way to enable spell check within a form for use in a text box?
|
| Read path from text file to process directory structure | 09 May 2006 18:28 GMT | 6 |
I need to process about 10K of Word templates and make a simple change (changing the path in a mail merge document) I can make the changes to a single directory at the moment. The directory structure is nested with 2 levels of subdirectory.
|
| How to make one field equals another? | 09 May 2006 18:01 GMT | 2 |
In word 2003 I'm using bookmarked form fields and I want the Client Name to be in two different places (two different fields), without the user having to enter it twice. So I've tried setting up the second one to =(ClientName) but that doesn't
|
| when to delete custom menus | 09 May 2006 16:26 GMT | 5 |
I perform the menu cleanup during document's close event, however the menus are explicitly saved with the document. How can I avoid this? Thanks, Jan.
|
| How to test whether a document is fully loaded | 09 May 2006 15:47 GMT | 2 |
I am working with Office 2000 and VB(A) I have to load huge documents. It takes a long time before some documents are fully loaded. My code has to check how many pages the document has.
|
| Array UBound: 'Subscript out of range'?? | 09 May 2006 14:36 GMT | 4 |
I have declared an array using: Dim Arydoc(1 To 6, 1 To 50) I was trying to find the next open slot to write to using: y = 3
|
| Return a File Path to a label on the user form | 09 May 2006 12:50 GMT | 1 |
I have written the code below that displays the file path in a msg box but I want it to display in the user form. I have created a label to hold the file path but I can not find the write code to make it display.
|
| vb Yes No message box | 09 May 2006 12:05 GMT | 2 |
Is it possible to have symbols or other captions instead of Yes and No on the buttons as I need it to come up for a Welsh form. Thanks in advance
|
| Script to change font of all unicode characters above standard English | 09 May 2006 11:03 GMT | 3 |
I have a Word document of mixed English and Unicode Greek, including polytonic Greek characters in the extended range. Right now, the whole document is set to Times New Roman, but the extended Greek characters are being font-substituted. I'd like to have a VB macro that will
|
| updating fillin fields if value meets certain criteria? | 09 May 2006 10:04 GMT | 1 |
I am working on a program that generates reports from a worksheet (filled in at jobsite). Often, more than one person has the info needed to complete the report. One approach that occurred to me was to set all values in template to "XX", then write a macro to update those
|
| Shortcut Text Menu | 09 May 2006 09:57 GMT | 1 |
How can I (programatically at run time) add a menu item to the RIGHT CLICK TEXT menu? That is, add it to the "Text" menu under the "Shortcut Menus"?? -Thanks.
|
| XSLT style creation | 09 May 2006 09:57 GMT | 3 |
I have some XML that I would like to format as a normal page. Is it possible to style XML data in Microsoft Word? By style I mean apply stuff like font bolding, carriage returns, and indenting to what is in the element tags of the XML. I'd like to style it and then save that ...
|