| Thread | Last Post | Replies |
|
| Copy and Paste RTF string | 13 Mar 2008 21:57 GMT | 3 |
I have a RTF string strTest set to the following: {\rtf1\ansi\ansicpg1252\deff0\deftab360{\fonttbl{\f0\fswiss Arial;} {\f1\fswiss\fcharset0 Arial;}} {\*\generator Riched20 5.50.99.2050;}\viewkind4\uc1\pard
|
| Adding an image to headers dynamically using VBA Word | 13 Mar 2008 20:58 GMT | 10 |
I've been having the hardest time adding an image to a header in word using VBA Word. Below is the following code that I'm using to add an image to the header. In full I want to have the ability to add to the header and footer for each page.
|
| Automatically Sizing Photos with Macros | 13 Mar 2008 20:46 GMT | 1 |
I would like to add a number of pictures in Word 07 and have a macro automatically size them to 2.25" x 3.00". What marco would I need to use?
|
| How do I search for a Word style without flagging end-of-row marke | 13 Mar 2008 20:02 GMT | 9 |
I need to search for all styles that are not on a whitelist of approved styles. When I find an "illegal" style, I need to highlight the text in red. So far, so good. The problem is that end-of-row markers in tables get flagged if they have an
|
| Word doesnot recognize div style attributes in html file | 13 Mar 2008 19:42 GMT | 2 |
I have a html file which looks like as shown in below: <html> <div style="width: 247px; height: 12px; position: absolute; left: 300px; top: 10px;"><span style="color: #ff3333"><strong>filtered outside air
|
| print code variant of Doug Robbin code | 13 Mar 2008 18:01 GMT | 2 |
I have an online form that is 12 pages but will need to print pages 1-9 (ending number may vary) then always print pages 10-12. I can have a user form to determine the ending point for the first part of my pages string but I am not sure the correct coding statement and syntax to ...
|
| Custom properties | 13 Mar 2008 17:27 GMT | 3 |
If I want to store information in the custom properties, and read the data with the dsofile.dll. Is here any limit or maximum number of custom properties you can use? Do custom properties mess with the document at all? slow loading time?
|
| Retrieving phone numbers from Word documents using VBA | 13 Mar 2008 17:17 GMT | 4 |
Has anyone ever worked on VBA code that retrieves phone numbers from Word documents?
|
| Searching a Word Document from Excel | 13 Mar 2008 16:41 GMT | 1 |
I am trying to write a Macro to be used in Excel that will search a number of Word documents for certain words or phrases. This needs to work similar to the way you can do it when you use the Search for Files or Folder and fill in the "A Word or Phrase in the file" box. Does ...
|
| Problem for changing default printer settings | 13 Mar 2008 16:34 GMT | 1 |
I had a requirement of printing MS Word document for the application, and
>the > user should be given an option to change printer settings for the document > that he/she wants to print, so that user can change page source, duplex |
| Dates in Userforms (MS Word 2000 on a PC) | 13 Mar 2008 15:09 GMT | 3 |
Let me preface this by saying that while I've used Word daily for 15 years, I have used VBA for only two days and haven't programmed anything since Freshman level Fortran in (cough) 1989. Assuming I know NOTHING about programming would be quite fair. I saw a post that discussed ...
|
| Error VBA Automation from Excel (4158) | 13 Mar 2008 13:34 GMT | 5 |
I create a report in Word using Excel VBA. All Excel tables are copied into Word and then formatted. The report is about 25 pages and countains 20 tables. If I execute the first part (about 10 tables) or the last part (about 10 tables), it works well. If I execute all the report, ...
|
| Insert address and other data from Outlook | 13 Mar 2008 07:44 GMT | 6 |
I would like to insert address data and other data from Outlook using a macro. I have the address info macro down thanks to Graham Mayor's wonderful examples and explaination at his web site: http://www.gmayor.com/Macrobutton.htm . However, I need to add a few more
|
| Userforms -> Bookmarks Vs Doc Variables | 13 Mar 2008 02:02 GMT | 3 |
I've notice a number of times the recommendation to use Doc Variable instead of Bookmarks to hold data entered via a Userform. I've not noticed any explanation as to why. Just a simple recommendation. While I have my own theory as to why Doc Variables may be a better way
|
| MultiLine Textbox | 12 Mar 2008 23:26 GMT | 8 |
I have a userform with a multiline textbox, the EnterKeyBehavior set to True and MultiLine is set to True. This form is used to create a letter and the multiline field allows the user to enter names for a cc field on the letter. If more than 1 cc name is needed, the user can ...
|