| Thread | Last Post | Replies |
|
| macro to make picture in-line with text | 06 Sep 2006 14:37 GMT | 5 |
wxp pro sp2, office 2003 pro sp2, i have a large document with lot of figures (300+). it just transpires to me that as a result of collaborative work, we end-up with a mix-bag of figures that are in-line with text, square or tight in layout.
|
| How do I add query field values to text in VBA? | 06 Sep 2006 13:55 GMT | 3 |
Im a novice at this but here is what Im trying to accomplish. My office has hundreds of memos going out on a regular basis. All of these memos go to a set group of people from a set group of people. Those people change based on the sender and recipient. The body of the
|
| impossible task - last chance | 06 Sep 2006 13:55 GMT | 4 |
I've posted to other discussion groups with no luck. I'm hoping someone here can offer a solution. I'm using WIN2K, Word2K. My documents are laid out with repetetive steps, like this: 1. - description of something with cross-references to the following table
|
| Formatting Autotext | 06 Sep 2006 12:52 GMT | 1 |
I am using Officed 97. I have created an autotext entry from a document by highlighting and adding an autotext entry in a template, the formatting of the document is fine when it is put into the autotext.
|
| Creating a table at the end of a document and populating with data | 06 Sep 2006 11:28 GMT | 2 |
Could some kind soul please offer me some starting code for the above? I'd be in Access. I'd be using a document variable such as WordDoc I do a mail merge then have a document sitting there and now they want a
|
| portable templates? | 06 Sep 2006 10:49 GMT | 5 |
I created a template with toolbar and a lot of vba code for automating document layout etc. The documents - based on this template - are created at my custommers company. But these documents must be checked by external companies who don't
|
| read TOC(Table of Content), reformat TOC hierarchy and write the result into a text file | 06 Sep 2006 09:50 GMT | 3 |
I'd like to read the TOC starting from below "Part II test cases" until the end of TOC. After that, I need reformat the TOC hierarchy in the format like below and finally write the result to a text file. Example:
|
| Internet/intranet approach | 06 Sep 2006 08:00 GMT | 9 |
I'm trying to approach an intranet directory in order to determine which files are in it. For this purpose I've already tryed the 'Searchfiles.lookin' and Dir() functions but both don't accept the "http://-directory-" - format. Seacrhfiles doesn't accept anything BTW. Only his own ...
|
| delete blank line in table cells | 06 Sep 2006 04:46 GMT | 1 |
I have 3 paragraphs in a table cell. Each paragraph separated by a blank line. I'd like to delete the blank line so that all paragraphs aren't separated anymore. Example:
|
| delete blank line | 06 Sep 2006 00:36 GMT | 1 |
I have 3 paragraphs in a table cell. Each paragraph separated by a blank line. I'd like to delete the blank line so that all paragraphs aren't separated anymore. Example:
|
| Prevent to create new document or oped document | 06 Sep 2006 00:31 GMT | 5 |
I have an application written in VFP (but this doesn't really mattter, it could be in VBA too) which nmeeds to allow users to create some DOC templates for mailmerge. Specifically, from my app I create a word instance, create a new
|
| Word 2003 Error - Cannot close Word, dialog box is open ... | 05 Sep 2006 21:53 GMT | 1 |
Have a Word VBA app which worked fine in Word 2002 ... Using Word 2003 (SP2) I get the error message - Error: You cannot close Microsoft Office Word because a dialog box is open. Click OK, switch to Word, and then close the dialog box.
|
| behavior of "Select Browse Object" - Word XP | 05 Sep 2006 21:35 GMT | 1 |
A user enjoys the keystroke CTRL + PgDn. BUT, after doing a text search, she does a CTRL + PgDN and get's a search box. It is not acceptable for her to change her Select Browse Object back to "browse by page" instead of "find" any ideas on how to automate setting this back? so ...
|
| Finding data in an Excel file | 05 Sep 2006 21:02 GMT | 3 |
I'm trying to find data quickly in an Excel file from a Word userform. I currently have it working but it is very slow and am exploring faster methods. Currently I have the macro going to a specific cell, and then doing a loop downwards until it finds the correct string. I would ...
|
| Status bar reseting | 05 Sep 2006 20:56 GMT | 1 |
I am using the status bar of word to display some help text for form fields. This works fine but the help text stays displayed after the user has moved to another location. I then remove the help using the application.statusbar="" in my VBA code. This has the effect of clearing ...
|