| Thread | Last Post | Replies |
|
| Programmatically Writing/Copying Macros to a Document | 08 Jun 2007 10:19 GMT | 5 |
How do you write macro code to existing document? For example, from within my host application the user will be able to open a document. I would like to add a macro to that document only. I will not have control over the document ahead of time, nor the template they are using.
|
| Copy macro to other computers | 08 Jun 2007 10:16 GMT | 3 |
I have a macro that I need to copy to other computers. The macro inserts a header or footer into any document that is opened in word. So not only will the macro need to be copied to multiple computers but also needs to be available in all word documents.
|
| Using VBA to merge documents into 1 master | 08 Jun 2007 08:59 GMT | 1 |
Hi Y'all! I need help with coming up with a solution. I would like to create a document with 10 questions. The file would be located in a central spot. 5 people would then take a copy of the document and enter text into each
|
| regular expression doesn't detect set pattern | 08 Jun 2007 07:24 GMT | 3 |
I've got the following code in which I'm trying to use regular expressions: 'at top of module: Dim Reg As RegExp 'in procedure:
|
| detect if Word has been edited | 08 Jun 2007 06:41 GMT | 2 |
I am opening word via VB (code below) and need to know if the user has made any edits to the doc. I know I can use wordbasic.isdocumentdirty() in a VBA as below, Private Sub Document_Close()
|
| Steps to create i.d. badges with imported photos and colored line | 08 Jun 2007 06:23 GMT | 1 |
I need to create individual i.d. badges for a family reunion. I need to import/drag a photo of, for example, my Dad "Earl Kirkatrick's" with a green horizontal line, then the name of his descendent. I'm his daughter, so I need my badge to have his photo -- Earl Kirkpatrick's: ...
|
| annoying survey window | 08 Jun 2007 05:41 GMT | 2 |
I was wondering why my posts weren't being submitted recently and I think I found out why. I filled out the screen a number of times which displays after submitting a post, but after that I have been canceling out of them. I just noticed today, however, that you need to respond ...
|
| not seeing any of my posts | 08 Jun 2007 05:41 GMT | 2 |
I have been posting a lot of things the last couple of days. Even though I receive e-mails that they have been responded to (I check the "Notify me of replies" box), I cannot see them when I go into the forum. I hope an administrator of this group will please e-mail me the ...
|
| Help with SENDKEYS? | 08 Jun 2007 03:50 GMT | 6 |
Can someone point me some help understanding how to use SENDKEYS? Possibly with some examples? I've tried a few different things, but nothing seems to work. One thing perhaps is that SENDKEYS only works with the window that has the
|
| Break page | 07 Jun 2007 20:11 GMT | 1 |
It's my first time in VBA Word ! How to detect a break page or break section in a Doc ?? I' ve find this : Selection.InsertBreak Type:=wdPageBreak to insert but how to detect ??
|
| Message box on exiting MS Word form help | 07 Jun 2007 19:46 GMT | 1 |
I have the following code in my MS Word 2003 protected form to display a message box when saving but how can I modify it to display when exiting (ie, hitting the X in the corner or Exit from the File menu)? Public Sub FileSave()
|
| open CSV file in table format in Word | 07 Jun 2007 17:28 GMT | 2 |
Is there a way of programatically opening a CSV file in Word so that it's in table format, like it does in Excel? It's easy enough to write code to convert it to a table after opeining it, but it's kind of a pain to have to do it that way since some fields are separated simply ...
|
| Replace Shape picture | 07 Jun 2007 17:26 GMT | 6 |
I need to insert a picture (a metafile) into a template Word document, using a Shape so it can be explicitly positioned on the page. I know I can delete the existing Shape and recreate/position a new Shape. I was curious if you can simply replace the picture in an existing ...
|
| How to create a custom wizard template in word | 07 Jun 2007 15:17 GMT | 1 |
I'm using vs2005 and VSTO 2005 to create Word 2003 and outlook addins ins.I want to create a custom wizard template like resume wizard in word.Also i want to arrange the document layout also.please help me renjucool@gmail.com
|
| creating word doc from a word template by macro | 07 Jun 2007 15:09 GMT | 1 |
Can anyone help please, I have an excel spreadheet that when a cell is controlled by a Y or N answer only, it selects a word document to complete. This form shoudl be created from a template in the normal way word does, but my macro is simply opening the template (.dot file ...
|