| Thread | Last Post | Replies |
|
| header filename w/o extension | 23 Nov 2005 20:34 GMT | 10 |
how do you insert the filename without the extension into the header.
|
| Automating Seq Field Code Ticket Numbering | 23 Nov 2005 19:14 GMT | 9 |
I am trying to automate the numbering of tickets for a youth centre fundraiser. There are 3 tickets on one page. I found an article in PCPlus by Helen Bradley on using numbering tickets and ticket stubs using field code sequential numbering which works fine. However, I wanted to ...
|
| Search for text in the header? Or in a bookmark? | 23 Nov 2005 18:44 GMT | 2 |
I would like to search and replace text in the header and body of an active document. However, I'm having trouble figuring out how to code a macro to search in the header of the document. I thought that I could perhaps capture the necessary information by going
|
| HELP: compile error message | 23 Nov 2005 18:12 GMT | 1 |
This is referring to the Office Excel VB. Excel VB claims it is just like VB. I am wondering where on the internet how I can find out whether a function existed for a particular version of Office Excel VB?
|
| HELP: compile error message | 23 Nov 2005 18:04 GMT | 1 |
This is referring to the Office Excel VB. Excel VB claims it is just like VB. I am wondering where on the internet how I can find out whether a function existed for a particular version of Office Excel VB?
|
| Adding Buttons to MsgBox and vbDefaultButton4 | 23 Nov 2005 17:40 GMT | 3 |
Can you add your own buttons to a Msgbox? vbDefaultButton4 sets the default to the fourth button but no Msgbox has four. I'd like to add one button if I could.
|
| Change color in table cell from control buttons | 23 Nov 2005 16:05 GMT | 5 |
I have a table with multiple rows and columns. One cell is labeled status and then it has an adjoining cell next to it where I want that cell to change to red, yellow, green based on a prior selection somewhere in the document. I have an area at the bottom that has three ...
|
| Controlling Outlook from a Word Macro? | 23 Nov 2005 15:58 GMT | 1 |
My problem is this: I want to have a macro that prints a doc to PDF (i can do this bit), then opens up an outlook mail message with the generated PDF already listed as an attachment.
|
| Format Table of Contents | 23 Nov 2005 11:41 GMT | 1 |
I am trying to edit my Table Of Contents (TOC). I have recored a Macro that will find the TOC which is the only text in the document as Style hyperlink. I have tried to search and hightlight all styles with hyperlink and than change the tab. Could someone look at this code and ...
|
| limiting operation of a macro to selected text | 23 Nov 2005 10:45 GMT | 3 |
I recorded the following macro to replace line breaks with spaces. However, I want it to replace line breaks only in the text that was selected before invoking the macro. The following code replaces all line breaks in the whole document.
|
| use the shell command to open a word file in My Documents | 23 Nov 2005 06:11 GMT | 2 |
This works: strCommand = "winword.exe C:\test.doc /mDoThis" varMyDoc = Shell(strCommand, vbMaximizedFocus) When I execute this, I get a file not found error:
|
| Extract data from Tables in Word documents to Access | 23 Nov 2005 05:19 GMT | 4 |
Need help extracting data from Tables in word documents to access database I have thousands of word document invoices that I need to extract about 25 pieces of data anD create an access database.
|
| An odd problem | 23 Nov 2005 05:06 GMT | 1 |
I know this is more of a technical issue rather than the sort of question that is usually asked here, but maybe someone here has encountered this before. It only happens with Word VBA Just yesterday when I was designing an object I noticed that when I was
|
| How to fix left alignment of one row | 23 Nov 2005 01:46 GMT | 1 |
In Word 2000 I have a table with 3 columns. I wrote a macro that can be run to reset the table alignment and column widths if the user messes them up. (For example, Table indentation of -.05", Column 1 = .5", column 2 = 1" and column 3 = 3".) However, what I can't seem to do is ...
|
| Delete Unwanted Sections | 23 Nov 2005 01:15 GMT | 1 |
I am trying to write a Macro that will search a word document and find "See Also" and delete that and all of the following text on that page. Is there a way to identify that portion of text and delete it? After See Also there is a page break and the new page always begins with ...
|