| Thread | Last Post | Replies |
|
| No. of columns (newpaper) | 14 Jul 2006 13:06 GMT | 6 |
Can a macro be designed to know total no. of newspaper type columns? As if there are 3 columns than answer must be three etc.
 Signature Kushal
|
| If a sentence is in the document then... | 14 Jul 2006 12:36 GMT | 2 |
I'm having te following problem: I want my code to look if a sentence does excist and if not then type the sentence on the end of my document. I can't seem to figure out how to do this. Can anyone help me?
|
| How to develop an application on Word platform | 14 Jul 2006 11:38 GMT | 5 |
I would like to develop an application on Word platform. My program should allow me to access additional features that I would like to add to one of the existing Word menus (for instance to tools/). Is there someone who knows how to implement such an application?
|
| Automate selecting Trays? | 14 Jul 2006 10:06 GMT | 3 |
I've made a program on wich people can create letters. The problem is that the printer is not listening to my commands in terms of selecting the right Papertray, this is my code: Sub TraySelect()
|
| embedded sheets in word | 14 Jul 2006 02:06 GMT | 1 |
Have a problem. Many embedded sheets have I Word in. Now I need export these back to the Excel on each sheet in the book (Sheet 1, Sheet 2 ... etc.) How to solve the problem with VBA? Would be pleased eor any comments.
|
| Spellchecking a document with protected sections | 14 Jul 2006 00:39 GMT | 4 |
I raised this question on 4 July, but I would like to describe the situation more completely in the hope that I may receive more replies ... nothing has been suggested in the earlier thread in several days. I am trying to allow spellchecking in a document that includes protected ...
|
| sort | 13 Jul 2006 23:29 GMT | 2 |
I've a code to automatically save the Fax template with a sequential number, in a specific path: Set fs = Application.FileSearch With fs
|
| how to determine if Clipboard contains bullets and numbering? | 13 Jul 2006 23:25 GMT | 2 |
im overriding the EditPaste command and would like to determine whether the Clipboard contains bullets and numbering before pasting. (or if not the Clipboard any way i could determine whether the text i am about to paste contains bullets and numbering. i need the info to decide ...
|
| Printing files from a folder | 13 Jul 2006 23:21 GMT | 7 |
Does any one here know how to print files from a folder in VBA? I have a button on a form (in Access) that when clicked it goes out and finds all the files in a particular folder that pertain to that form's id. That's no
|
| removing all existing macros/projects from normal.dot | 13 Jul 2006 21:47 GMT | 3 |
is there a way to do this programmatically? we're changing the way in which our custom toolbars & macros items are deployed, and this approach to removing the antiquated items would be less tedious, if it's available. thanks!
|
| Modify a doc with VBA | 13 Jul 2006 20:21 GMT | 4 |
I would like to modify a document by read it line by line. According to the contents of the line, I modify it or I remove it. The whole in VBA. Do you know how to do that ? Does it exist references on the Web ?
|
| Print options | 13 Jul 2006 19:10 GMT | 1 |
I have a form with my boss's signature (image) on the line, but he isn't the one who will always be "signing" the form. Is there a way I could make a macro to run on file.print that would ask "Is Greg signing this form?"
|
| Missing Template reference | 13 Jul 2006 17:12 GMT | 5 |
Every user has a template that is stored locally on their PC in the Office11\Startup folder. This template references another template stored on the server and loads up a menubar on startup. On certain PC's, when the user try's to use the menubar, their receiving the errmsg "The ...
|
| Image Selector possibilities? | 13 Jul 2006 16:48 GMT | 1 |
Well maybe not an image selector yet. I've got a custom form template I created in Word that uses VB to input data from a userform that pops up when you open it. My boss is getting sick of having to sign all these forms so yesterday I created a digital signature for
|
| I need to Open a word document in silent mode. | 13 Jul 2006 16:27 GMT | 2 |
From a VB script I would like to start a new word document using a special template to populate some of the control fields like text boxes etc and print and close the document. I would prefer to open the Word in silent mode meaning since I am not going to do any entry on the ...
|