| Thread | Last Post | Replies |
|
| Auto complete drop down bookmark | 13 Jan 2006 00:32 GMT | 6 |
I have a form with a drop down book mark. I need to populate it from a MS Access database called SalesReps.mdb. Once I get that to populate, the sales people will click on the proper sales rep and it will fill in the address, city, state, zip and phone number for the sales rep in ...
|
| Find Parenthesis | 12 Jan 2006 22:42 GMT | 7 |
Trying to find all parentheses() in a word document. Not wanting to replace them but copy them to another blank doc. I can find the begining "(" and the end ")" but can not get it to read the letters inside the Parentheses.
|
| Word form textbox size | 12 Jan 2006 21:35 GMT | 2 |
I had been attempting to create a Word-based (Word 2003) form wherein by virtue of selecting a certain entry in the first text box various other text boxes down lower in the form are pre-filled in with relevant text (i.e. elephant > big, gray, majestic; mouse >small,
|
| Word should allow "link to section#" not just "link to previous". | 12 Jan 2006 17:58 GMT | 1 |
In the Header/Footer sections of Microsoft Word, there should be a variable link option instead of just a "link to previous" section. I create many documents in my profession where portrait and landscape are mixed throughout the document along with other section differences. If ...
|
| formating sections in a loop | 12 Jan 2006 17:50 GMT | 2 |
I have a document with many many short sections which looks like that: ---------section break (continuous)------------ text ^p text ^p
|
| Merging with a macro | 12 Jan 2006 16:31 GMT | 5 |
I have a macro that merges serveral documents with an Access database and then combines all the document together. When I try the macro in Word 2003, I get an alert message for each merge document "Opening this document will run an SQL statement...". You have to click on Yes for ...
|
| Range.Text and Range.Characters | 12 Jan 2006 15:42 GMT | 13 |
Dear colleagues, I develop MS Word Add-in , the goal is to perform specific search in Word docment and then set cursor to found positions. Range.Characters returns a collection of single- of double-byte characters.
|
| Hiding and UnHiding text | 12 Jan 2006 14:24 GMT | 1 |
I need some help with hiding and unhiding text with VBA. I have defined some bookmarks in a master document that a user can hide with a macro that selects the bookmark then hides the selection by changing the font to hidden. I can't make an undo function as VBA can't select the ...
|
| Closing FileProperties without error | 12 Jan 2006 13:30 GMT | 2 |
Hi, when I use the following code: x = Application.Dialogs(750).Show If x = "-1" Then MsgBox "Cancel"
|
| How to access document summary? | 12 Jan 2006 12:21 GMT | 4 |
When I click File | Properties I can fill the document's summary. How can I do this in code? Thanks in advance Łukasz
|
| Get Embedded objects original path | 12 Jan 2006 10:34 GMT | 1 |
How can i find path of an image which inserted by user in the document ? i want some information about objects which user insert in document to identify those objects ... is there any way ?
|
| Referencing a library programically. | 12 Jan 2006 10:15 GMT | 1 |
Hi. I have office 2000. I wanted to reference the DAO 3.6 library in word programically. How would I go about doing this? My problem occurs when I use the organize feature to move modules, a form, and a class module from a template to a document that wasn't based on that
|
| Can List box scroll appearance be changed? | 12 Jan 2006 10:15 GMT | 1 |
Can the double scroll arrows be displayed as a single downward arrow instead of double arrows, one up, one down?
|
| Glossary | 12 Jan 2006 10:15 GMT | 1 |
I'm working on a a help manual which consist of several seperate Word documents. As part of the formatting, each document includes a definitions section. There is also a master Glossary maintained in Excel and all the definitions should be consistent. Right now, I have to ...
|
| Why do shadows print when I don't want them to? | 12 Jan 2006 10:15 GMT | 1 |
When I look at my document on screen the text does not have shadows but when it prints out it does. How do I fix this?
|