| Thread | Last Post | Replies |
|
| On Exit Macro | 29 Oct 2006 11:33 GMT | 2 |
I discussed this issue in a very long post yesterday as a sidebar and thought it better to simplify my observations and question here as a dedicated post. I will sacrifice my second born child as repentence for double posting.
|
| Macro Security template w/selfcert: Where's the Checkbox, Always Trust? | 29 Oct 2006 08:01 GMT | 3 |
I'm not sure if this is the NG to post in....please advise if it's not. Macro Security template w/selfcert: Where's the Checkbox, Always Trust? Windows 2000 Word 2000
|
| Delete multiple sections with range object | 29 Oct 2006 05:49 GMT | 9 |
I am using Word 2003 and I have a word document with 17 sections, and I only want to delete section 3 through section 16, but the code below is not working. I think it is the object I put after the section number. Can anyone help?
|
| How export data in a word “text form field” into excel spreadshe e | 29 Oct 2006 04:24 GMT | 3 |
I have created a Word template and would like to capture the data in the text form fields by importing it into excel spreadsheet. How do I do that with out retyping it in? What discussion group would be the best to post this question to?
|
| Check last character | 29 Oct 2006 04:06 GMT | 10 |
I have a docvariable - { DOCVARIABLE "EELName" } - that pulls an employees last name from a user form. I need to be able to check the last character of that name to see if it is an "s" or not. If so, then I will need to add just an apostrophe. If it is not an "s" then I will ...
|
| Repeat Macro until end of file encountered | 29 Oct 2006 03:33 GMT | 3 |
BTW, I used Do Until True...Loop--with bad results. Two more questions: Is there a way to say Do Until End of File? Also, is there a keystroke to stop a repeating macro? "Marla 5670" wrote:
|
| reciept for credit card use | 29 Oct 2006 03:22 GMT | 1 |
I need to issue a reciept for people who give me there credit card numbers over the internet.
|
| Intellisense | 29 Oct 2006 02:08 GMT | 2 |
Does Intellisense work for: ActiveDocument.BuiltInDocumentProperties ActiveDocument.CustomBuiltInDocumentProperties It doesn't for me.
|
| Create a new Word document from a template | 28 Oct 2006 17:07 GMT | 4 |
I created a new document from a template which is on a shared unit on the network : Documents.Add Template:="\\Network\My documents\Tracking\Template.dot". Now, how can I refer to it via VBA, so that I can give it a name then fill
|
| error 5941 debugging help needed. | 28 Oct 2006 15:00 GMT | 1 |
I have set up a macro to insert filename and path in the footer of a document as follows. For some reason this code stops at the line of code midway down where it is actually putting the info in the footer. All you see in the document is "IF 1 = 1" on some workstation but not ...
|
| Bookmarks and references to bookmark in a table | 28 Oct 2006 14:56 GMT | 1 |
I have the following requirement. Would it be possible to do in a macro code? 1. I have 2 tables. Each has 3 rows and 2 columns. 2. From table2-row1, I would like to reference table1-row3. This includes creation of bookmark in table1-row3 and reference the same from table-2-row1 ...
|
| how to edit a combo box or how to insert items in a combo box? | 28 Oct 2006 11:59 GMT | 5 |
i have created a combo box in a word doc. i would like to enter some items in it. for example, i would like to be able to choose my items from a drop down menu. i don't wish to use any code as i am not a Programmer.
|
| Set up a function in a MS word letter to add days to system date? | 28 Oct 2006 11:49 GMT | 16 |
I am trying to set up a function in a MS Word mail merge letter that adds 14 days to the system date (e.g to tell the addressee when to respond by). I have tried the "DateAdd" function and it doesn't seem to work as well as taking the system date and trying to add 14 to it. ...
|
| Catalog Merge Document? | 28 Oct 2006 09:45 GMT | 2 |
We have written a small program to perform merges between a database and Microsoft Word merge documents that our customers create. Recently, one of our customers was trying to perform a merge, but it kept failing. I traced the problem to the type of Word document.
|
| Variables values don't carry over to other Userform | 28 Oct 2006 09:08 GMT | 2 |
I am using two different userforms. One pops up and has a txtbox for the user the enter information. The value of this txtbox is accessible on that form only when I hide that form and show another, I can't access the txtbox value from the first form. I need the value from the ...
|