| Thread | Last Post | Replies |
|
| on open command | 03 Jun 2008 18:26 GMT | 1 |
I have a form document that has form fields starting 3/4 down the page. the text at the top of the page is important information that the user needs to read so I want the form to open at the top of the page. Is there some code that I can add to have the page open at the top of ...
|
| Convert Macro to run in 2007 | 03 Jun 2008 15:54 GMT | 4 |
I've recently been given the task of transferring this Macro into Word 2007. However although the Macro seems to work. It needs to be run twice. Everything except the "If Len(Line_$) > 85 Then" routine runs first time. On the 2nd run this routine does work.
|
| How can I improve my macro that delete all headers&footers from the document? | 03 Jun 2008 13:24 GMT | 3 |
Whether Probably and How can I improve this macro? It delete all Headers&Footers from all sections of active document. Thank you. Sub test4() Dim sec As Section
|
| Initialising comboboxes during form-load | 03 Jun 2008 11:52 GMT | 1 |
I use the followin sub to initialise the rowsource of my comboboxes (from an Access-table) during form-load. Naamlijst is the name of the list I want to use for a specific combobox. Veldnaam is the fieldname of the combobox I want to initialise.
|
| How add new table using VBA | 03 Jun 2008 11:50 GMT | 1 |
I have a problem with new table: ActiveDocument.Tables.Add range:=mysec.range, NumRows:=2, NumColumns:=2 mysec.range.InsertBefore Chr(13) & Chr(10) & "text 1" But the "text 1" is disappearing or is in a cell (1,1) of the table.
|
| Counting number of characters in selected text | 03 Jun 2008 11:33 GMT | 4 |
Sometimes I need to know exactly how many characters are in a certain sentence or group of sentences. I was thinking the easiest way would be to select the text and have Word count and display the number of characters. Anyone any idea how to do this? Is the an existing add-on to ...
|
| Macro to find and replace | 03 Jun 2008 06:43 GMT | 4 |
an access field code. I have a field code from Access that needs to be changed from ClientM to ClientF. I can not use a regular Word find and replace function to do this so will need to do it through vba.
|
| Something keeps setting my macro security to high | 03 Jun 2008 04:21 GMT | 1 |
I have some macros in Word and Outlook. I have set my macro security settings to low (I have firewall and LiveOneCare antivirus) so that I can run the macros. But something keeps resetting the macro settings to high, so that my macros do not run. Any suggestions for the culprit?
|
| Compare strings and convert characters to numbers | 02 Jun 2008 23:05 GMT | 3 |
I want to compare how different two strings of equal length is. My plan is to convert these strings to numbers and calculate the sum of squares of the differences of these numbers. If the sum is big, it means the difference is big. An example is like this:
|
| Updating TOC using multiple documents | 02 Jun 2008 22:04 GMT | 1 |
I'm trying to create a TOC that the author has created multiple documents. I've got the first part, but I don't know how to add to it with the multiple doucments they've created. If anyone knows, your help is greatly appriciated!!!
|
| autochanging list "go to step 6" if step inserted "go to step 7" | 02 Jun 2008 20:34 GMT | 1 |
I'm writing a complex process that involves many steps. It's kinda in a choose your own adventure formating. For example step 15 might say "if yes go to step 17, if no go to step 16". If I add a step I have to go through the whole doc and update each go to number. Is there a way ...
|
| Referencing the Task Pane in Word 2003 using VBA | 02 Jun 2008 20:25 GMT | 1 |
We have several protected documents in Word 2003 where the basic frame of the document is protected for standarization (header and certain ask/fill-in fields). The default for these protected documents has the editable regions highlight turned on. It's been requested that we have ...
|
| Current sentence | 02 Jun 2008 17:15 GMT | 3 |
I need to process each sentence beginning with the current sentence. That sounds easy to do, and I assume it is, but I cannot find how. I have tried to look in the documentation and I have searched this newsgroup. I know about the Sentences collection and how to use it.
|
| Template macro not running from IE6 browser | 02 Jun 2008 16:49 GMT | 1 |
I am using Word 2003. I have created a word template that includes a visual basic program that prompts the user with a user form. The problem: I post the template to the county intranet, when I click on the link to the template from the IE6 browser window, I am prompted to ...
|
| VBA Command to Refresh Excel Charts in Word 2007? | 02 Jun 2008 13:53 GMT | 4 |
I've linked a couple of Excel charts to a Word document and would like to have VBA refresh these charts on demand (the update method for this particular Word document is set to manual). Using the mouse, I can click on the Office Button - Prepare - Edit
|