| Thread | Last Post | Replies |
|
| Range question | 08 Feb 2006 12:21 GMT | 8 |
I want to add a new paragraph to the end of the document, then change the font size of the preceding paragraph, then add a table after the new last paragraph. I've done this before using the selection object, but would like instead to use the range object. How do I 'locate' the last ...
|
| Spell Checker | 08 Feb 2006 11:18 GMT | 4 |
Error Message:- Word Cannot Find the Spelling File mssp232.dll for English(UK). Worked Ok before now I get this message, Tried to re-Boot from disc without success.
|
| Stop Printer from pulling from next tray when out of paper | 08 Feb 2006 08:04 GMT | 3 |
I have written VBA code to pull paper from the appropriate trays for letterhead and draft situations. We have Word 2003 and are using HP 4100 printers. My problem is that when printing to the draft tray, if the tray has run out
|
| unique commandbar per document? | 08 Feb 2006 04:53 GMT | 4 |
I would like to alter a custom commandbar in word depending on values stored in the currently opened document. this bit I can do except that the commandbar always changes for all the currently open documents. does anyone know if its possible?
|
| send document on screen via email | 08 Feb 2006 04:20 GMT | 2 |
Does any one know how to send the document on the screen via email? I don't want to send it as an attachment - I want to send it as text inside the email itself, but I need to maintain font changes (colors, etc.) I have been using Redemption to send emails, but I am limited to ...
|
| Isolating Text of a Particular Size and Font | 08 Feb 2006 01:16 GMT | 2 |
I've got what I think are some simple questions. I'd appreciate any help. I have a pretty long word doc that is output from OCR recognition of a help file for Windows Movie Maker. I'd like to make a table of
|
| How do I save the click event for web browser | 08 Feb 2006 00:30 GMT | 1 |
I have saved a document which includes hyperlinks on command buttons as html. when I open them in browser the click event does not open the hyperlinked page. Instead I have to click and then hit ENTER.
|
| how to insert a non-standard Field -ie. day before today | 08 Feb 2006 00:28 GMT | 1 |
Is there a formula/code in order to insert a Field that will automatically input the Full Month Before the current Date's Month (the date you're working on the doc)? Any ideas?
|
| Writing to and reading from ini files | 07 Feb 2006 23:06 GMT | 6 |
I'm using the below code to write to and read from 2 ini files. My problem is that the function, GetPrivateProfileString32, strips out all code it thinks is extraneous from the end of the string I'm reading from the ini file. However, when i save a string with a space at the
|
| drop down form fields | 07 Feb 2006 21:09 GMT | 2 |
I have a form which contains a number of entries as drop down form fields (to allow users to select from a drop down list) and simple text fields. Data from the Word document then needs to be extracted and loaded into an Excel spreadsheet. I am using Word bookmarks to pass data ...
|
| replacing xyz with a manual line break (white line) | 07 Feb 2006 19:20 GMT | 1 |
In Excel, with vba, is there a way to search and replace all ocurrences of a string, say xyz, in a table cell with a manual line break. Or can this be done without vba? Best regards,
|
| Selection.InlineShapes.AddOLEObject ... causes (wellknown) error, any workaround | 07 Feb 2006 18:13 GMT | 2 |
I have a macro that out of an text file creates a Word doc by applying context sensitive logic and selection. The text file contains sometimes an URL to a server inside our company domain, the URL points to a
|
| HELP ?????? | 07 Feb 2006 17:56 GMT | 1 |
. How do I go from paypal after payment to my thank you and download page. I do not know how to link this. Is hyperlink the answer Thanks
|
| Extracting styles from Word using VB6 | 07 Feb 2006 17:19 GMT | 2 |
I am trying to write a program in VB6 which will read a Word file with styles, build an array of the styles used and write a TXT file. Below is the code I've written so far, processing the Word file character by character but it is horribly slow.
|
| How can I control the properties of a Built-in-Dialog box in word | 07 Feb 2006 15:05 GMT | 2 |
I would like to know how to control the properties of a Built-in-Dialog box. I have created a macro for Bookmarks. I now want to use the wdDialogEditLinks dialog box to allow users to select a Bookmark from the list. I don't want the "Delete" botton to be active, I want it ...
|