| Thread | Last Post | Replies |
|
| Can I associate a smart tag with an custom object? | 10 Nov 2004 12:09 GMT | 1 |
I want to associate a smart tag with a custom object within Word, Excel, Powerpoint. The objects can be a table, chart or text that have special properties which enable its contents to be remotely updated from a web server (via SOAP/XML interface). I want to associate a smart tag ...
|
| .bat launched Word 2003 will not close using Application.Quit | 10 Nov 2004 11:45 GMT | 1 |
I never normally use VBA/Word/Macro so this is probably quite simple, but it's got me stumped - any help most appreciated! I have been given a macro (pasted at the end of the message) which is meant to save each active Word document as xml and then close it
|
| finding MAC address | 10 Nov 2004 06:49 GMT | 1 |
Anybody know how to find the MAC address of the computer from VB
|
| Help with printing on specific paper size | 10 Nov 2004 06:43 GMT | 1 |
I want to print a document (an invitation) to a specific paper size (4.7 in x 6.5 in.), but for some reason the document keeps printing in the middle of the page and some words are cut off. Any suggestions? Thank you.
|
| Hiding Pages in MultiPage | 10 Nov 2004 06:14 GMT | 4 |
I am trying to create a function to hide all the pages on a multipage user form. Something like Private Sub HideAllPagesonMultiPage() '
|
| Word and HTML | 10 Nov 2004 05:27 GMT | 2 |
I am working with a developer on a program that creates quotations in Word. The many pieces of text have to be entered into the program in HTML. The books we have on HTML all talk about displaying the results on Web pages. Does anyone know of a source that has specific ...
|
| Assign a vba sub routine to a key combination? | 10 Nov 2004 04:51 GMT | 1 |
How can I assign a vba subroutine to a key combination such as Alt+R? Thanks, Keith
|
| how do I find page breaks | 09 Nov 2004 20:46 GMT | 4 |
If I have a paragraph I'm working with, how can I test it's contents to see if it has a page break, and if found, how do I remove it? Alternatively, if I can't do it that way, how do I search for, find, and delete a page break if I can determine that it's the one that should be
|
| Assessment | 09 Nov 2004 20:02 GMT | 3 |
The other day a person asked how to find and underline text that was quoted in a document without also underlining the quotation marks. I offered a double pass find and replace solution which works, but I became curious as how to do it with a macro. I am a VBA novice and rusty ...
|
| Disabling Styles and Formating | 09 Nov 2004 19:08 GMT | 1 |
Is there a way using a VBA script to disable the "Styles and Formating" toolbar and button?
|
| Lock Header Problem | 09 Nov 2004 15:58 GMT | 1 |
Earlier in the summer someone very kindly provided me with this link http://word.mvps.org/faqs/customization/ProtectWord2000PlusHeader.htm to keep my users out of the headers. Well ... one of my users found a way in. He searched for the text in the header and bypassed the ...
|
| Deleting Page Breaks | 09 Nov 2004 15:19 GMT | 1 |
Word 2000 What is the easiest way to delete all the page breaks in a document? I recorded the following: Selection.HomeKey Unit:=wdStory
|
| forms not displaying correctly | 09 Nov 2004 11:18 GMT | 4 |
hi not sure if this is the correct group for this as i do not use this feature myself, i have a client who has created a page using forms which when displaying correctly shows the company logo and has drop down menu's ect, this works
|
| Identify Cell Location | 09 Nov 2004 09:50 GMT | 2 |
Greetings. I'm new to using VBA for word. I've used for Excel and Access. How can I refer to the active cell in a Word table. My Goal: To use form fields in a word document.
|
| Message Box Response? | 09 Nov 2004 08:29 GMT | 2 |
Word 2000 It seems like I should be able to figure this out, but I just can't get it working. I have the following code that displays a message box with Yes and No buttons. No matter which button I click in the message box,
|