| Thread | Last Post | Replies |
|
| Select textbox | 18 Jun 2007 07:15 GMT | 3 |
I have made a macro that creates a textbox in Word 2003. I need to do two things with the textbox. First I need to select it and then I need to create a bookmark in it. Can any one help me?
|
| Assigning the Cancel argument on an Exit event for a textbox | 18 Jun 2007 05:57 GMT | 3 |
I have a textbox on a userform that needs to be validated to ensure that the value entered is numeric and that exactly 8 numbers have been entered, and then format the value appropriately (NZ IRD Number: nn-nnn-nnn). I've written a function to do the validation and formatting ...
|
| save as cancel event | 18 Jun 2007 05:35 GMT | 5 |
I use the following code to use bookmarks to put the save as filename in the save as dialog box together. It works perfectly fine until I cancel the save dialog. So I think I'm missing something to handle this event. Does someone know where and what to include in the code to
|
| Folder Tree in Word Document - directory.docx (0/1) | 18 Jun 2007 05:15 GMT | 1 |
Is there a macro, or someone who can help write a macro to do the following: I have attached a sample docx file to demonstrate what I am trying to do which is this:
|
| Developer on VSTO 2005 SE C# for Word and Excel 2007 | 17 Jun 2007 22:26 GMT | 1 |
Hi....!!! Please help me with this problem... I need change the properties of a ribbon created in VSTO 2005 SE for Word and Excel in code C# (code behind) for example the visible property in the button of the ribbon. Next the code of
|
| Validating field values using an array | 17 Jun 2007 22:14 GMT | 3 |
The code below is sliced out of my latest efforts. I have a form with some fields that are mandatory and ortehrs not. to test them I am trying to use an array with the names of the mandatory fields. But it will only ever report invalid even when it shold be OK. I#m sure it's
|
| Inserting landscape pages, formatting headers/footers | 17 Jun 2007 21:31 GMT | 2 |
In my code, I: insert two section breaks (now three sections) format headers and footers in section 3: no link to previous move up to section 2
|
| HowTo copy whole Header&Footers | 17 Jun 2007 20:57 GMT | 1 |
becaus i have a problem with import oft XML-Text (wich destroy the Header and Footer of the MainDocument) i want to 1. copy the original Headers&Footers of Section 4 2. import text
|
| Help with my printer macro | 17 Jun 2007 20:48 GMT | 1 |
I've written the following code and I have two problems: 1) It's always sending the stuff to the Oki printer despite the If command that says if the active printer is the HP printer it should print it there. 2) After the ActivePrinter runs it changes the default printer rather than ...
|
| Word 2003 - one too many field updates | 17 Jun 2007 20:45 GMT | 3 |
I am a novice (eejit..) macro / VBA user. I have a template document in which I use fillin fields to prompt for references, name and address lines and header lines. I want to use a simple (taken me about four hours cutting and pasting and
|
| Coverting .doc to .html by command line | 17 Jun 2007 11:30 GMT | 2 |
is it possible to convert a .doc to .html by commands and save it on a different location so it could be automated?
|
| Find & replace with wildcards not working in macro | 17 Jun 2007 08:02 GMT | 4 |
I have a macro with a find and replace array. I haven't had any problems with using wildcards until I tried to replace every instance of "#-#" , i.e. "3-12" or "5-9" and simply replace the dash with "to", i.e. change "3-12" to "3 to 12." Anyway, these find and replace terms
|
| Listbox questions.... | 17 Jun 2007 05:26 GMT | 9 |
Here is what I need to do. I have a form that requires the user to choose a name/address from a listbox. Currently I can get the name/address to show up on one line of text, but I would like to be able to post the information they choose into the document in this type of format ...
|
| how to get row of table in ms word | 16 Jun 2007 22:28 GMT | 2 |
I have document that have table and many rows and i wish code something(VBA) for delete selection row but i dont know how to delete selection row please suggust me and give me advise
|
| Close without Saving Changes | 16 Jun 2007 21:58 GMT | 9 |
I'm looking for code that will not save changes when a user closes a document called Seating Chart.doc. I've already made it read-only to protect it, but for simplicity, I just want it to close without the user being prompted to save changes when either the close button or File ...
|