| Thread | Last Post | Replies |
|
| I want a Word date field code to list the previous month | 07 Dec 2005 18:36 GMT | 5 |
For example, if the month is "December", I want the field code to show "November" Thanks -- Suzanne
|
| Max/Min Functions | 07 Dec 2005 18:26 GMT | 29 |
I put together the following little snippet of code to determine Max/Min values with two arguments. I think it was JGM that posted the min function a while back and I just reversed the equality signs to make the max function work:
|
| how do i block be verbs? | 07 Dec 2005 18:13 GMT | 2 |
|
| Get rid of the drawing envelope in word 2003 pronto | 07 Dec 2005 18:03 GMT | 1 |
I have been trying tomake flow chatrs in word and have found this impossibl,e how do you start with a blank page and disable the envelope? Thanks ----------------
|
| Is this VBA integer conversion bug documented? | 07 Dec 2005 17:14 GMT | 1 |
I came across a bug recently and I was wondering if anyone else has encountered it. When I calculate the expression in the routine below I get one result if I print it and another result if I save it to a variable - even if I just save the string representation of it! The subroutine ...
|
| Adding options to a Combo box using variables located in a spreadsheet | 07 Dec 2005 12:51 GMT | 3 |
hello.... I'm having trouble trying to add a list of options that are kept in a spreadsheet to a combo box on my form. The easiet way I can see is by declaring a variable, that variable
|
| replacing with "" | 07 Dec 2005 09:26 GMT | 1 |
I tried to implement method to selection.find to replace some character code with "" but it doesn't work. What ist the best way to delete specific character code?
|
| How do I create a pulldown list and write the coding | 07 Dec 2005 05:10 GMT | 1 |
I need to create a pulldown list with 6 names in it. And write coding to make it work.
|
| No macro commands for "repeat", "pause", "find and replace" from l | 07 Dec 2005 05:08 GMT | 1 |
I imagine you’ve probably heard this before and that I’m just wasting my time and yours, but I really hope someone understands this issue and takes some steps to help. Earlier in the week, I was still at the office around midnight trying to finish up creating a document under a ...
|
| Word should have translation for Tagalog (Philippines). | 07 Dec 2005 04:37 GMT | 2 |
I do not see any translation in Word for the Philippine dialects. I am trying to learn Tagalog and would like to see a translation tool in Word. ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the
|
| Import all Autotext entries previously exported | 07 Dec 2005 04:19 GMT | 1 |
Thankyou all so far for your help. The Export routine worked so well that now I need to work on an import. The source document contains a two column table. The first column is the name for the Autotext entry and the second is the value.
|
| Batch file processing | 07 Dec 2005 03:37 GMT | 1 |
Maybe I dreamed this, but I thought there was a VBA command that ran a batch file. Is there? Of course, 'Run' and 'Command' don't fit this bill.) Ed
|
| Find, del char from string? | 07 Dec 2005 03:14 GMT | 6 |
str1="abcdefg" str2="cd" If str2 is found in str1, then delete the characters of str2 from str1. What do I need to do this?
|
| Export Autotext Enties to a word table | 07 Dec 2005 01:00 GMT | 4 |
I have a client with hundreds of custom autotext entires and they need them exported to a word file table. I have written code to do this and it works well. The only problem is any formatting and images stored in the Autotext are lost.
|
| Have to put a checked box into template | 06 Dec 2005 21:14 GMT | 4 |
I have an application that open a work template (dot file) and insert some value to each of bookmarks in the document. The the document is saved. There is not any form and no any control for this application. Now I want to insert a checked box into the template but don't know how ...
|