| Thread | Last Post | Replies |
|
| Compile error | 26 Jan 2004 17:57 GMT | 1 |
Error screen reads: Microsoft Visual Basic Compile error in hidden module: main How do you fix this?
|
| Visual Indicator that macro is running? | 26 Jan 2004 16:22 GMT | 2 |
I would like for a user of one of my forms be able to have some indication that a macro is or is not running. There is a custom toolbar that has the macro button on it. Any way to make the button's appearance change when the macro runs. Or any other
|
| Search Replace with Wildcard | 26 Jan 2004 15:24 GMT | 1 |
I need to take each instance of ^pTEXTLEADER varyingtext </P>^p<P> and replace it with ^pTEXTLEADER varyingtext ^p
|
| rich text control no longer trusted | 26 Jan 2004 15:07 GMT | 3 |
I have a userform in which I had a rich text control (source: richtx32.ocx) that worked fine until we moved to Office XP. Now the control has been stripped off the form and when I try to put it back, I get the following message:
|
| Wildcard Search Replace | 26 Jan 2004 14:31 GMT | 3 |
I need to take each instance of ^pTEXTLEADER varyingtext </P>^p<P> and replace it with ^pTEXTLEADER varyingtext ^p
|
| Updating Macro in footer | 26 Jan 2004 12:46 GMT | 3 |
I have a macro set up that updates the document version, this is also displayed in the footer of the document but when the macro is run it doesn't automatically update the version number and I have to manually update the field. How do I change this so all the version number ...
|
| Arrays and ListBox help | 26 Jan 2004 06:31 GMT | 1 |
Hello folks (& Doug + Jonathon) I have a form that prompts a user for personal information such as name and address. When completed the user hits the "ADD" button and the personal information
|
| Make userform close when "X" is clicked | 26 Jan 2004 05:36 GMT | 4 |
I have created a userform in Word XP. It has some warning text and then two buttons, one if the person agrees and one if they disagree. Agree continues the document, disagree closes it. But if someone clicks on the 'X' at the top right, the userform closes, but the document ...
|
| Please review code | 26 Jan 2004 03:44 GMT | 1 |
I am using a template with fixed cell dimensions. I am taking information from a vb.net form and using bookmarks a placeholders for the form data. I am not using fixed-width fonts.
|
| help with macro | 26 Jan 2004 02:12 GMT | 3 |
I have a document with multiple tables (separated). What I would like to do is create a macro that selects a certain table and then pulls out only the rows that have text in the second column and puts these rows at the bottom of the document as a new page. The table has four ...
|
| Print internet pages through Word | 26 Jan 2004 01:41 GMT | 2 |
I'd like to create a macro that will open a page in Internet Explorer, print it (or copy the text back to Word), and then move on to the next page. I look at about 10 pages each morning (the web address is constant) and would like to automate this process. Anyone have any
|
| code to automatically lock online forms | 26 Jan 2004 01:34 GMT | 2 |
I am working with someone who has a number of files set up with formfields in them who routinely opens them in unprotected mode and overwrites the fields. These are approximately 250 documents (not templates). I have write-protected them and am slowly converting them to templates, ...
|
| Displaying a FileOpen dialog in desired sort order | 25 Jan 2004 23:16 GMT | 2 |
I want to be able to select the sort order of a dialog via VBA. Displaying the directory is easy, but I am stuck with the default (seems to be last used) sort order. There doesn't appear to be a sort order option in the various VBA commands that control file opening. How can I ...
|
| Modify text between certain tags | 25 Jan 2004 19:25 GMT | 3 |
How to modify (i.e. toggle bold) all the strings in document which are between certain tags? Strings are like: ##THIS_IS_A_STRING## Spaces between tags "##" are not allowed. So, all the occurences in the Word document should be modified, how could this be done?
|
| Insert text from UserForm into current cursor position | 25 Jan 2004 12:33 GMT | 3 |
I've done my Usenet homework on this, but still can't find the proper syntax for this: I have a UserForm open, with some text stored in the "txtInsert" field in the form.
|