| Thread | Last Post | Replies |
|
| Create a search and highlight script | 21 Mar 2008 10:09 GMT | 1 |
Is it possible to create a script to search through a body of text and find and highlight all instances of a predefined list of words? i.e. I have a list of 25 words... can I click a button and have Word highlight wherever those words appear?
|
| Printer not there | 21 Mar 2008 09:37 GMT | 1 |
useing the following code I get message 5852 requested object not available? Stumped as I print all the time I am running this macro from excel all code is in same sub .destination = wdSendToPrinter------error 5852 is marked in code also
|
| New Document in new tab - Word 2007 | 20 Mar 2008 21:19 GMT | 2 |
I'd like to be able to open a new document and have it shown (for quicker access) in windows toolbar (the one on the desktop that has the time, Start, quicklaunch bar, etc.). Now whenever I open a new document in Word 2007, it opens a new tab in the existing program. Very ...
|
| Calculation field in Word | 20 Mar 2008 20:03 GMT | 13 |
I have created this Word doc with form fields. As a teacher enters credits into the first column of each term, Word form calculation fields adds up the credits and displays the cumulative credits at the top right corner of the page.
|
| select text after paste | 20 Mar 2008 12:49 GMT | 3 |
Question. all this is being done in VBA. I am copying and pasting some verbiage from doc1 to doc2. this is working fine. What i am trying to do is have the text that was just pasted into doc2 be selected or be highlighted after the paste. is
|
| How to merge records into word doc, depending on document name | 20 Mar 2008 10:24 GMT | 6 |
I would like to merge a set of records forom my database. I would like for word to merge only the records the the field "FILENAME" in access = the current document name. Thanks for any help. Sincerely,
|
| Finding a table in the document | 20 Mar 2008 03:53 GMT | 1 |
I need help in finding a specific table in a document. This table in one document could be the 10th table while in another document it could be the 8th table. This specific table has user enter data that is used in calculations that are placed in different cells in the same table ...
|
| Line Spacing | 20 Mar 2008 03:50 GMT | 1 |
Does anyone know the VB command to force Word to single space the text which follows? I can change the color, font, size but I cannot force single spacing. Thanks,
|
| Hanging Code | 19 Mar 2008 22:44 GMT | 1 |
First, my apologies for the length of this post, but it’s a bit of a complicated problem and requires some background to explain completely. I have a series of templates that produce forms-protected documents that contain unprotected sections. However, Word’s definition of ...
|
| Counting occurence of specific character in selection | 19 Mar 2008 21:28 GMT | 8 |
Is there a function that counts the number of times a particular character appears within a selection? Thanks. Ed (in Virginia)
|
| Word 2003: PDFs and Word Bookmarks | 19 Mar 2008 21:11 GMT | 3 |
I have a document that contains links to other parts of the same document. Word bookmarks were used to create the links but when the document is turned into a PDF and placed on our intranet those bookmark links no longer work. How should these be coded so that they work?
|
| Find, move down two lines, insert page break | 19 Mar 2008 20:11 GMT | 2 |
Word 2003, Windows XP SP2 Hi all, I posted this in word.domanagement before I found this programming group. It should probably be posted here.
|
| Word creating .cvr files | 19 Mar 2008 18:09 GMT | 6 |
I am using Word 2003, sometimes when I save the document, I can see in the temp folder, word creates a ".cvr" file. Whenever this .cvr file is created word will crash out. Can someone throw some light on whats .cvr file and why word is creating it?
|
| Word Macro Code Failed when run it thourgh a template | 19 Mar 2008 17:29 GMT | 9 |
Hi List, I have a word template. once user entered a date, the code will check to decide wheter need to add new logos to the file. for doing this, the macro needs to open another file which contians the new logos, then copy over to
|
| Sorting a Listbox | 19 Mar 2008 17:21 GMT | 1 |
I have a list box (lstProjects) on a user form that is populated by a text file. I need help with code that would sort the listbox in alphabetical order. Thanks for any assistance you can give me!
|