| Thread | Last Post | Replies |
|
| macro to create a 2 column page | 01 Aug 2005 00:41 GMT | 2 |
Can anyone help me write a macro to create a 2 column page layout with column 1 width = 6.5cm, column 2 width = 9.32cm? Thanks in advance
|
| running macro in background | 31 Jul 2005 18:53 GMT | 3 |
Hi, I have a fairly complicated macro that does a lot of text editting. I don't want to see what is happening as the macro runs (it takes a few seconds). I would just like to see the end result. So I would like to have the macro run
|
| KeyBinding with AutoOpen | 31 Jul 2005 03:36 GMT | 1 |
These Keybinding statements are to be executed whenever a document is opened: Public Sub AutoOpen() CustomizationContext = ActiveDocument
|
| VBA - Help defining for a "For Each....Next" command | 30 Jul 2005 19:45 GMT | 1 |
I am advanced in Word, but new to using VBA, having watched Steph Krieger's Webcast and read a few of your MVP articles on editing macros in VBA. I am using Word 2003 and am having trouble with the Dim "MyText" As _____ command in order to do the For Each.....Next command. I ...
|
| Checking for RangeShapes in a header | 30 Jul 2005 13:04 GMT | 2 |
Can anyone nudge me in the right direction with the following problem, please? I have a document with odd and even pages. Every page has a header graphic.
|
| VBA references | 30 Jul 2005 04:44 GMT | 2 |
Is there a way to tick or untick the references from the tools menu not manually but with a command? I found in VBA help a command like this: VBE.ActiveVBProject.References.Count and tried to display in a msgbox the
|
| Table formatting code extremely slow | 30 Jul 2005 01:36 GMT | 1 |
I have some code that develops tables in excel and then pastes them into a Word document. There may be as many as 150 tables, all identical but for the data values. After pasting them into Word, I execute a Word macro that loops through the
|
| MailMerge Macro Help | 29 Jul 2005 22:17 GMT | 2 |
I am having a little trouble with a macro I recorded to complete a mail merge. Normally, I work in Access and am a little ignorant of Word. Any help here would be great. Here is the code;
|
| How to create a shortcut on my desktop to print a Word document? | 29 Jul 2005 19:11 GMT | 3 |
I would like to create a link on my Mom's desktop that she can click to print her schedule. I'd like to be able to set the path and filename, and all she has to do is click the link and put in how many copies she wants of the Word document, and
|
| Attached Template Issue | 29 Jul 2005 18:41 GMT | 3 |
I have a master template which contains quite a bit of VBA code. We send this master template to department adminstrators who tweak and create sub templates from the master. These sub templates are then distributed to the staff who create their end documents. In the save event ...
|
| Range Character Count is off....can't figure this out. | 29 Jul 2005 15:15 GMT | 5 |
Below is a macro followed by a document that I am running through looking for instances of a Test. The Tests are marked by [~Test ID=xxxx~], (xxxx is a variable number). I need to select the range from [~Test ID=xxxx~] to the beginning of the next Test tag.
|
| Datei automat. als pdf speichern | 29 Jul 2005 14:30 GMT | 2 |
Hallo Newsgroup, ich möchte aus Word die Datei mit einem Makro automatisch als pdf-drucken. Normaler Drucker funktioniert einwandfrei. Gebe ich Adobe als Drucker ein funkrtioniert es bis zu dem Punkt, dass Word Dateinamen und Speicherort des
|
| global variables - shared subroutines | 29 Jul 2005 07:40 GMT | 4 |
I have the following problem, I have two modules, that means two macros, in my application and there are some subroutines which are common and I was trying to have them in only one module and to call them by module1.sub_name. These subs change the value of a global variable which ...
|
| how to select text in active cell? | 29 Jul 2005 04:55 GMT | 2 |
how to select text in active cell? sometimes the cell has more than one line so it needs to be able to select that aswell thanks
|
| compile error - named arguement already specified - Selection.EndK | 29 Jul 2005 00:48 GMT | 1 |
I keep getting this error and i dont know why. It comes from this line of code and its because of be when i change the unit to wdstory (previously i left it out) ps i want it to select everything within a cell , will wdstory do this?
|