| Thread | Last Post | Replies |
|
| Issue with Macro | 24 Nov 2004 18:33 GMT | 2 |
Hello from Steved If I remove from the below macro Dim i As Long, pararange As Range For i = 1 To ActiveDocument.Paragraphs.Count
|
| Testing for Returns in a TextBox | 24 Nov 2004 16:59 GMT | 1 |
In a textbox, I would like to test whether the textbox has multiple lines. However, I do not think the multiline property is what I need to use to test for this because what I really want to know is if the user has pressed
|
| Allow Editing in ComboBox | 24 Nov 2004 16:57 GMT | 1 |
I cannot figure out how to allow editing in a combobox. I thought if the locked property is set to False that this would be sufficient. But it seems that if the listindex is set to 0 (for instance) and that items in the index
|
| Sending a Word Attachment through Outlook - VBA | 24 Nov 2004 16:40 GMT | 1 |
Word and Outlook are both integrated with our Document Management System (DM 5.0). I am using the code below to send the active document in Word as an attachment in an Outlook mail item. The issue is the document path. If the active documents path is saved on the users hard ...
|
| Trying to insert some text at the end of a series of characters | 24 Nov 2004 15:33 GMT | 3 |
Hey all, I apologize in advanced if I have posted this to the wrong group - but I'm not sure of where this should be posted. I have some text in a text file in Visual Studio (not that it is relevant but I'm developing a C# application). I would like to add a few characters
|
| macro to display document filepath | 24 Nov 2004 15:23 GMT | 4 |
I have a request from a user to provide a macro for Word XP that will display the complete network filepath and document name as a footer in a document. (i.e. S:\ALS\folder1\subfolder2\documentname). I have no programming experience. Can anyone help me? Any response is
|
| tables using visual basic | 24 Nov 2004 15:04 GMT | 7 |
I have a document and it has multiple tables with shading. The shadin ranges from 20-35 percent. I am using WORD97. How can I do edit/replace in VB to find all the shading and replace it with 10%. Please help
|
| For Each doesn't work with Footnotes? | 24 Nov 2004 14:43 GMT | 2 |
For a W95-style help project, I'm trying to print an ordered list of document footnotes. I've discovered what seems to be a bug in the Footnotes collection. Specifically, if you use For Each-Next with .Range.Footnotes, you get all
|
| Fields | 24 Nov 2004 11:15 GMT | 1 |
Is it possible to have an inserted fields where one updates automatically e.g. "DATE" then have a second field calculate and display another date using the first field in the calculation? What I am trying to do is have a current date (field 1) as a "Packing Date" and the ...
|
| Att Doug. More deviant behaviour with a macro | 24 Nov 2004 11:09 GMT | 1 |
Last week Doug, we noticed some strange behaviour with a macro you gave me when a word was repeated twice in a cell.(22 11 2004 you said 'bizarre'). I also have some unexpected behaviour when I use one of my macros first followed by your macro.
|
| Macro to summarize comments | 24 Nov 2004 10:42 GMT | 1 |
I have a large Word document, where I have added a number of comments using the comment feature (I use Word XP). I would like to know if anyone has writen vba to summarize those comments. The macro I envision would create a new document that would contain the
|
| SERVICE | 24 Nov 2004 07:33 GMT | 2 |
Can anyone tell me how to create a application wich can run as Windows Service? I got to know that it is not possible in VB6 but VB.NET support it. Is there anyway to get around it by using some other program to run my
|
| Selecting the Contents of a Text Box in a User Form | 24 Nov 2004 06:01 GMT | 11 |
Word 2000 I have a user form that contains a number of command buttons and two text boxes. One text box displays the records in a random access file. The other text box is named tbGotoRecord, and it allows the user to input a
|
| Label printing | 24 Nov 2004 05:19 GMT | 4 |
How do I automate printing labels with multple font styles. I have a macro which allows input of the number of sheets to be printed. However the formating of the text is not maintained when the macro is run. How do I set font style, size etc in the code of the macro?
|
| Timed userform with active command button? | 24 Nov 2004 04:23 GMT | 5 |
I'm having a rough time creating a userform that presents a userform with an active command button and that times out after about 2 seconds, w/ the macro then continuing to execute. I have tried UserForm_click() but then I can't get the form to unload.
|