| Thread | Last Post | Replies |
|
| Embedded identifier in document | 05 Nov 2006 00:29 GMT | 2 |
Is there any way that I can embed an identifier in a document using something like a property to hold a code that can be retrieved later and used to determine how a file is to be saved or who it is to be sent to. I have recently upgraded to Word 2003 and was wondering if ...
|
| Userforms - working with decimal places | 04 Nov 2006 20:52 GMT | 11 |
I would like to be able to enter an amount into a textbox within a userform and have the amount fill from the right hand side. (This much I can do using the Align Property). However, as the numbers are typed I would like to see the decimal point to be placed 2 decimal places ...
|
| resizing to approx 60KB | 04 Nov 2006 18:15 GMT | 2 |
Fotos are too large for sending via email. How do I resize to say, 60kb?
|
| Stripping Hard Returns | 04 Nov 2006 17:51 GMT | 29 |
I have tried to do this with Pattern Matching to no avail I am working on a job which entails reformatting some horribly formatted docs I spent lots of time stripping out the hard returns manually Everyone who worked on this mess didn't know about Paragraph formatting and
|
| Listbox empties when closing document | 04 Nov 2006 17:43 GMT | 3 |
I have created a listbox in a word doc. When I work on this document, the listbox is filled in. But if I save, close then open the doc again, the listbox empties. How can I avoid that? Thanks.
|
| Set font of all styles | 04 Nov 2006 14:48 GMT | 3 |
Using Word 2003, and I need to set the font of all styles, also Word builtin styles to Tahoma. Changing the normal style is only one step, and does not cover all styles, since some styles are not not based on normal.
|
| On Error Function not Working | 04 Nov 2006 14:30 GMT | 1 |
I tried to run the following code but it is not working: Sub Amit() Set myDoc = ActiveDocument On Error GoTo ErrHandler:
|
| need to get info from an ASK field into an EXCEL spreadsheet | 04 Nov 2006 12:11 GMT | 2 |
i am using Word XP 2003 and i have recorded a macro to gather certain information using an ASK field. i have used six ASK fields one for username, client name, address, phone no, producted order, and cost of product. the problem is i have to send the entred username, client ...
|
| How can I place Access data in a Word form? | 04 Nov 2006 06:03 GMT | 1 |
I have client data in an Access database that must be placed into multi-page Word documents (40 plus pages) and presented to clients for them to sign off on. Presently in our office, we receive documents from our clients with a
|
| ListBox in a Word Document | 04 Nov 2006 05:54 GMT | 1 |
Please excuse this re-posting -- it's from a thread some weeks back which may have run out of steam: Doug, You seemed rather emphatic about this approach -- I'm sure you derrive a
|
| forms | 04 Nov 2006 05:49 GMT | 1 |
I have developed some forms that I email to others - is there a way that once they enter in the information - it is automatically saved and sent back to me - At this point - the recipients need to save the form and email the "saved" version back to me.
|
| Code to convert many *.doc files to *.txt | 04 Nov 2006 03:10 GMT | 6 |
I have over 500 Word doc files I need to convert to text format so that I can import them to a database program. I plan to open 20 or so files at a time and I would like a macro to save each file by the same name as the original, but with the txt extension, overiding any ...
|
| form drop-down menu conditional formatting | 04 Nov 2006 00:51 GMT | 1 |
I've seen a number of conditional formatting questions for Word, but I haven't come across one with as many options as I'm trying to incorporate. Below is the list of options in the dropdown menu: Unrated
|
| How tell via Automation if document has been changed? | 04 Nov 2006 00:32 GMT | 3 |
If I open Word via automation and let the user view, and possibly edit, a document, how can I tell via Automation if the document has been changed?
|
| Word VBA: deployment | 03 Nov 2006 19:52 GMT | 3 |
I am new in VBA. I am sorry in advance if my question doesn't make sense. I have a document with a button triggering a macro. I am just wondering how I deliver it to my users. I don't want my users to see the macro
|