| Thread | Last Post | Replies |
|
| Load a 2 dimensional array | 18 Mar 2006 10:35 GMT | 13 |
Folks; Is there a better way to load a two dimensional array than: tagArray(0,0) = \"<SOrg>\" tagArray(1,0) = \"<SFullName>\"
|
| Deleting between tags | 18 Mar 2006 07:52 GMT | 4 |
I want to delete whatever text between certain "tags" (note that I need to remove html css comments as well as PHP comments) so I have the following code Sub EliminarCSSComments()
|
| looking for templet form to dispuit a bill | 18 Mar 2006 06:39 GMT | 2 |
looking for a leagil templat to disagree with a bill that keeps being sent
|
| Problem with "Editing and Updating a TOC" | 18 Mar 2006 06:22 GMT | 1 |
After posting a message on how to create a TOC using just the first word of some major paragraphs, I went out and bought the Microsoft book "Word 2003". Page 598 worked me through creating a TOC using the manual "Mark Table of Contents" method. But, after creating it, when I ...
|
| Time Out VBA Code Office 11 | 18 Mar 2006 03:47 GMT | 4 |
Looking to set up trial period lock out code for Word .dot and .doc on file New, file Open and whatever else and throw message to screen saying contact details please register. I also need to allow option to give password and let the template know it is
|
| What is debugging | 18 Mar 2006 02:17 GMT | 1 |
I received a message about script being debugged. I was not even in the program when this came up. What is it and what do I do about it the next time it comes up?
|
| Superscript character set of numbers | 18 Mar 2006 00:31 GMT | 1 |
I am using Office 2003 on Windows XP. Apologies in advance since this isn't technically a VBA question, but I do plan to use VBA in conjunction with this eventually. It's just that this appears to be one of the more active NGs. I write reports for which I need to use superscript ...
|
| VB making a CSV from a filename | 17 Mar 2006 23:37 GMT | 1 |
Can anyone give me a clue to build a VB.NET program to take a file name that looks like this: $_1234_99999999_7777777777_00000000_$_A.tif And make it into a CSV file to look like this:
|
| Using a database as source of information | 17 Mar 2006 22:48 GMT | 2 |
I'm developing a Word application in VBA and need to store and retrieve information about files and their contents. My questions: 1. Can I use the Access mdb files?
|
| Long list of array values | 17 Mar 2006 22:23 GMT | 2 |
So new to VB that I don't know the proper term to search for my answer. I was creating my array values for a drop down box because I had more than 25 items and I was wondering if there was a way to wrap the text so that all my values can be seen on the VB editor screen without ...
|
| Modal/Modeless User Forms | 17 Mar 2006 21:30 GMT | 1 |
Inside a Do...While loop I show a user form. Right before the user form is displayed, the code selects some text. The user form asks if the selected text is correct with yes, no, and cancel buttons. What I need it to do is display the form as modeless WITHOUT continuing code ...
|
| Macro after merge | 17 Mar 2006 21:18 GMT | 4 |
Is there a way to make a macro automatically run after a merge is complete?
|
| Fill-ins | 17 Mar 2006 21:15 GMT | 1 |
I am currently using fill-in fields to gather some information when a script runs. I do not need the information if the script is not run, only when it runs. For some reason, when a new document is created, the user is prompted to fill in the various fields (which aren't
|
| Modal/Modeless User Forms | 17 Mar 2006 20:41 GMT | 1 |
Inside a Do...While loop I show a user form. Right before the user form is displayed, the code selects some text. The user form asks if the selected text is correct with yes, no, and cancel buttons. What I need it to do is display the form as modeless WITHOUT continuing code ...
|
| Last table row | 17 Mar 2006 20:08 GMT | 2 |
Hi, I'm using Word 03. I have the following macro: Sub Shade() Dim tblTable As Table
|