| Thread | Last Post | Replies |
|
| Electronic Forms | 05 Apr 2005 15:29 GMT | 4 |
Is it possible to program field properties in an MS Word Electronic Form so that when information is typed in, the data is automatically transferred to specific cells within an Excel spreadsheet? Does anyone have any good links where (if its possible) I could learn how to do ...
|
| Display same screen after macro executes | 05 Apr 2005 15:21 GMT | 16 |
Can anybody please help me? I have written a macro that operates on a collection in a long document (300 pages). (deletes all index entry marks) I have used the screen refresh = false so that the document does not scroll
|
| Multiple ComboBoxes from Excel Named Range | 05 Apr 2005 15:19 GMT | 3 |
How do I take the following code and build a repeating loop to build an identical list in 13 different ComboBoxes (i.e. ComboBox1 thru ComboBox13)? Private Sub Document_Open() Dim db As DAO.Database
|
| Add a word to (custom) dictionary | 05 Apr 2005 15:10 GMT | 3 |
The Word Dictionary object comes in two flavours: 1) "read only" dictionaries (based on .lex files) and 2) "non read only" dictionaries (based on .dic files). Indeed in Word automation you can check if a dictionary is "read only" by
|
| Create a template that adds sections based on users check boxes | 05 Apr 2005 14:25 GMT | 1 |
Is it possible to create a template that will add sections based on what the user selects in the check boxes ?
|
| How can I use a template and avoid the read only message that ap. | 05 Apr 2005 14:25 GMT | 1 |
Hi, I'm trying to use a receipe book template from microsoft office and as a proyect of my home economics class. I can't write any receipe to the rewritable disc becase it appears a message of "read only document " and my students said that also. I copied the template to every ...
|
| Copy SQL table to Access from Word vba | 05 Apr 2005 14:25 GMT | 2 |
I have a word application that uses a local Access database. This Access database I need to updated from a SQL server. I would like to copy a table from the SQL to the access database like this: - all data in the Access database are lost
|
| Keeping fonts when saving documents from e-mails | 05 Apr 2005 14:25 GMT | 1 |
I received a document that is "read only" in my e-mail. One of the fonts in the e-mail is "Gregorian". When I use the "Save as" feature, then reopen the document, the font changes from "Gregorian" to what the program believes is "Gregorian". The font is actually Time New Roman ...
|
| Placing graphics | 05 Apr 2005 14:19 GMT | 1 |
Is there a way I can place an image in Word using VBA or VB using an XY coordinant system? If not, I have a document that I automate out of a VB program that places text and graphics on a page by bookmark. The images are inline and need to
|
| help with paragraph formatting macro | 05 Apr 2005 14:13 GMT | 3 |
I am hoping to assign to a button or keyboard shortcut the following functions: highlight the current paragraph, then give it a hanging indent of .35". I have tried to record this as a macro, but cannot figure out how to highlight the current paragraph. Any clues?
|
| Style formatting through VBA | 05 Apr 2005 13:30 GMT | 3 |
I have been doing customizations for companies (mostly law firms) from Word 6 through 2000. When setting up their styles, I use the following method: First, I insert dummy text by typing =and(10,5) to insert 10 paragraphs, with 5 sentences each. Then, in each paragraph, I apply ...
|
| AutoText | 05 Apr 2005 13:27 GMT | 2 |
I have some questions about creating AutoText entries. This is going to be long-winded so bear with me, because there is a very specific reason for doing this. I have been using the following code using two input boxes to create AutoText entries, and either assign that entry to ...
|
| Vba to read column of text | 05 Apr 2005 11:56 GMT | 3 |
Is there a way using vba that can copy a particular column of the text that i want and put into the column of the new file. For example: Existing colum
|
| Normal.dot says it's saving changes, but the changes are not saved | 05 Apr 2005 05:19 GMT | 10 |
I have made a font and margin change in page setup, selected default, said yes to do you want to save the changes to normal.dot, but when I open a new document, the old font and margin settings are in effect. What do I need to do to make my normal.dot retain the change?
|
| VBA, OCX and system folders | 05 Apr 2005 03:39 GMT | 1 |
If this isn't the right place to ask this, please redirect me to that place. I have written an OCX component that will scan from a scanner. When I try to use it within VBA and Microsoft Word it fails. I have narrowed it down to the fact that it is not being granted access
|