| Thread | Last Post | Replies |
|
| what does sex feel like? | 16 Mar 2008 08:31 GMT | 1 |
i just wan't to know before i do a chick. the, sex, guru.
|
| How to auto-correct for 1-space between typed words? | 16 Mar 2008 08:12 GMT | 1 |
Office 2007, I have not been able to locate in 'Proffing' and Auto-Correct how to make settings to auto-edit if I tpye 2-spaces between a word but need 1-space for a typical document. Example: I would like to go to the park today.
|
| unlock doc. | 16 Mar 2008 07:12 GMT | 1 |
haw do i unlock my document
|
| Shape positioning | 15 Mar 2008 14:50 GMT | 6 |
I am working on a project that requires me to calculate the exact position of shapes on a page (absolute position from the top left corner of the page). Initially, I tried selecting the shape and using the get_information method to retrieve this information but found that this ...
|
| Creating a hyplink to a url site on a user form created in word | 15 Mar 2008 11:21 GMT | 5 |
I have created hyperlinks on various tools like labels and buttons on an excel userform but cannot get this to work in word. The code starts with ActiveSheet. in excel what is the word equivalent or are there other methods?
|
| Select each page ina documet and then change the header | 15 Mar 2008 09:51 GMT | 2 |
I am trying to write a macro to insert/replace header and footer in a document. In which goto do the following step1: Select the page (in for loop) step2: Check for multiple section of header and footer
|
| Code for Back Tab | 15 Mar 2008 02:56 GMT | 11 |
I'm new to building macros using the Visual Basic Editor. I don't know if this is the correct forum but haven't been able to find one for setting up Word tables as end-user input forms. I've researched the use of a 'user form' as a front end input to the Word form but the way ...
|
| Measuring the Width of Text with VBA? | 14 Mar 2008 23:08 GMT | 3 |
Me again! Is there any easy way to measure the width of, e.g., a Heading Two using VBA. (As opposed to measuring the character count, which is easy but unreliable).
|
| Delete a table between two bookmarks | 14 Mar 2008 23:01 GMT | 1 |
What I would like to do is delete a table between two bookmarks if row 2 cell 1 is blank. I've seen how to delete between two bookmarks: Dim oRng As Range With ActiveDocument
|
| Dropdown menus in a template? | 14 Mar 2008 20:57 GMT | 3 |
Is it possible to add a dropdown menu in a template and assign macros to this dropdown menu? i know that I can do this in the toolbar but is it possible to do it in a template as well? e.g. if a made a template “letter” and I the end add a dropdown menu wit 3
|
| Why Doesn't This Loop-within-a-Loop Work? | 14 Mar 2008 16:50 GMT | 2 |
So what I'm trying to do is loop through all the frames in my document, and see if they're on the same page as text with the style "Heading 2". Here's the code: Dim SrcRg As Range
|
| Border Margin | 14 Mar 2008 13:45 GMT | 2 |
How can we programatically obtain the Page border margin (you can access it from Word by selecting Page Layout->Page Borders. Under the Page Border tab select Options.) I need the values under Margin Left, right ... etc. Thanks in advance for your help.
|
| AddToRecentFiles problem | 14 Mar 2008 11:27 GMT | 1 |
I'm trying to programmatically create some text files so that they don't appear in the Recent Documents list. Here's the pertinent part of what I've coded: ActiveDocument.SaveAs FileName:="\test\c" & nNum & ".txt",
|
| Replace code in header | 13 Mar 2008 23:27 GMT | 2 |
The following macro works in the body of the document but not in the Header or Footer. What am I doing wrong?? Thanks for your help Dim strCodes As String Dim iFld As Integer
|
| Play AutoText in Header | 13 Mar 2008 22:05 GMT | 7 |
I'm using Word 03. I know this should be easy but I'm lost. From searching the newsgroup I found this code to add text to a header: ActiveDocument.Bookmarks("myHeaderBookmark").Range.Text = "my text" But I have the text/graphic in an autotext entry. How do I play an autotext
|