| Thread | Last Post | Replies |
|
| word outlook | 15 Jul 2003 07:19 GMT | 1 |
I want to create a macro in word thats saves and closes the word file and put the link automatically (path and name of the file) to a new email in outlook. If I sent the email to someone it must must be possible that that
|
| Change Printer | 15 Jul 2003 06:28 GMT | 1 |
I am running code from within Access to print a mail merge document: Function OpenContract(ContracType as Integer) Dim ContFile As String
|
| how to insert a form field into a header | 15 Jul 2003 06:24 GMT | 1 |
I am trying to create a macro that, among other things, will insert some text into a header. Unfortunately, Word won't let me put Forms fields into my header. I was just wondering if anyone know how to circumvent this problem.
|
| Macro fails to produce any results | 15 Jul 2003 03:02 GMT | 1 |
I have a large number of my own help documents that I keep on a zip disk and whose links I access from a word document. Ater installing Windows XP and s new CD burner the drive letter for the zip drive has, of course, changed. Using VB6 to save the tedeum of manually changing
|
| Opening a dot file as writeable file | 14 Jul 2003 22:54 GMT | 3 |
In VBA I want to open a template file, make changes and save it. I am getting an error that the template file is read only. WHen I open it, I have the following code: Documents.Open FileName:=str_Filename, ReadOnly:=False
|
| Disabling right click functions | 14 Jul 2003 17:59 GMT | 3 |
Looking for a way in MSWord XP to disable user access to right click formatting options
|
| My macro Shortcut key does nothing! | 14 Jul 2003 17:52 GMT | 1 |
I'm using Word 2000 on Windows 2000 Pro. I created a macro that I assigned to a keystroke manually (in tools, customize, keyboard...). Nothing happens when I hit the shortcut key. I can go back to customize-keyboard, and I see that the shortcut key IS assigned to my
|
| Macro that inserts Autotext loses styles of Autotext entry | 14 Jul 2003 16:50 GMT | 1 |
I've been attempting to have an ActiveX command button to insert an AutoText entry. When the AutoText entry is inserted,
|
| RESTART Numbering by STYLE | 14 Jul 2003 15:15 GMT | 3 |
I receive documents that have a styled called "NUMB" which contains a numbered list using this style on the first page. Each subsequent page starts a new section and has a paragraph tagged w/ NUMB. By default, the NUMB paragraphs pick up the numbering from the preceding
|
| Toolbar Icons..Urgent | 14 Jul 2003 14:52 GMT | 1 |
Hi Friends, I need Office toolbar icons(save,copy,paste....). I want to know in which file the icons are stored..? I am using ICON Extractor tool which will extract the files from any
|
| Toolbar Icons...Urgent..!! | 14 Jul 2003 14:49 GMT | 1 |
Hi Friends, I need Office toolbar icons(save,copy,paste....). I want to know in which file the icons are stored..? I am using ICON Extractor tool which will extract the files from any
|
| VBA error message | 14 Jul 2003 11:36 GMT | 3 |
I am using Word 2002 and something new has developed. When I launch Word I get the following Visual Basic error message: Compile error in hidden module: AutoExec. I get it again when I close Word, but in between the program is
|
| PowerPoint Table | 14 Jul 2003 11:08 GMT | 1 |
We have PowerPoint XP and are writing a macro to insert a table formatted in our firm's colours. We have the table inserting and have set shading to the cells but are having trouble setting the borders of the cells/tables.
|
| Userform TextBoxes | 14 Jul 2003 11:05 GMT | 1 |
I have a userform with 14 text boxes. I am trying to put the text entered into each textbox into 14 { DOCVARIABLE } fields in a document. The code: For n = 1 To 14
|
| Copying Styles from a Global template to normal.dot | 14 Jul 2003 02:20 GMT | 2 |
Any help with this would be greatly appreciated. I am trying to access styles from a global template. I have the global template located in the Startup directory, and it loads okay, but I don't have access to any of styles. I thought I would copy the styles from the global ...
|