| Thread | Last Post | Replies |
|
| Inserting nesting tables not working correctly | 08 Jan 2007 01:13 GMT | 4 |
I have 5 tables all the same size 5 rows by 7 columns. I have another separate table called tblSub that I want to insert into any two empty cells of each of the 5 main tables . My code is as follows:
|
| Create Search and Replace with the Replacement text from an Inputbox | 07 Jan 2007 19:56 GMT | 2 |
I need to create a macro to search for all ^t with format style TOC 1 and replace with ^t and text from a user inputbox. HELP!
|
| How to insert data to "MS word" saved document from VB.net Applica | 07 Jan 2007 16:12 GMT | 1 |
I want to insert a data to saved microsof word from VB.net application i have made , do any one have an idea about the code wich should i write it in a bottun, i have used the Add function of itnerop but it overwrite the saved document
|
| Replace with a formatted nonbreaking space | 07 Jan 2007 07:46 GMT | 3 |
I got a long document with lots of abbreviatons which should be formatted by inserting a nonbreaking space that is formatted with font size 4. One example: The abbreviation is: "z.B."
|
| Printing word document | 07 Jan 2007 07:24 GMT | 1 |
I'm making a small class that creates a word document based on the parameters, and when the PrintDoc sub is called, it should print the document. When I save the document as a .doc file and open it in Word, it looks good. But when I call the printout sub, it asks where to save the ...
|
| Word 2000 - Corrupts when Saves | 07 Jan 2007 00:38 GMT | 1 |
With Word 2000 SP3, on Windows XP Home SP2, I get the following error when I try to save a .dot file that has VBA code: "Word Cannot complete the save due to a file permission error" When I receive this error, my .dot file get renamed to something like
|
| Bookmark Programming | 06 Jan 2007 21:56 GMT | 2 |
I am trying to have Word 2000 (controlled by Access 2000) replace the contents of named enclosing bookmarks. I want to preserve the original name as well as the bookmark. I understand that I cannot simply replace the text, but that I have to
|
| Help for date re-formatting macro needed | 06 Jan 2007 20:20 GMT | 4 |
I've got this load of Word documents containing thousands of dates in format D/M/YY (plain text, no fields involved). All these dates needs to be re-formatted to YYYY-MM-DD. I was hoping to find a macro to do this for me, but I couldn't find any.
|
| Command Buttons Stop Working | 06 Jan 2007 06:32 GMT | 1 |
I am creating a form where I have several command buttons that will print specific pages and fax a certain page. While testing, the buttons have worked flawlessly. Then out of the blue all the buttons have stopped working. Nothing can make them work no matter what is done. ...
|
| Programing Centering in a String Variable | 06 Jan 2007 02:18 GMT | 1 |
I want to program into a string a direction to Word 2000 (from Access 2000) to center a line. Essentially, I am looking for an equivalent of vbTab that will center the text. Here is my sample:
|
| Controlling Word 2000 from Access 2000 | 05 Jan 2007 18:04 GMT | 1 |
I want to use Access 2000 to open Word, then to open(as copy) a specific Word 2000 document TheWordDocument.doc), find a bookmark in that document and then work in Word. I am able to open Word but then I can't get it to retrieve the named
|
| Deleting a file using VBA in Word | 05 Jan 2007 12:24 GMT | 1 |
I am using Word 2002 SP3 on an XP Professional 5.1.2600 SP2 PC. VBA code that worked previously is now not working. Code - SetAttrib FileToDelete, vbNormal
|
| Word removing digital signature | 05 Jan 2007 11:41 GMT | 5 |
I have a Word document (nb doc not dot) that is signed with a digitial signature (real one not selfcert) but I'm getting reports that in some instances when the document is saved (either manually or with autosave) this error message is coming up:
|
| Bookmark Help Needed | 05 Jan 2007 10:01 GMT | 3 |
I have bookmarks in a form table where I assign text values based on a user's selection from a drop-down box. However, the user is wanting a new option created in the drop-down box that will change the bookmarks from having the static text assigned to being input
|
| copies | 05 Jan 2007 04:49 GMT | 2 |
I currently use the following code to print pages in a document. "ActiveDocument.Protect Type:=wdAllowOnlyFormFields, _ NoReset:=True With Dialogs(wdDialogFilePrint)
|