| Thread | Last Post | Replies |
|
| print automatically file name and location at the end of file. | 03 Dec 2004 09:01 GMT | 1 |
about Microsoft word, excel and other 2003 - You should also provide the facility of file location where the file saved and file name at the end of file so that i can easily find out in future where the file is located in my p.c. without using search or find option example - c ...
|
| Unlocking Microsoft Word and other Microsoft programs | 03 Dec 2004 02:05 GMT | 1 |
How can I unlock Word and other programs from Micosoft? I can't even type anything, save or do anything. And when I put a disk in to open a document I can't even edit the document because it's locked. I need to get acces to the Microsoft programs for school and work. This is ...
|
| Changing the Current Drive | 03 Dec 2004 01:55 GMT | 8 |
Word 2000 I have the code shown below. This code works as long as the current drive is the same as the drive letter that is stored as part of the document variable (which contains the full path to the folder where I want to store
|
| ASK WITHIN IF (PLEASE PLEASE PLEASE) | 03 Dec 2004 01:31 GMT | 1 |
I want to ask the user if the client owes any money and if so, to insert something. I have {IF {ASK "Does the client owe the firm money for late annual reports?"} = "yes""Please also forward your cheque in the sum of $180.00 to our firm with the enclosed documents"}
|
| Is there a way to bound 2 items in a textbox to a listbox? | 02 Dec 2004 23:03 GMT | 2 |
I currently have a Template with a textbox (tbName), a listbox (Listbox2) and an "Add" button (cmdAddName). So user can type a name in the textbox, click the Add command button, the name will appear in the listbox. This can be done repeatitively so that eventually there's a list ...
|
| Determine if line is blank using ranges | 02 Dec 2004 20:05 GMT | 3 |
I have a procedure that I would like to run in a non-visible instance of Word. To do this, I believe you cannot use the selection object at all, but instead have to use ranges. So, I've converted most of the procedure to use ranges, but there is one part that I'm having trouble ...
|
| Find user-chosen pages in a document | 02 Dec 2004 17:24 GMT | 8 |
If the user asks for pages x to y, how can I find page x (then maybe do some formatting), then move on until I hit page y?
|
| VBA to align last digit? | 02 Dec 2004 16:58 GMT | 4 |
Sometimes in a single column, I have numbers with different numbers of decimal places, for example whole numbers in most rows and percentages with one decimal place in every 5th row. How could I adjust the decimal tabs using vba so that the cells with
|
| setting a font on word | 02 Dec 2004 16:51 GMT | 1 |
I have tried to set a default font on microsoft word but it keeps changing. How do I set a default font?
|
| Using Microsoft VBScript Regular Expressions 5.5 | 02 Dec 2004 16:45 GMT | 7 |
Folks, I have a VBA script that I use to convert articles that I receive in Word format to simple (and I mean simple) HTML. The script simply performs a long series of search-and-replaces by using the Selection.Find object. However, there are some strings that I need to convert ...
|
| UNSAVE MACROS CODE | 02 Dec 2004 16:40 GMT | 7 |
I have written few macros in a document which finally creates a new document prgrammatically. Please tell me how to EXCLUDE the macros code in the new document created.
|
| storing info about current document to use later, when document is inactive | 02 Dec 2004 15:25 GMT | 5 |
How do you store information about the currently active document in a macro or function, in order to access it later? For example, I want to store the name of the current document, so that I can run that name later, when a different document is active.
|
| Creating a non-editable macro | 02 Dec 2004 15:09 GMT | 2 |
I want to create a userform and want to have a shortcut on the word toolbar. I shall be able to distribute this as a program and the user shouldn't be in a position to view the code or edit
|
| Lock text box at 3rd paragraph? | 02 Dec 2004 14:29 GMT | 2 |
I have a macro which inserts a text box and then pastes an Excel table inside. The Excel table is generally too big, so I Format Object down to a convenient size. Unfortunately, pasting in the Excel automatically enlarges the text box (which is a good thing - I like the box to ...
|
| Photos | 02 Dec 2004 13:27 GMT | 1 |
Ihave created a procedure (based on a previous post) to insert photographs into a table cell. I have a problem and don't know whether it can be solved and was wondering if anyone had any advice.
|