| Thread | Last Post | Replies |
|
| Macro to delete a row in a table | 06 Nov 2005 16:45 GMT | 1 |
I need a macro to search tables in a word document, find blank cells and delete the row that they are in any offers?
|
| word 2002 does not shut down properly | 06 Nov 2005 07:58 GMT | 4 |
When I go to shut word down sometimes the document stars to flash in the blue bar at the top and in an orange box down below. If I click on the orange box sometimes I then can shut down on a second try. What is the problem
|
| goto page of current selection | 06 Nov 2005 01:35 GMT | 2 |
How do I make my current selection visible? Selection.Start = 30 Selection.End = 35 isn't enough.
|
| ActiveDocument.Path | 06 Nov 2005 00:16 GMT | 4 |
I am writing a .dot file that tries to open a .doc file saved with a VBA generated name stored in a VBA created directory structure. If the file exists, it opens. If not, a new file is created complete with headings, tables, etc. Everything works well now with the exception that ...
|
| Calculate Form Fields | 05 Nov 2005 22:53 GMT | 3 |
I have never written code for MS Word. I have a document which has three form fields, "labeled" Text1, Text2, and Text3. I'd like to see some code that performs some calculations on these fields.
|
| Table alignment property? | 05 Nov 2005 10:13 GMT | 1 |
I have a word document in which I've created a table. I open the table properties and select the table alignment of center or right. In VBA the table does not seem to have any alignment property to read or write. I see nothing in the object browser, nor is there a property
|
| UNDO for InsertFile, please ? (C# or VB-6) | 05 Nov 2005 10:08 GMT | 1 |
Hi! I am writing a program that puts together a bunch of documents. Sometimes, I need to undo the call for InsertFile() if number of pages in the resulting document exceeds a certain number. I can not figure out how to Undo the insertFile() call. I was thinking of
|
| populating form with Palm Destop record | 05 Nov 2005 07:36 GMT | 1 |
I'm trying to create a VBA script that will automatically create a new fax coverpage, and fill in the form field book marks with information on which ever contact is currently being displayed in my Palm Desktop software. I'm getting the info from Palm desktop by using a series of ...
|
| Please Help - Conditional If Then code in VB | 05 Nov 2005 06:01 GMT | 3 |
Need help again guys. My ignorance has resurfaced and I am on a deadline to complete this new checklist. So far I have written the code so that when a new doc is opened based on the checklist template, a macro is immediately started. The macro ask a series of questions
|
| Adding a number to a sequence of lines ... | 05 Nov 2005 03:06 GMT | 1 |
I have a need to append a number to an instrument definition file according to this scheme: Original file contains many entries like this [ Bank 115]
|
| Why no BluWords in my Table? :-) | 05 Nov 2005 01:47 GMT | 7 |
Would one of you experts kindly look over my coding and tell me why it doesn't work. In a Wd document I am trying to find (single) words, already formatted with a blue background, and copy them into an existing table which is
|
| Word does not recognize the New Links | 05 Nov 2005 00:12 GMT | 6 |
I have a program (see below)which is run from excel and that does the following: 1.- Save as the excel template file (template.xls) using the cells to create the filename.
|
| Bookmarks | 04 Nov 2005 23:51 GMT | 2 |
Would anyone have an example of using bookmarks in Word. I have a pretty complex document that I currently create through code. It has several tables, different headers and footers on different pages and it gets messy trying to write all this in code. Currently the client
|
| Loop through Multiple Line Textbox | 04 Nov 2005 23:03 GMT | 2 |
Good morning, I would like some help on looping through a multipleline text box. I have a textbox that is populated with dates. Let's say for example that the text box has 20 dates. I would like to put the first five
|
| Selection Fields being both Exclusive and Inclusive | 04 Nov 2005 23:01 GMT | 6 |
I have written some code where my check boxes can be selected exclusive of each other. Meaning, when the user click on each check box, the others are deselected. How can I change my code to where if I want to select only certain one together, but still allow for the check boxes ...
|