| Thread | Last Post | Replies |
|
| Very dumb question about initializing combo box that uses array | 31 Jan 2006 23:43 GMT | 1 |
Here's the code I'm using to populate some very simple comboboxes with hard-coded items: Private Sub ComboBox1_Change() ComboBox1.List = Array("Functional", "Look and feel", "Usability",
|
| How to get the index numbers of certain members of a collection in order to use them later? | 31 Jan 2006 23:43 GMT | 10 |
I have a macro that inadvertently uninstalls all the installed Add-ins. Nothing can be done about that. So I want to create code that, before the macro runs, gets the index number of each of the currently installed add-ins, and then, after the macro runs, uses those index numbers ...
|
| Splitting the value of a textbox into 2 | 31 Jan 2006 22:22 GMT | 4 |
I have a VBA macro in Word XP that has 3 textboxs TextBox1 will contain a name, both first and last name What I want to do is be able to split the value in TextBox1 into 2 so that TextBox2 contains the first name (ie the text up to the space in TextBox1)
|
| Documents based on custom template missing graphics in header | 31 Jan 2006 21:55 GMT | 1 |
XP sp2 / Office 2003 Hi! I created a custom template. In the template there is a .tiff image that I inserted using Insert->Picture->From File. When I create a new document based on this template I see the graphics in
|
| Moving out of a table, problem | 31 Jan 2006 21:31 GMT | 2 |
Hi! I am experiencing a peculiar problem with moving selection out of Word table. I get a document which has a table in the beginning. When I open the file manually the cursor is blinking in front of the first character inside the
|
| Ending a list | 31 Jan 2006 21:15 GMT | 2 |
I'm gradually getting to the end of my ambitious macro but I've just hit a problem I can't figure out: how do I end a List? My macro is writing a simple one-level bulleted list with the following code:
|
| pulling text from a word document | 31 Jan 2006 21:09 GMT | 2 |
I have a word document that contains a four-column table. The first two columns contain a Task ID and a Description of Task. One row of the table will have something like the following for Task ID and Description cells.
|
| Statements I can use. | 31 Jan 2006 21:02 GMT | 3 |
I am using IF, ENDIF and ELSE. What other codes or scripts can i use in word and where can i find this list and the intended usage. I need help with GOTO, GOSUB etc..
|
| Creating a Word Template | 31 Jan 2006 19:05 GMT | 3 |
Good Morning. This is probably a stupid question - but for some reason, I can't seem to troubleshoot my way out of it (and it's probably an easy fix that I'm overlooking...)
|
| Will VBA continue to work with next Office version? | 31 Jan 2006 18:58 GMT | 1 |
Are my VBA templates, designed to work with Word 2000 and later, going to keep working when Microsoft brings out the new version of Office?
|
| Invisible document | 31 Jan 2006 18:22 GMT | 6 |
If I open a document in invisible mode, how do I then make it visible? /BosseH
|
| Can you open an InfoPath document in Word 2003? | 31 Jan 2006 17:28 GMT | 2 |
Is there a way to open an InfoPath document using Word?
|
| Macro for adding a sequential number to a template | 31 Jan 2006 17:14 GMT | 14 |
I have a Word template for work orders that I would like to be able to have a sequential number generated and inserted when I need it and not have it automatically inserted every time I open it. I've look in a number of places but it seems something this simple is not discussed.
|
| Extracting an Excel Table from word programmatically. | 31 Jan 2006 16:51 GMT | 5 |
I have a Word document with an embedded Excel table. I need to programmatically extract this table into a new spreadsheet or Access DB.
|
| Controlling Word from ASP.NET | 31 Jan 2006 16:51 GMT | 1 |
I'm not sure if this is the correct place to ask this, but here goes. We are working on an ASP.NET app that needs to interact with Word. Essentially, there are 3 things we need to do and I was hoping someone could tell us once and for all if it's possible. Now, it is highly ...
|