| Thread | Last Post | Replies |
|
| Disable ALT+F11 | 04 Jan 2005 23:57 GMT | 9 |
Could u plz tell me how to restrict/disable the user from switching to the VBA Macro Code. Any help would be much appreciated .
|
| Text input in a password protected document | 04 Jan 2005 22:00 GMT | 1 |
The following macro is captured from a word document to open another word document that is password protected and then input text into some form fields Sub Macro1()
|
| How to create route button for e-mailing a template. | 04 Jan 2005 21:55 GMT | 1 |
I'm using Word 2003 to create a template with a route button. I want the route button to save the document I've just filled in and automatically route it via e-mail to 3 people without any other action necessary. I've tried to record a macro to create the actions, but it fails. ...
|
| Word & HTML files | 04 Jan 2005 20:53 GMT | 5 |
I have a htm file that uses css. When I preview the file in IE, it looks good. Then I try to insert the same file into Word (2003) and it doesn't look that good. For example, there are some red lines around borders and bottom border lines of each table cell are not straight (a ...
|
| Copying pictures from Excel to Word | 04 Jan 2005 18:04 GMT | 2 |
I'm trying to copy ranges of cells in Excel (on separate sheets) to Word as picture. The pictures should appear on different pages, that is on page 1, 2 etc. Now they appear all on page 1 on top of each other. I can't figure out what's the problem. I'll attach the code here, I'd ...
|
| Drop Down Lists | 04 Jan 2005 16:51 GMT | 2 |
I am new to VBA. I have a document that is 27 pages long and has approximately 150 drop down fields. The drop down fields will all contain the drop down items. Instead of manually entering the 4 values to each drop down field, how do I set up a macro that will autopopulate all ...
|
| Help checking for printers in Word VBA | 04 Jan 2005 15:53 GMT | 2 |
I have a macro that was written to extract a printer name from a custom document property embedded in a Word file and set the printer to print to based on that name. All of that is working just fine... my problem comes when the printer named in the custom document property does not
|
| General approach to using For Each.... | 04 Jan 2005 15:34 GMT | 2 |
I need some general advice on using the "For Each x in y" statement Here is a typical problem where the collection changes, causing the statement to fail... Dim aPara As Paragraph
|
| can't attach to protected template | 04 Jan 2005 15:23 GMT | 2 |
hi, g'd morning. i made changes to a word template. i detached the old template from word. when i attached to the new one, i got "can't attach doc. to a protected template" error. i am working on windows xp and xp for word. does
|
| Split a Word file | 04 Jan 2005 13:52 GMT | 1 |
I have a need to periodically split an 8 page document into 2 seperate files of 4 pages each. At the moment I have to manually select this - but it is messy as I have alot of text boxes, etc, and formatting gets screwed up.
|
| Changing image size proportionately | 04 Jan 2005 13:23 GMT | 2 |
I have an odd problem that seems like it shouldn't be a problem. Hoping someone can help me with this. I have some Word documents that may have images that need to be sized programmatically. These docs are generated into Word through a
|
| Word.Application, Documents.Open very slow first time. | 04 Jan 2005 11:34 GMT | 4 |
I have a VBScript which does the following : -------- Set objWord = CreateObject("Word.Application") objWord.Options.ConfirmConversions = False
|
| Riddle me this | 04 Jan 2005 11:02 GMT | 13 |
I have a snippet of code that applies superscript font: oWord.SetRange Start:=oWord.Start, End:=oWord.End + 1 oWord.Select 'oWord.Font.Superscript = True
|
| How Secure is Password Protection in MSWord | 04 Jan 2005 10:22 GMT | 1 |
How secure is the password protection used in Microsoft Word 2002? If I create a document with a list of passwords I use for banking, email, etc. and password protect the file, is that file reasonably secure? Thanks, Mack
|
| selecting text | 04 Jan 2005 04:23 GMT | 1 |
How do you control the speed that text can be selected? For example, I can easily select (drag over) any portion of text that appears on my screen but the the second I try to continue to select text above or below the current screen, the speed of the drag/selection is too fast
|