Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / October 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Remove empty lines from address retrieved from Outlook22 Oct 2005 11:51 GMT11
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 Listing22 Oct 2005 03:58 GMT5
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 document21 Oct 2005 23:44 GMT2
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 file21 Oct 2005 20:05 GMT11
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 margin21 Oct 2005 16:42 GMT7
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 string21 Oct 2005 16:37 GMT3
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 it21 Oct 2005 15:56 GMT2
With Selection
.Moveend Unit:=wdWord, Count:=1
.movestart Unit:=wdWord, Count:=-1
.InsertBefore Text:="("
Coding error that is killing me21 Oct 2005 15:27 GMT4
Sub SendToClient()
Application.ScreenUpdating = False
Application.ActiveDocument.Save
Application.ActiveWindow.ActivePane.View.ShowAll = True
Table renumbering.21 Oct 2005 14:19 GMT1
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 Print21 Oct 2005 14:13 GMT1
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 ...
OrganizerCopy21 Oct 2005 14:13 GMT1
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
AutoText21 Oct 2005 14:13 GMT1
Is it possible to add the GUID of a document as an Autotext Entry or
equivalent?
FTP documents21 Oct 2005 14:07 GMT1
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 VBA21 Oct 2005 14:07 GMT4
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 templ21 Oct 2005 11:08 GMT5
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 :
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.