| Thread | Last Post | Replies |
|
| Text in Help | 31 May 2006 09:31 GMT | 1 |
When I use Help, the symbols above, for example Examples, are just empty buttons. It won’t help to repair Office XP. I get the same error if I open the file FM20.CHM directly. Any hint will be very much appreciated.
|
| jpg files to display on Form | 31 May 2006 05:58 GMT | 2 |
I have a series of radio button choices on a form. When the user selects one of these and the OK button clicked, a particular macro is run. I also want to have a corresponding jpg image to appear on the right side of the form, to give the user a visual of the style they are ...
|
| Save changes to Document 1? | 31 May 2006 04:43 GMT | 6 |
Help - I can't get rid of this question. Using an AutoExec module, there is a subroutine to ensure that the Normal style has correct font and font size as per our company standards. However, this gives rise to the 'Save changes to Document 1?' question on
|
| Closing Word Documents | 31 May 2006 01:52 GMT | 1 |
When closing the last open document, the program should continue to run instead of closing Word completely. Excel seems to do this correctly. I personally like having two sets of buttons where the bottom set is the document and the top set is the program.
|
| Intercharacter Spacing of Screen Fonts | 31 May 2006 01:14 GMT | 1 |
Applications such as Microsoft Word have inconsistent intercharacter spacing of their screen fonts. I initially thought that this pertained to kerning. Apparently it does not. I am trying to understand what is going on. The pixel spacing between any two characters seems to vary here ...
|
| Modify or Add to Color Palette | 30 May 2006 23:08 GMT | 18 |
Is there any way to modify or add to the 48 colors available to the "backcolor" property of a control?. I am playing around with a Userform to create a tool for shading text and I want to match the color of the control label with the virtually limitless shades of color I can ...
|
| FAQ - Frequently Asked Questions - vba - please read before posting - unofficial May posting | 30 May 2006 20:40 GMT | 2 |
FAQ = Frequently Asked Questions - brief - vba - unofficial This FAQ is posted every ten days or so. Please save us all some time by reading it before posting to the news group.
|
| how to find out path of template the Document is based on | 30 May 2006 19:43 GMT | 3 |
I wrote templates and is saved in one folder Templates on Server. In Templates is Folder Address and there are *.doc files with addresses,which I use in my Templates to generate diferennt address in Document.
|
| A lot of KeyBindings | 30 May 2006 18:39 GMT | 2 |
I defined a lot of keybindings. Only the first one is working. Any idea? Sub Toetsen() CustomizationContext = ActiveDocument.AttachedTemplate KeyBindings.Add KeyCode:=BuildKeyCode(wdKeyAlt, wdKeyT), KeyCategory:= _
|
| Enter "example" once then auto replicate through document. | 30 May 2006 18:05 GMT | 2 |
Hoping you can help - i've dealt with excel alot in the past but not word. I have a template document I use alot at work. What I'd like is to have a table or something on the first page with say:
|
| Word Reference header/footer files | 30 May 2006 16:18 GMT | 1 |
Greetings All- PHP, CSS, HTML and other formats can use include or references to pull in other files as part of a document. My question is can Word pull files for a header and footers, and possibly content for a disclaimer?
|
| second combobox in form won't dropdown | 30 May 2006 13:06 GMT | 1 |
I have two comboboxes in my form and I use the dropdown property to display both (not at the same time). The second dropdown command is ignore however. It will drop down if I click the down-arrow. A possible hint - when I exit word after running this macro, it tells me I have ...
|
| Toolbar in Add-inn visible when a specific template is open | 30 May 2006 08:46 GMT | 1 |
As default an add-inn is open when Word starts. In the add inn a toolbar is visible=false. When the user open a specific template (Proposal template) in Word the toolbar in the Add-inn must be visible. Anyone any idea? The VBA code in the Proposal template can't be changed.
|
| Wildcards and templates | 30 May 2006 07:17 GMT | 2 |
If a specific template is active a toolbar must appear. The template has one little thing: It has a versionnumber. So I am looking for a code something like: If Activedocument.attachedtemplated="Proposal" & * then
|
| Keeping a VB6 Form on Top of an Office Application | 30 May 2006 05:46 GMT | 1 |
If you are using a VB6 Form in a COM add-in for any Office Aplication developed using VB6. How can you keep the form on top of the document while you are editing the document? Thanks,
|