| Thread | Last Post | Replies |
|
| Problem on closing application - Word 2000 | 28 Aug 2006 15:48 GMT | 3 |
I have finally put this application together, but am having trouble closing every single document in the project. There always seems to be one open (the actual template document I think, so that when the exit button is clicked to close the application, the user is asked if ...
|
| How can I set up Word to calculate a value and show it in a form? | 28 Aug 2006 14:55 GMT | 4 |
Hello, I am working on a nursing shift turn over form. One of the things I would like to do is set it up to calculate length of a baby. We enter in the CM and in another block it automatically calculates the inches. I have the CM box set as a number, and has a bookmark of Text36 ...
|
| Reverse large files | 28 Aug 2006 13:51 GMT | 6 |
Can someone explain why the following code doesn't invert a selection of 60,000 words. Only a small part at the end of the doc is inverted. Sub ReverseSelection02() Dim strA As String If Selection.Type = wdNoSelection Then
|
| about format styling in word | 28 Aug 2006 11:24 GMT | 1 |
I would like to know all about format styling . is there any menuals or other tutors . best
|
| Markup View: PLEASE DIE! | 28 Aug 2006 10:58 GMT | 6 |
I am using Office 2003 on Windows XP. I have a program that copies an MS-Word page from a document that is set to Markup view. My program turns Markup off, then copies the page into a new document, saves
|
| Delete a blank line between two tables | 28 Aug 2006 09:30 GMT | 18 |
There is a blank line between two tables (top to bottom); how do I delete this line so the two tables would look like a single table?
|
| non breaking space Word 2003 | 27 Aug 2006 09:50 GMT | 9 |
I have bookmark code to find non breaking space and convert. But how do I set search string in Find - looking for serach string:: ASDN 12 123 123 123 19 July 2008 12 December 2007
|
| shell | 27 Aug 2006 09:12 GMT | 1 |
How can i start from a shell command a new template of word? Shell "Winword.exe",...and than?
|
| Form Automation | 27 Aug 2006 06:55 GMT | 3 |
I am currently in the processes of creating a monthly report for an organization to fill out monthly , but I have run into a bit of a road block. I am looking for a way to to have the following inputted into my form when a user needs it:
|
| Closing Excel files while exiting Word | 27 Aug 2006 04:41 GMT | 2 |
Recently i received great help closing excel files while exiting excel. I now needto be able to close excel files as I exit word. I have been given the following code : Private Sub Document_Close()
|
| Form Automation | 26 Aug 2006 19:55 GMT | 1 |
I am currently in the processes of creating a monthly report for an organization to fill out monthly , but I have run into a bit of a road block. I am looking for a way to to have the following inputted into my form when a user needs it:
|
| Manipulating Strings | 26 Aug 2006 17:37 GMT | 4 |
I am trying to take a long string (that is split up with 2 tab characters and contained on the clipboad) and place it into 3 variables. From http://www.word.mvps.org/FAQs/MacrosVBA/ManipulateClipboard.htm
|
| Report formatting - Bulleted lists | 26 Aug 2006 16:36 GMT | 4 |
I have four documents which make up the sections of a report we issue to a client. I want to use VBA macros to control the formatting and make the reports consistent. I have created a macro which sets the bullet formatting for the selected
|
| Definition of 'ThisDocument' | 26 Aug 2006 15:47 GMT | 1 |
Can anyone define what object the 'ThisDocument' is in the VBA editor screen? In my case - my Word 2000 vba project is a template so is the 'ThisDocument' object mentioned, the page that fronts the template and belongs with the template?
|
| formatting tables in word document | 26 Aug 2006 10:51 GMT | 6 |
I want to format all the tables in my document for consistency. I would like all the cells' text to have left-centre alignment I would like the first row and the left column to contain bold text. I also would like the first row, as a header row, to be underlined.
|