| Thread | Last Post | Replies |
|
| Retrieve data except some OleObject like Image from Word Doc | 08 Mar 2005 12:50 GMT | 2 |
my word document contains 1 or 2 OleObejcts like BMP images. and i want to retrieve the data other than these images. is there any way to do that, means to filter out data from a document containing Images +Other data. Thanks
|
| Repeat for each section | 08 Mar 2005 11:35 GMT | 2 |
I would like to have the following code repeat for all footers in all sections, but I can't seem to get it right. Can you help? Thank you! Dim i As Integer For i = 1 To ActiveDocument.Sections.Count
|
| Any way to find unused code? | 08 Mar 2005 03:41 GMT | 2 |
Is there a program out there that I can run on a VBA project to find functions that are defined by not used? It's a big project that has evolved over the years, and I know there's code that's no longer being called that's taking up space, so I'd lke
|
| Page Numbers | 08 Mar 2005 03:23 GMT | 1 |
How do I begin page numbers on the third or fourth page in Word without doing it manually?
|
| format uppercase text in bookmark to be in title case | 08 Mar 2005 01:21 GMT | 2 |
I have a macro that takes data from an excel spreadsheet and inserts it at a bookmark, unfortunately the name is in all upper case and the end user wants the name to print in title case which I believe means with only the first letter uppercase and the rest lowercase. Is there a ...
|
| passing userform control data back to document textbox | 08 Mar 2005 00:19 GMT | 2 |
I have a textbox on the word doc. When the user clicks a command button next to the textbox, a userform apears with a populated combobox. How do I get the users selection back form the combobox into the textbox on the word doc. any help would be appreciated.
|
| Basic References question | 07 Mar 2005 23:36 GMT | 3 |
I'm tried to use the Microsoft XML parser in VBA code and I can' figure out how to do it. I have a code example, but I don't know how to make VBA aware of the XML class. I went to Tools|References and told it to add a reference
|
| SendMailAttach | 07 Mar 2005 23:32 GMT | 3 |
Does anyone know of a way to attach more than one file (the active document) to a mail message using the SendMail method? Options.SendMailAttach = True ActiveDocument.SendMail
|
| Word VBA and Web Pages | 07 Mar 2005 22:17 GMT | 9 |
I have a question I can't even figure out how to approach... any ideas would be helpful. I've got a letter that I write every week based on the contents of several web pages.
|
| Searching for any printable character | 07 Mar 2005 22:09 GMT | 3 |
I'm trying to do a search that would be easy with Unix regular expressions. I need to know if there are any non-white characters in a range. If so, I need to do something with them. I can't use ^w in a wildcard search, so [^w] doesn't give me "any character that isn't a white space" ...
|
| How to place same data in multiple places. | 07 Mar 2005 20:48 GMT | 6 |
I need some information about placing the same data in multiple places in an MS Word Document. For instance, the way we place the data in a single place using a Book mark, how can i handle to place the same data in multiple places. as we can not create multiple book marks with ...
|
| Copy web page to word document | 07 Mar 2005 20:38 GMT | 3 |
I read a blog that provides a lot of useful information for programming. I'd like to get it all into a word document so I can summarise and outline some of the tips and remove the information of low interest. I'm a newbie to Word VBA but have good experience in Excel and Access ...
|
| Help with Fillin Field, Macro Transfer | 07 Mar 2005 19:43 GMT | 3 |
I work at a law firm and I have created a contact sheet which is a 2-page, 2-column table with Defendant's Contacts as the heading on the left side and Plaintiff's Contacts on the right side. I have automated a macro using the fillin field so that I can be prompted to add names ...
|
| Can I have AutoText without a following space... | 07 Mar 2005 19:15 GMT | 2 |
I use ms-word 2003 in thai language. I try to use autotext for quickly typing. But thai language not like english. We continuely typing for one sentence and then use a space tell that it's finish one sentence. If i use autotext, like you know it would automatic add a space
|
| Close Active Document | 07 Mar 2005 18:28 GMT | 3 |
Using OLE automation for Word & access 2002, from access I am opening a datasource for merging into a word document. Would like the user to be able to set the following attributes for that document at run time : wdDoNotSAveChanges to true or false
|