| Thread | Last Post | Replies |
|
| How to automate Word 2007? | 28 Dec 2007 02:40 GMT | 1 |
Hi everyone... Greetings and merry christmas !! :-) I need to automate few cases that needs to be done in Microsoft Word 2007 using the ribbon, tabs in the ribbon and the commands in them. Basically,
|
| Hiding word in built styles and displaying only the custom styles | 27 Dec 2007 21:52 GMT | 9 |
in the Hi, In my project i have to migrate from word 2000 to 2007 fo which i need to hide all the built in styles available in word 2007 and display only the custom styles which i have in the template normal.dotm.
|
| Pasting from Word 2002 to Outlook 2003 | 27 Dec 2007 21:22 GMT | 1 |
I can do something very simple manually: open a document (which contains some graphics/tables); select the whole document, copy it and paste it into an Outlook message. When I then send it and receive it, all tables, etc. are preserved. I can't replicate this
|
| Is cursor in a spanning bookmark? (Wd2003) | 27 Dec 2007 20:45 GMT | 6 |
I have up to 40 bookmarks throughout a document with code generated names. How can I determine whether the cursor is inside a spanning bookmark ( I want to prevent the user inserting a bookmark inside a bookmark) TIA
|
| Identify a Table | 27 Dec 2007 20:35 GMT | 5 |
Is there any way to Identify a particular table from the list of available tables in the word page. I have a Single Page Word document which has 8 tables inserted from different files. Now i need to fill a particular table with values.
|
| Calling a UserForm Exit sub | 27 Dec 2007 20:32 GMT | 3 |
I have some code I'd like to execute when a command button is clicked. The code is in the exit subroutine of a text box. Private Sub txtColumnWidth_Exit(ByVal Cancel As MSForms.ReturnBoolean) But when I say
|
| Masking text in Excel | 27 Dec 2007 17:53 GMT | 1 |
I have created a spreadsheet to enable my shift managers to manage attendance and staff training more efficiently. In order for them to 'sign off' that they have completed all tasks successfully I want to put a password function in. Currently I have done the only way I know
|
| About Form Properties | 27 Dec 2007 17:51 GMT | 2 |
I am new in the world of vb.net. I have just started to learn that. Because of initial level I could not understand some properties of form. If anyone can help me Pls solve my problem. The properties are :
|
| Word 2003 XML as a data source | 27 Dec 2007 12:18 GMT | 1 |
I'm trying to use an XML file as a data source for mailmerging in Word 2003 However When I try and open it via the datasources button it does not open it and asks me what is it delimited by ! Ultimately I want to automate this via COM from another application and have
|
| CSV question | 27 Dec 2007 04:28 GMT | 1 |
I have a CSV file I'm generating from database info, and then using in a mailmerge for printing envelopes. I'm trying to find out if there is a way to 'examine' the CSV data and find out if a 2nd field is there or not, before the merge occurs.
|
| Word not saving/running vb code... | 26 Dec 2007 19:07 GMT | 3 |
I have a form in Word that has 3 different comboboxes. In order to get each item onto the combobox/drop down list I put in this code: Private Sub UserForm_Initialize() ComboBox1.ColumnCount = 1
|
| not printing comment | 26 Dec 2007 10:47 GMT | 1 |
What should I do to not print any comment on my document? I can't find any switch except on the print window choosing document on print what choices
 Signature Thanks to all
|
| affidavid? | 26 Dec 2007 08:56 GMT | 2 |
I need to write an affidavid and need help with it. Is there any program that could help me to make it?
|
| CustomXMLPart Object Members | 25 Dec 2007 17:04 GMT | 3 |
Does anyone have a good reference for learning a little about the CustomXMLPart object members, and the properties of DocumentElement, etc. The Help File is worse than deplorable with one line explanation and examples that sometimes don't work. I find this a fascinating part of
|
| Heading question | 25 Dec 2007 01:48 GMT | 5 |
I have the following macro that I use after I have converted WordPerfect documents to Word documents. It goes through and corrects the Headings. Many of these Headings have more than one paragraph, so my question is there a way to tie the formatting of the second and third ...
|