| Thread | Last Post | Replies |
|
| Public combobox on user form initialization? | 02 Apr 2007 14:22 GMT | 4 |
I have a couple of templates that contain a combo box that is populated on initialization like so: Private Sub UserForm_Initialize() With Me.cboBillingAtty
|
| Field Codes - Updating on open | 02 Apr 2007 11:50 GMT | 1 |
I have 2 document templates, both of which have the same field code embedded within them, i.e: { FILENAME \p MERGEFORMAT } Template 1 has the field code in the header, Template 2 in the body of the
|
| How to automate filling in my particulars | 02 Apr 2007 06:57 GMT | 1 |
I have job application forms (written in Word, of course) that require me to fii in my particulars - name, address, tel number, job history, education, etc, etc. After typing in manually into several of them, I was wondering if there could be some ways to automate this process. ...
|
| password protecting printing in a protected doc? | 02 Apr 2007 06:43 GMT | 6 |
I made a post the other day about disabling printing and after thinking about it a little more, what I really need to do is to password protect in VBA the printing of a protected document. I am using MS Word 2003.
|
| Not opening a Word Doc if Macros are Not On | 02 Apr 2007 06:35 GMT | 2 |
When a user opens a word file, "File.doc" for example. I would like to find out if they have their Macros turned on. If they do not, then I do not want for them to be able to open the document. Since the macros are essential for the file to work properly.
|
| Selection.Find | 02 Apr 2007 04:32 GMT | 1 |
Is it possible to add some custom function while running the selection.find?? E.g. Every time I find the str "abcdefg" in the doc, I need to bookmark it and do some
|
| selection.find question | 02 Apr 2007 04:20 GMT | 1 |
for selection.find, how can I search sth that start will the word "Chapter" If I use regexp, I can set pattern = "^Chapter" Can I use "^" in wildcards selection.find? Many Thanks
|
| Clear Clipboard | 02 Apr 2007 03:50 GMT | 3 |
I have a vba that will do copy and paste thing from the active doc to a new doc. After running the program, I got some items in the clipboard how can I clear/delete these item from the clipboard.
|
| beginner Q: Assessing the text in a sentence... | 01 Apr 2007 22:24 GMT | 1 |
I hate to ask these really simple questions because I don't want to be a 'ninny' and waste people's time--nevertheless I've been stumped on this one for a while, sooo ... My goal is to come up with a generic Word doc that is a report template. My
|
| Why "String too long" (error 4609)? | 01 Apr 2007 21:31 GMT | 4 |
Context: WinXP pro, Office 2003 Busy filling a Word form from an Outlook VbaProject module. The error occurs when assigning a 300-byte string value to a Text Form Field with a declared max length of 400
|
| business cards using Avery 8869 | 01 Apr 2007 18:23 GMT | 2 |
I cannot find how to make business cards in MS Word 2007. I am using Avery 8869 clean edge business card paper.
|
| Add-in or component to access database or XML from MS-Word | 01 Apr 2007 18:04 GMT | 2 |
It is difficult to succinctly describe what I am looking for in the title of the post but a smart and simple solution may be obvious to some people here. I have a list of "requirements" arranged in a text document. They
|
| Help on trapping for wdDialogFileSaveAs? | 01 Apr 2007 12:56 GMT | 3 |
Hi, i was working on a recent problem with trapping on printing events in a protected template and realized I had a similar need for password protecting the save, save as, save as web page options in MS Word 2003. I repurposed my printing code for my traps on saving (see
|
| Convert MMDDYY to Text--Need with with my Macro | 01 Apr 2007 07:45 GMT | 10 |
This macro will just change the text in the selected text, but it will jump to the next date found in the document, which I don't want it to do. Also, other times it will change the date in the selected text AND change dates everywhere in the document. I have very large documents
|
| Code to add page breaks | 01 Apr 2007 07:04 GMT | 7 |
Hi everyone...my first foray into this group. Hope someone can help! I have an .rtf file that I am opening in Word. It is a statistical output summary and needs a bit of reformatting. Basically, the end of each intended page has a footer that has a text
|