| Thread | Last Post | Replies |
|
| Hyperlink | 18 Nov 2004 14:11 GMT | 2 |
How can I move the cursor after a specific hyperlink using VBA? I am finding the hyperlinks as follows: For Each aHyperlink In ActiveDocument.Hyperlinks Thanks
|
| Microsoft products are full of Illuminati-spyware ! ! ! | 18 Nov 2004 13:35 GMT | 1 |
Don't use this software, Bill Gates is an Illuminati and they want to ENSLAVE you !
|
| Template and macro | 18 Nov 2004 07:58 GMT | 2 |
My Template (.dot) have macro. It saved current filled template into doc. Macro is in template as Commandbutton1_Click(). When i save document as template and reopen it by double click, it opens as project1.
|
| use a function | 18 Nov 2004 07:07 GMT | 1 |
How can I use a function created in Macros on a Word document? for example: I insert a mail merge field, which is a number, and this field will be an input argument of the function: 1234 will input to the function
|
| Commandbar Button IDs | 18 Nov 2004 06:29 GMT | 1 |
Hi, all: I see plenty of code samples for creating toolbars on the fly, but I can find very little online help or documentation that lists the button IDs or Face IDs. I have found some free downloads for Excel, but none for Word.
|
| how do i fine a travel cours in vancouver | 18 Nov 2004 03:32 GMT | 2 |
how do i fine a travel cours in vancouver
|
| Linking Word97 to Access97 | 18 Nov 2004 03:28 GMT | 1 |
The version of Office that I currently use is 97. I have very little programming knowledge. I have created a form in Word. There are a number of fields on the form. The first one contains the National Insurance Number, the second the name of the
|
| wdGoToNext and moving between bookmarks | 18 Nov 2004 01:27 GMT | 2 |
Why dont this code work. ActiveDocument.GoTo what:=wdGoToBookmark which:=wdGoToNext Is it possible to jump between bokmarks without knowing ther name ?
|
| Getting an Outlook HTMLBody into a Word document and save it as an XML file | 18 Nov 2004 00:51 GMT | 4 |
I have an Outlook/Exchange Inbox folder with about 150 messages that I want to stuff the HTMLBody property into a Word Document and save it as a WordML document in a specific folder. All this using VBScript. I have started with one of Helen Feddema's scripts (code31, I believe) ...
|
| Cut & paste from word into Excel | 17 Nov 2004 23:55 GMT | 1 |
Through VBA, is it possible to the following? Open a Word document, select all, copy.. Open Excel, paste.
|
| Inserting Text into a text box using VBA... | 17 Nov 2004 23:07 GMT | 9 |
Microsoft Word 2000 for Windows Question: I have a document to print envelopes that consists of 2,000+ envelopes to be printed. The address for each recipient resides in a text box within each page (one
|
| Make a new doc and copy/paste contents from/ between to bookmarks | 17 Nov 2004 21:44 GMT | 5 |
Aim looking for some code what could help me with following. Word 2003 prof. I want to creat a new document, copy contents between to bookmarks from an active document and paste it to the new document
|
| Automation Between Outlook 2003 and Word 2000 | 17 Nov 2004 19:29 GMT | 8 |
We used to have Outlook 2000 with Word 2000 and I used the automation code below which worked fine. We then migrated to Outlook 2003 with Word 2000 and the same piece of code does not work. What am I missing? Pls help. See code below:
|
| vba help | 17 Nov 2004 18:18 GMT | 1 |
It's been over 3 years that I have seen vba word macro code and i need someone's help in writing code for the following //2 This should be bold //1 this should be 10 font size //L this should be 14 font size
|
| KeyBinding for Alt+C and Alt+N | 17 Nov 2004 17:17 GMT | 4 |
When I try to add keybindings to Alt+C and Alt+N, I get a Run-time error '5346'. "Word cannot change the function of the specified key." Below is a sample of the lines of code.
|