| Thread | Last Post | Replies |
|
| Save as opens explorer window. | 04 Feb 2007 07:01 GMT | 1 |
How do I save a document but allow the user to designate where it will be saved. Like when you save word it opens the explorer window.
|
| data form auto open in Word. | 04 Feb 2007 06:56 GMT | 1 |
How do I get a data form to automatically open when opening word document?
|
| Change focus from userform to Document | 04 Feb 2007 06:56 GMT | 3 |
I have a userform. I set the Show Modal to False so the user can select and edit the document. After pressing a button on the userform a routine will run. I would like the focus to shift back to the document automatically without requiring the user to click on the document ...
|
| How to find any of a set of characters in a string | 03 Feb 2007 21:11 GMT | 3 |
How do I determine if one or more of a set of characters occurs in a given string? For example, I need to determine if d, D, or r occurs in the current .range object.
|
| Get certain part of a Word document | 03 Feb 2007 20:29 GMT | 2 |
How can I copy/export only parts of a Word document easy? I only want to copy text which is formated with heading 1, heading 2 and normal. Everything else I do not want to copy/export. I know it's kind of "fuzzy" but if anyone have a clue/tip, I'll appreciate
|
| database error | 03 Feb 2007 20:29 GMT | 4 |
This is my macro code...: Sub ToDB() Dim csConn, rsRecSet As Recordset, strSQL As String, strUser As String strSQL = "INSERT INTO jbDBTable (CO, CREATED) VALUES ('xyz', date())"
|
| Automatic Text | 03 Feb 2007 14:52 GMT | 1 |
Hi there, basically I am an estate agent and when a property has been sold I have to type a memorandum of sale with the sellers name, address, solicitors and the same for a buyer. Then I have to type 4 letters to go with that. Could anyone tell me how I could type the Sellers ...
|
| extract text from table | 03 Feb 2007 13:54 GMT | 1 |
I have a problem. For use iwhen I make job ads, I'd like to have a table in Word in which users can fill in information. I'd like to be able to extract the entered text from that table, leaving the table behind.
|
| problem with colour | 03 Feb 2007 12:46 GMT | 1 |
I am a bit of a novice so the answer may be simple! When I print a document, whenever I use the colour red it comes out yellow. I have checked the ink status which is okay. Hope you can help!!!
|
| Check boxes and userforms | 03 Feb 2007 01:38 GMT | 1 |
I have a form that starts with a questionnaire and uses the information in the questionnaire part to create a letter. For example The questionnaire asks the name of the customer in a text form field, the age of the customer in a text form field and I was trying to use check
|
| string comparator | 02 Feb 2007 20:40 GMT | 3 |
I have two arrays of name and I would like to check if some of the names are present in both of the arrays. But the names can be mispelled, or differently entered in the two arrays, for example:
|
| How do I restore my Word program's blank document template? | 02 Feb 2007 20:25 GMT | 1 |
Somehow when I pull up Word it now shows a document I didn't think I had saved. Every time I hit the create new, this document comes up so I must have somehow saved the document as the blank template. How do I restore it to the default blank document?
|
| MACRO to convert to hex | 02 Feb 2007 19:53 GMT | 4 |
I need to convert ascii characters (including unicode) to 4 digit hexadecimal representation. The alt+x (Selection.ToggleCharacterCode) functionality works for a single character, but I am trying to write a macro to convert every character in the file. I can't figure out how to ...
|
| Macro to change font | 02 Feb 2007 19:00 GMT | 4 |
Does any know if there is a macro that will change the font in all the tables in a document? Thanks, Mickey
|
| Variable Values Disappears... | 02 Feb 2007 17:19 GMT | 6 |
I have made a custom Dialog in which users will enter information. This information will then be downloaded into the document via docvariables. Some of the values shall also be saved as custom properties with the document
|