| Thread | Last Post | Replies |
|
| printing VB macros | 25 Jun 2007 23:47 GMT | 8 |
Is there any way (i.e., a macro or builtin) to print all the macros in a VB project? Or to copy them to a Word file? (Particularly where there are many modules and it’s a bit of a pain to copy and paste all the modules into Word manually.) I’m using Word 2003 at the office, ...
|
| Tray 3 not recognized in HP color Laserjet 4700 | 25 Jun 2007 23:26 GMT | 6 |
We were having HP color Laserjet 4600 before. We have a custom code written in VBA within GreatPlains (Dynamics Version 9.0) to launch Crystal Reports which uses Crystal Viewer control. When the users click a button on Sales Screen to print an invoice, it gives a drop
|
| Word 2003 ActiveDocument.Name | 25 Jun 2007 19:29 GMT | 5 |
Hi group I have a macro that uses the ActiveDocument.Name property, but it seems that when I create a new document based on the template that holds this macro, the new document is not always the active document.
|
| Styles help | 25 Jun 2007 18:25 GMT | 16 |
I was working with Russ on this but I had a family emergency and gone for 5 days. I have the following macro but can’t get it to work right. When I run the macro for example it converts "^dLISTNUM 24 \l 2" to the word "Heading 2". It doesn't see that as an Outline Number style ...
|
| Printing problems | 25 Jun 2007 17:15 GMT | 3 |
Have a macro with .Destination = wdsend to printer locks up on this says not available. Is there a way to have word merge stop printing if it finds a blank cell in excel data?
|
| VBA | 25 Jun 2007 16:52 GMT | 1 |
Hi everyone. how to get started with VBA? many thanks.
|
| InsertAfter function question | 25 Jun 2007 15:50 GMT | 5 |
For the range object in VBA, there are insertafter and insertbefore function that insert text in front or behind the a particular range. My Question is, when I try to insert text behind the range using insertafter function.
|
| What's changed in vba in Word 2007? | 25 Jun 2007 15:25 GMT | 1 |
According to a friend, this macro works fine in Word 2003 but causes a crash in Word 2007. The name boat-03 is the name of the current active document. Sub FollowLink() Selection.Hyperlinks(1).Follow
|
| Need troubleshooting help with 3 lines of VBA code | 25 Jun 2007 15:24 GMT | 1 |
This crashes Word 2007 even though it works with previous versions. Current doc is just standing for the name of the currently active document. Sub FollowLink() Selection.Hyperlinks(1).Follow
|
| Evaluating a MERGEFIELD = "RET" | 25 Jun 2007 15:17 GMT | 13 |
This is a really wierd one. I am guessing that "RET" may have some reserved meaning and it is interfering with my IF statement, but not sure. So here is what I'm trying to do. In Office 2003, I'm doing an INCLUDETEXT thing when a certain MERGEFIELD = "RET" which is something ...
|
| AutoClose and file path in footer | 25 Jun 2007 13:47 GMT | 1 |
I would like to create a AutoClose macro that enters the file path in the footer of page 1. Any ideas?
|
| Save Document oddity | 25 Jun 2007 13:42 GMT | 3 |
I have used macros similar to the following to insert (in this instance) the path at the foot of a document. However testing this in Word 2007 has thrown up an anomaly in that the check for whether the document is saved is completely ignored inevitably causing an error at the line ...
|
| Multiple text selection in Word | 25 Jun 2007 07:27 GMT | 7 |
I have a small problem; please help me to solve it if somebody knows. I have to find and select all occurrences of any string in Word document. I'm working with Word document by OLE. The sample code is :
|
| Get Word's cursor coordinates on the screen | 24 Jun 2007 22:55 GMT | 2 |
I have a form that opens on top of a doc so the user can perform a search. The form is rather minimal, but it still gets in the way sometimes and covers the search hit (selected text in the doc). I want the form to move out of the user's view. Since the search hit is selected, I ...
|
| Filling a protected form | 24 Jun 2007 21:49 GMT | 2 |
I have a protected form that I wish to fill in using VBA but I keep get the message that I am trying to type into a protected area. I can manually type text into this form so why can't I do the same in VBA When I record a macro as I type into the form I get something like
|