| Thread | Last Post | Replies |
|
| Need Help With VBA using Paragraphs | 17 Aug 2006 18:16 GMT | 1 |
Hi. I wonder if the following is possible in Word, using VBA. I have approx. 20 different paragraphs of text on the same Word doc entitled Core.doc. Can I identify each of these paragraphs with a distinct name, such as Paragraph1, Paragraph3, etc. and then compose
|
| Populate userform from csv file | 17 Aug 2006 18:15 GMT | 1 |
I am wanting to populate a userform from a csv file. I have 4 columns of data: Surname, Forename, Address & Email. I want the userform to have a listbox for both the surname & forename fields
|
| Section Break Questions: Round #2 | 17 Aug 2006 17:20 GMT | 3 |
This was asked in another post of mine but I am still not getting a results. Summary: 2 page document with two continuous section breaks. One located at the bottom of page 1 and the other at the bottom of page 2. AutoNew macro which protects page 1 and leaves page 2 unprotected ...
|
| Create EXACT Duplicate of Current Doc - Inclyding pictures and tab | 17 Aug 2006 17:08 GMT | 3 |
I've got a Word 2003 document that contains a lot of embedded pictures and tables. I'm trying to write a macro that will make new document that is an exact duplicate of the first couple of pages, down to the formatting and containing all the pictures and whatnot.
|
| How do I get out of my protected Section? | 17 Aug 2006 17:03 GMT | 8 |
I am using the code of "ActiveDocument.Sections(1).ProtectedForForms = True" to protect page 1 which works fine. On the last form field I call a macro on exit to go to a bookmark on page 2. This macro was tested and works fine as long as the document is not protected. However, ...
|
| Hide or Show a Table Column in a Word Template using VB | 17 Aug 2006 15:37 GMT | 5 |
How do we hide or display certain columns in a Word 2003 template or document using VB? Thanks
|
| Concatenate arrays? | 17 Aug 2006 15:02 GMT | 4 |
Thank you to all who have helped me on this project so far. One more question... I have a ridiculously long array -- so long Word can't handle it. I tried
|
| word document | 17 Aug 2006 14:56 GMT | 1 |
how can i remove access privileges from a word document. it is automatically saving with access privileges some how?
|
| Table Info in a Word Document | 17 Aug 2006 14:36 GMT | 4 |
I have a Word 2003 document that has four tables in it. Using VBA; how do I get information on the 3rd table (e.g. table3.column1.width)
|
| Duplex Printing | 17 Aug 2006 14:19 GMT | 5 |
I know this has probably been asked many times before but I am a bit of a simpleton when it comes to this duplex printing lark. I have looked at Jonathan West's articles on controlling a printer but frankly I am a bit lost with it all.
|
| global.dot | 17 Aug 2006 14:15 GMT | 1 |
Is it possible to password protect global.dot so that a knowledgeable user cannot open the code for editing but can still use the macros with out a password? JayM
|
| filesearch! | 17 Aug 2006 13:18 GMT | 1 |
Sub a1() With Application.FileSearch .LookIn = "C:\" .FileName = "1.txt"
|
| Word 2003 & Conditional Page Numbering in Template... | 17 Aug 2006 12:20 GMT | 3 |
I have created a single-page letter template that currently has a footer, displaying the file/pathname. I'd also like to incorporate conditional page numbering in the footer (probably within a table) so that if the letter is two pages or more in
|
| Passing value from embedded Microsoft Excel spreadsheet to Microso | 17 Aug 2006 11:57 GMT | 1 |
I have a Microsoft Excel spreadsheet embedded within my Microsoft Word document. The spreadsheet performs some calculations and I would like to dynamically display the result of the calculations in the text of my document. Is this possible? If so, how can I achieve this?
|
| Accessing a value in an embedded Microsoft Excel spreadsheet | 17 Aug 2006 11:56 GMT | 1 |
I have a Microsoft Excel spreadsheet embedded within my Microsoft Word document. The spreadsheet performs some calculations and I would like to dynamically display the result of the calculations in the text of my document. Is this possible? If so, how can I achieve this?
|