| Thread | Last Post | Replies |
|
| Conditional macro to change font | 07 Oct 2007 04:35 GMT | 10 |
Macro programmers - I need a macro that changes fonts in a document from: Goudy Old Style to Garamond -and-
|
| how to organise the refernces as per vancouver system in a thesis | 07 Oct 2007 02:27 GMT | 1 |
any templates or any tools to organise the reference articles in the refernce section at the end of the medical thesis
|
| "Fields" in Office | 07 Oct 2007 02:02 GMT | 1 |
I know how to attach fields to an underlining database. However, I am curious if fields can grab QueryString variables in the Url string if it is opened on a server from a webpage. I am also curious if there is an existing field for current login user name
|
| How to Get Computer Name Where File Is Open | 07 Oct 2007 01:22 GMT | 1 |
I was wondering if it is possible to obtain the computer name of a machine where a file is open? For example, say you try to programmatically open a file and are unable to because another user has the file open. Is it possible to obtain the
|
| File Permission Error Runtime 5487 - Splitting Mail Merge Document | 07 Oct 2007 00:31 GMT | 1 |
I've got this code and I'm getting the above error when I run it: Sub splitter() ' ' Splitter Macro
|
| save/restore current outline view (collapsed/expanded branches) | 06 Oct 2007 22:54 GMT | 8 |
is there a way (macro?) to save/restore the current outline view of a word document. thanks in advance, Henk Koning
|
| VBA Command Button | 05 Oct 2007 19:39 GMT | 4 |
I have another quick question. I have a VBA button on my document, how can I make it so that it won't print with the document? Also, is there anyway to make if call up a toolbar with the command set to a button on the toolbar? If so, how do I do it?
|
| unable to search for style | 05 Oct 2007 18:25 GMT | 1 |
I'm having a problem with the following code failing to find something which is in the document. I know it's there because I can type similar code into the immediate window and have it work (also below). Fails:
|
| how to select multiple discontinuous blocks of text with VBA | 05 Oct 2007 17:06 GMT | 18 |
It's possible to use the control key when selecting text with the mouse to have multiple areas of selected text that aren't continuous with one another. I need to do this with VBA.
|
| Add a shape text box | 05 Oct 2007 16:19 GMT | 1 |
Hello and help I need code to add a shape text box to my document and position it on the left margin on the next line down from the cursor. Any ideas
|
| Word linking to excel | 05 Oct 2007 15:50 GMT | 3 |
Hello and help Word 2007, I need to copy a named range from a closed Excel file, then paste special it as a Paste Link - Microsoft Office Excel Worksheet Object in to the active Word document.
|
| VBA - combining strings of characters | 05 Oct 2007 15:40 GMT | 1 |
I have a 2 strings of characters in 2 spreadsheet cells and I want to cobine them into 1 cell. cell 1 = "Geometry" cell 2 = "Algebra"
|
| Creating Macro for Adding Custom Table | 05 Oct 2007 15:20 GMT | 1 |
I've created a custom button that runs a macro that adds a table into my document and formats it using a specific style. Works great. Only issue is if I select an existing table and run the macro it breaks (I get run time error 6028 the range cannot be deleted). I'm pretty new to ...
|
| Help: Same key stroke for different documents having different functionality | 05 Oct 2007 13:30 GMT | 3 |
I am working on 3 word documents. I have set same key binding (Alt+F1) for each one of them. If I press Alt+F1 on document 1, I get a message "Hello Doc 1 User". If I press Alt+F1 on document 2, I get the message "Hello Doc 2 user" and for document 3, I get "Hello Doc 3 User".
|
| using wildcards to do A replace in word | 05 Oct 2007 06:40 GMT | 3 |
I am familiar with the use of wild cards from UNIX. I have no problems finding what I need. To find MAJOR|v- I put in MAJOR|?- and it finds the stings I need. But when I try to do a replace with MAJOR|\1x I get an error message. The replace
|