| Thread | Last Post | Replies |
|
| Spaces between lines | 07 Apr 2005 19:59 GMT | 2 |
Many times when I copy some web text to MS Word there is a space between paragraphs or between a caption(or title, etc) of a paragraph and the body of the paragraph that the cursor will not enter itself between. E.G., I cannot close the gap so that there is only, lets say 1/8" ...
|
| Insert shape at x, y on page n | 07 Apr 2005 19:46 GMT | 5 |
I want to insert the shape on the last page of a document (whatever page # that may be, it's variable). It's a textbox with some text in it, and it's background is filled with a bitmap of someone's signature - it goes on the last page in the bottom-right corner to "sign" a ...
|
| Copy formfield value from one file to another | 07 Apr 2005 17:37 GMT | 1 |
I have two template files. The first one uses userforms to fill out fields in the template. Once this form is filled out, another template is opened (depending on user input). This second template also has userforms. The two documents have four fields in common. How can I get the ...
|
| If Staement question | 07 Apr 2005 17:28 GMT | 4 |
I have a macro Sub Save2() Dim vRefferingPhysician, vDate As String If vRefferingPhysician = "Swain"
|
| template vba on docs | 07 Apr 2005 14:27 GMT | 2 |
I have put a combo box and text boxes on a word template and things work great when I open the template in word. But when I open a doc from the template the code functionality does not carry across. Is there a simple way to make this happen without many lines of code added to the ...
|
| Command Button and Lock | 07 Apr 2005 12:45 GMT | 2 |
I need information on how to add a CommandButton to Word2000 and have it be able to email that form back to the client with a set email address. I would also need to lock that form also. It does not allow me to lock the word document if I put in a CommandButton.
|
| Documents referencing a ~tmp file ? | 07 Apr 2005 12:41 GMT | 1 |
I have several hundred documents that were created using a VBA template. Occasionally when closing of the documents based on the template, I get the error "This document cannot be closed because it is referenced
|
| insert multiple documents into document retaining headers and foot | 07 Apr 2005 11:53 GMT | 3 |
question: I know how to insert multiple documents and an example is also in the list below. Only problem is that when using this method headers and footers are not
|
| Custom Document Properties - Writing Too | 07 Apr 2005 10:56 GMT | 1 |
Hi How can i write to a custom document property called TimesPrinted. This document property already exists. Many thanks
|
| GetSpellingSuggestions problem | 07 Apr 2005 09:44 GMT | 4 |
Can anyone please suggest to me why the second call to GetSpellingSuggestions() below raises an exception when the first one works fine? VarCustDict := 'C:\myPath\myDictionary.dic';
|
| passing values to a WORD-object | 07 Apr 2005 09:01 GMT | 1 |
From a HTML-page I use following code to create a new word-document : Set oWord = CreateObject("Word.Application") oWord.Documents.Add("C:\Map1\Doc1.dot") oWord.Visible = True
|
| REQuest: Help please with VBA, form fields | 07 Apr 2005 07:00 GMT | 2 |
I need to learn UserForms but I have a working form I have built. Success with this has hooked me to learn more --but some information or specific ideas from experienced Word VBA authors could help. I use VBA in Word 2000 to read a data file into VBA variables including
|
| Adding FormFields | 07 Apr 2005 03:01 GMT | 3 |
G'day there One & All, Please accept my apology if I've come to the wrong NG, although the name seems inclusive of pretty much everything related to Word VP Programming =).
|
| move to bottom of table | 07 Apr 2005 00:04 GMT | 2 |
I've created a table with VBA and I'm moving the cursor around in the cells. Can I move the cursor to the last row of the table regardless of where the cursor is in the table at that point? Say I have a 10x10 table and the cursor is in row 4, column 4. Can I use the
|
| DB connectivity in word | 06 Apr 2005 22:29 GMT | 2 |
How can I make database connectivity (Access and Excel) in Microsoft Word VBE. If possible please give me one sample code.
|