| Thread | Last Post | Replies |
|
| Remove empty lines from address retrieved from Outlook | 22 Oct 2005 11:51 GMT | 11 |
This should be easy, but I can't figure it out. I am using Outlook 2003 and Word 2003. I have tried everything I can think of (and everything I have found through a Google search and I have also been to Slipstick.com) to set the AddressLayout so that it skips blank fields, but ...
|
| Bookmark Listing | 22 Oct 2005 03:58 GMT | 5 |
What im looking for is a bit of code so that once a selection is made (user selects text) a macro can be run that displays all the bookmarks in the current document. The user selects the appropirate bookmark for the selected text and then that selection gets applied to the ...
|
| Disable Maximize and minimze menu of a Word document | 21 Oct 2005 23:44 GMT | 2 |
I'm using Word 2002 with VBA. Is it possible to disable the Maximize and Minimze menu of a Word document inside Word ? I try this but no effect :
|
| retrieve last 10 authors from Word file | 21 Oct 2005 20:05 GMT | 11 |
Is this a magical question? I know there are tools that will give you this but I want to automate it in some code. Posted a similar question yesterday. Maybe it was too vague. I am looking at maybe parsing it at a binary level to get the info out. It
|
| tabstop at right margin | 21 Oct 2005 16:42 GMT | 7 |
I wantt to write a macro to insert a right align tabstop just at the right margin of the the document. the .rightmargin in VBA only give the point from the right edge of the document.
|
| removing text from a string | 21 Oct 2005 16:37 GMT | 3 |
how would i go about removing anything from a string that isn't a number, including spaces, punctuation, etc etc? thanks in advance
|
| select the word but not the space behind it | 21 Oct 2005 15:56 GMT | 2 |
With Selection .Moveend Unit:=wdWord, Count:=1 .movestart Unit:=wdWord, Count:=-1 .InsertBefore Text:="("
|
| Coding error that is killing me | 21 Oct 2005 15:27 GMT | 4 |
Sub SendToClient() Application.ScreenUpdating = False Application.ActiveDocument.Save Application.ActiveWindow.ActivePane.View.ShowAll = True
|
| Table renumbering. | 21 Oct 2005 14:19 GMT | 1 |
I am trying to replace Appenidix # with Table #.# Only difference is I cannot replace all Appendix # with Table #.#. I mean how will I use fields to replace numbers(#.#) using find and replace command. My files can be of 5-50page it depends.
|
| View Text but Don't Print | 21 Oct 2005 14:13 GMT | 1 |
Is there a way to put some type of comment on the document (like in a text box) but make it so it does not print. I'm trying to put help tips in a template and I want the user to see it but I don't want it to print out. My other idea is to have a mouse-over or click-on type ...
|
| OrganizerCopy | 21 Oct 2005 14:13 GMT | 1 |
i'm trying to insert a module in a template to every new document created by a specific template using OrganizerCopy i'm calling OrganizerCopy in the Document_New method with arguments "mysource.dot", ActiveDocument.FullName, "Common", .. module constant
|
| AutoText | 21 Oct 2005 14:13 GMT | 1 |
Is it possible to add the GUID of a document as an Autotext Entry or equivalent?
|
| FTP documents | 21 Oct 2005 14:07 GMT | 1 |
What is the 'trick' to opening a document saved on an FTP server? I have the password, etc., but not the VBA coding to make it happen. (When I record the steps with the macro recorder, and upon successfully opening the remote document I get the following (edited):
|
| XML and the future of VBA | 21 Oct 2005 14:07 GMT | 4 |
Somebody just scared the bejeebers out of me saying that Microsoft is going to ditch VBA in favor of XML. Is it true? Are there going to be automatic converters? Can VBA be readily converted to XML. Are there existing publications discussing this? Is this all a hoax?
|
| Embed autoexec routine in a Project(document) derived from a templ | 21 Oct 2005 11:08 GMT | 5 |
I would like to know if it is possible that a template.dot can write while creating a document in the Thisdocument object of the project(Document) some routines. If yes How to proceed ? such as :
|