| Thread | Last Post | Replies |
|
| Accessing different projects -- Help | 26 Feb 2005 17:39 GMT | 11 |
I just can't seem to figure out how to access another project's module/procedure. I would like to access a macro procedure in Project2.Module2 from Project1.Module1. Both projects are global templates and appear checked under Templates and Addins, yet I get an object error.
|
| how to create multiple controls at userform load such as textbox. | 26 Feb 2005 13:54 GMT | 3 |
In vb programs there are often controls arrays such as command1(0),command1(1), command1(2) and some code which reacts to specific index: sub command1_click(index as integer)
|
| Normal.dot seems to change MyTemplate.dot | 26 Feb 2005 13:52 GMT | 3 |
I've made up a template with macros and it is called MyTemplate.dot I thought that it would be independant of Normal.dot and that I could change the loading of my personal menu and commands etc without the two dot files interfering with each other.
|
| Project Locked | 26 Feb 2005 12:44 GMT | 3 |
I have spent the afternoon working on a template, building a user form to collect data and then I came to test it. It fell over (don't they always) so I started the VBA editor to examine the code. I got a message "Project is unviewable".
|
| VERY Slow Execution When Word Maco Is Called | 26 Feb 2005 10:50 GMT | 1 |
... I know just enough to be dangerous, but the real danger is that I might fall asleep and hit my head on my keyboard waiting for this code to finish executing. Some preliminaries: WinXP Pro, Office 2000, DDE linkage between Access
|
| Very Slow Word Macro Execution | 26 Feb 2005 10:47 GMT | 1 |
... I know just enough to be dangerous, but the real danger is that I might fall asleep and hit my head on my keyboard waiting for this code to finish executing. Some preliminaries: WinXP Pro, Office 2000, DDE linkage between Access
|
| using a brozer to open a link in a docoment | 26 Feb 2005 07:06 GMT | 1 |
When I open a link in a word 2000 docoment, I get the explorer, as the default brozer. Is there a way to change the brozer? thanks
|
| Stuck in Design Mode - Please Help! | 26 Feb 2005 01:27 GMT | 4 |
I created a project with a userform and code and another module in same project. Now when I access the project through the VB Editor, the design mode button is highlighted, However, when I try to disable the design mode, it tells me the macros in this project are disabled. The ...
|
| DocumentChange event: microsoft bug? | 26 Feb 2005 01:08 GMT | 8 |
FOR WORD XP Has anyone noticed anything strange in the DocumentChange event? I have an addin which is catching this event, and it is fired too often: it is supposed to fire when a new doc is created, an existing
|
| Combo List box | 26 Feb 2005 00:52 GMT | 1 |
I have created a combo list box and need to import a list of schools from excel. How to I enter the array so I can import this list instead of typing in as shown??? Private Sub UserForm_Initialize()
|
| How do I choose the Start of a Selection? | 26 Feb 2005 00:49 GMT | 1 |
I am trying to cut certain sections of text based on their Checkbox value (if Chekcbox.Value=False, delete the section up to the next CheckBox). The code (graciously donated by Dian Chapman) works great and steps through each Checkbox as expected. However, each time I use a ...
|
| How to use VBA to add a macro to a Word toolbar? | 26 Feb 2005 00:47 GMT | 1 |
I want to use VBA to add a macro to a Word toolbar. When I do this manually and record it in a macro, the resulting command is simply: CommandBars("Menu Bar").Controls.Add Type:=msoControlButton, Before:= 20
|
| address booklet | 26 Feb 2005 00:33 GMT | 1 |
I would like to create an address booklet in Word approx 4" x 4" and be bound on the left for distribution. Can anyone help me create such a document.
|
| Print MS Word documents from a client without opening | 25 Feb 2005 23:20 GMT | 1 |
How can i invoke the print of multiple documents from the client browser? the documents are located on the server machine specific folder. I am using ASP, Active Server Pages for this. Thanks in advance,
|
| help for extreme newbie | 25 Feb 2005 23:14 GMT | 2 |
I have never worked with VB before and I am simply trying to automate something I do many times in Word for work. I recorded a macro and found that I had to make some changes by hand. Basically, the script removes some formatting from selected text. When I try to run it, it
|