| Thread | Last Post | Replies |
|
| Macro to diplay printer list | 11 Feb 2006 08:16 GMT | 2 |
We have Word 2003. I'd like to create a macro that would pull up a userform and allow my users to choose which printer they want. I know some visual basic and I know how to create the userform. What I need is the code to be able to select the printer.
|
| Word Table footnote | 11 Feb 2006 05:40 GMT | 3 |
I am creating a one page table using a software. When it creates the table, it places footnote below the table (not in the footer section). But there is a line gap between the table and footnote, and it is little left to the table because the footnote is left justified. I ...
|
| example code for | 10 Feb 2006 22:57 GMT | 4 |
Would someone have some example code for renaming a button on a custom toolbar called "schedule"?
|
| Transferring macros and toolbars | 10 Feb 2006 21:51 GMT | 3 |
A little question about copying macros and toolbar from one .dot to another .dot I have a "normal.dot" and a "special.dot" with my macros. I needed to create a new .dot which I will call "test.dot".
|
| Macro to change style based on style of current paragraph | 10 Feb 2006 20:47 GMT | 2 |
Though I've made a couple of attempts at this, I have yet to figure out how to create a macro that does the following. 1. Determine the style of the paragraph in which the cursor is sitting. 2. Compare the style determined in step 1 to a short list of style names. If
|
| Linking word Userform to excel using word vba | 10 Feb 2006 19:26 GMT | 1 |
I am trying to populate an excel workseet using a word Userform that I have developed. Everthing that is entered into the userform needs to be exported to excel. The problem that I ma having is trying to figure out to get the two programs to talk. I imagine that this is a ...
|
| Hide X button on VBA forms | 10 Feb 2006 18:54 GMT | 5 |
I am just wondering if it's possible at all to disable or hide the X button on the top right hand corner of a word VBA windows form? The form in question is a sub form of the main form in my application, I want the user to be able to open the form, click off some options and
|
| Need help getting Total in MS Word forms | 10 Feb 2006 18:51 GMT | 2 |
Hi, I'm pulling my hair out (almost) trying to get my form to work. I have 3 columns with the following: Qty1 * Price1 = Amount1 Qty2 * Price2 = Amount2
|
| Tick instead of cross | 10 Feb 2006 17:02 GMT | 2 |
I am using Word in Office XP. Can anyone assist me, please? I am wanting to create a form which has 'tick boxes instead of 'cross' boxes. Thanks in anticpation.
|
| PowerPoint 2000 Slides into Word 2000 | 10 Feb 2006 15:25 GMT | 1 |
In Word 2000 I would a user to select a PowerPoint 2000 presentation and put the slides into the Word 2000 document. The options in Word 2000 I tried gives me: 1. Just the first slide in a thumbnail size
|
| VB cant find bookmark in Header | 10 Feb 2006 14:15 GMT | 3 |
Hello again I have bookmark in Header, When I try to get to it in VB with the code -- objWord.ActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader Selection.GoTo What:=wdGoToBookmark, Name:="HeaderPlanName"
|
| exporting a calander event | 10 Feb 2006 13:57 GMT | 5 |
If I have the following data: Date Time Subject
|
| Update Macro for Spell Check: Clarification | 10 Feb 2006 12:21 GMT | 4 |
Thanks to Graham for responding to my message previously. I tried your suggestion Graham and I am still having some problems with the code. I am not sure why, but now it not only does not update...it clears out the form field data as well. So adding the new code seemed to ...
|
| Unable to save using SaveAs | 10 Feb 2006 09:50 GMT | 4 |
Initially it may seem i am posting to a wrong group, but I am convined I am not. I know the problem is coming from VBA's SaveAs. This is what I am trying to do: I am writing a resume-generating program which I want to use to respond to different jobs. For example, let's say there ...
|
| Making a macro to edit all .doc files in a folder. | 10 Feb 2006 08:19 GMT | 1 |
I have a macro that edits the format and extention of a .doc file. making it go from portrait to landscape, then change the extention from .doc to .rft. Now i need a macro that will automatically run the above macro for all
|