| Thread | Last Post | Replies |
|
| how can I automatically populate a custom file property? | 23 Feb 2006 20:45 GMT | 1 |
I have a Word form that I've setup and I would like five of the form fields to automatically populate as custom file properties. So whatever is entered into Text1 should populate the custom file property called Text1. My first obstacle is that I cannot get into custom properties ...
|
| Paper Size Changes with Page Numbering | 23 Feb 2006 20:09 GMT | 1 |
I am trying to get page numbering and duplex priting to work properly when I have paper size changes in a document. I have a document that changes between legal and letter paper size in which I want the page numbering to be by section (e.g. {Page} of
|
| Word status bar in IE in the future? | 23 Feb 2006 20:07 GMT | 1 |
I just have a quick question. I know it is NOT currently possible to view the Word status bar when in IE, but is that something that might be possible in the future?
|
| Help with Parameters ... | 23 Feb 2006 20:06 GMT | 1 |
I am setting up an access 2003 database at work. In one of my queries I need 100 parameters EX: ([product id#1] Or [product id#2] Or [product id#3]............. ) However with this expression if I only need to enter 20 product ids I will need to press enter 80 times to view my ...
|
| VBA access to Header references ? | 23 Feb 2006 19:05 GMT | 6 |
I am writing a macro that translates Word documents to PmWiki format. I want to convert cross-references to internal page links. I find no information about any collection of the existing references. The only information I find is about how to insert new references.
|
| How to insert a VB macro in word doc (programatically) | 23 Feb 2006 17:25 GMT | 1 |
Can anyone please help me with this? I am trying to insert a VB macro (2 line code) in MS word documnet (programatically!!). Here is what i am doing: Dim odoc As Word.Document
|
| FAQ - Frequently Asked Questions - vba - please read before posting - unofficial February posting | 23 Feb 2006 16:39 GMT | 3 |
FAQ = Frequently Asked Questions - brief - vba - unofficial Happy Groundhog's Day all you Bill Murray fans! This FAQ is posted weekly.- more or less Please save us all some time by reading it before posting to the
|
| How to automatically Hide Field Code spaces After using them in MS | 23 Feb 2006 16:15 GMT | 3 |
Gentleman, I am using MS word 97/2000 I have a MS Word document that contains certain text and a group of Field codes in diffeerent locations in the same document. Once I run (update) the
|
| Automation Template, file size | 23 Feb 2006 16:07 GMT | 3 |
Everyone, I am interested in hearing from the group about file sizes for template documents heavily fortified by VBA code and AutoText entries. Background...I'm a VBA novice/intermediate user and I've never
|
| Variable Use in Multiple Documents | 23 Feb 2006 16:02 GMT | 3 |
I have several documents that list the same information, such as the current amount for monthly dues to our cabana club. Every time the dues change, someone has to edit each document to change the amount. I would like to create a variable and set the value in one place, but use ...
|
| How do I deactivate ActiveX controls prior to emailing completed f | 23 Feb 2006 15:47 GMT | 1 |
Our office needs a form with ActiveX controls (check boxes and one drop-down list) to notify clients by e-mail. The form is "read only" for the client who receives it by email. The ActiveX controls create security havoc, even though they no longer need to be "active" when they ...
|
| Need help with Word Macro | 23 Feb 2006 15:25 GMT | 2 |
I recorded and edited this macro to remove unwanted characters from a word 2003 document. It does what I wanted and allows me to add or change the characters as needed, but it seems the code is very redundent and probably could be shortened to accomplish the same
|
| How do I insert line in document with Range object | 23 Feb 2006 15:16 GMT | 3 |
I have have range object, need to insert line after some text rBMRange.text="xyz" & vbcrlf rBMRange.text="a Line __________" & vbcrlf rBMRange.text="some more text" & vbcrlf
|
| Need help with word macro | 23 Feb 2006 13:16 GMT | 3 |
I recorded and edited this macro to remove unwanted characters from a word 2003 document. It does what I wanted and allows me to add or change the characters as needed, but it seems the code is very redundent and probably could be shortened to accomplish the same
|
| Insert symbol into cell in table | 23 Feb 2006 12:43 GMT | 4 |
i am trying to insert a symbol in a cell with the following code: ActiveDocument.Tables(3).Rows(Tables(3).Rows.Count).Cells(2).Select Selection.InsertSymbol Font:="Wingdings", CharacterNumber:=-3844, Unicode _ :=True
|