| Thread | Last Post | Replies |
|
| 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 ...
|
| Automatically generate future date | 12 Mar 2008 20:59 GMT | 3 |
All, hopefully these are the right NGs for this question. I have a user who has a template document that they feed into a program that automatically prints and mail merges them with its database information. The
|
| Need help with ActiveDocument | 12 Mar 2008 20:53 GMT | 8 |
I have a very complex template with 10 user forms that collects various information and inserts information into the Word document in various places and ways. The person requesting this template wants users to be able to work on other documents in the middle of the sequence of ...
|
| Macro - Table (text line delete & bold) | 12 Mar 2008 20:05 GMT | 9 |
I need to create a macro to delete the first line of text in each cell in column of a table and make the next line of text bold. However my VBA skills are somewhat limited. Can anyone offer any help?
|
| Run one macro from another and edit filenames for PDF printing | 12 Mar 2008 15:12 GMT | 21 |
Hi. I have a series of question / answer sheets as word docs. Each Word doc has macros to show or hide answers. My intention is perform a batch process to all docs as follows:
|
| How to reference an active cell | 12 Mar 2008 13:10 GMT | 5 |
I've recorded a simple macro for Excel, where I work with a row. But I want to work with a row the active cell is on, but Macro Recorder has writen me an absolute referencing. Should anyone help me, how to rewrite the code? Sub Zašedění_řádku()
|
| Style name problem | 12 Mar 2008 11:46 GMT | 11 |
When my cursor is somewhere inside a certain paragraph, and i run the following line of code: MsgBox Selection.Paragraphs(1).Style However, the result is different from the style name that I see in the style
|