| Thread | Last Post | Replies |
|
| Start with cuurent date in calendar control | 09 Aug 2005 21:59 GMT | 2 |
Is there a command that I can enter to have the current date come up when my calendar dialog box comes up? I have a form that launches a calendar userform but, the default start date of the calendar that pops up is the date that I created the userform. I can see where I can change ...
|
| Issue with TOC in Word | 09 Aug 2005 21:16 GMT | 2 |
Hi I use VBA to automate some documents for my clients. I have an issue with the Table of Contents (TOC) in some Word documents. I receive these documents from the client to fix from time to time where their TOC is corrupted. The
|
| Adding text at specific point | 09 Aug 2005 20:12 GMT | 4 |
Is it possible to add text at a specific location in a Word Doc via code? If yes, how?
|
| How to get a Word document to go to a new page using VB.NET | 09 Aug 2005 18:55 GMT | 1 |
hey all, ok, what i am trying to do is, by using the Word Automation Porgramming Objects, to dynamically create a Word document using VB.NET. Here is my code so far:
|
| Programming the macro to add to margin | 09 Aug 2005 17:21 GMT | 2 |
Ok, I really didn't want to ask this here, and i wanted to figure this out without help. Also, keep in mind i have no VB experience/VBA experience. I have a macro, it does a variety of things.... one thing it needs to do now
|
| Find & Replace | 09 Aug 2005 16:39 GMT | 2 |
How can I get the following subroutine to search and replace in the headers and footers as well. The document has three sections with different headers Thanks Sub find_replace_text(oldtext As String, newtext As String)
|
| Adding text to end of paragraph | 09 Aug 2005 12:46 GMT | 2 |
I know I have made a few posts recently, but it is not for the lack of trying to sort it out myself. I am stuck!! Any help would be appreciated. I have a doc with two words in each paragraph and wish add to each paragraph the number of occassions that this paragraph is duplicated ...
|
| Control properties | 09 Aug 2005 12:38 GMT | 4 |
For some reason I cannot get a TextBox control to show vertical scroll bars in runtime. I have a userform with two TextBoxes on it (ExistingNotesBox and NewNotesBox) The ExistingNotesBox shows the cumalative value of my variable ShowNotes
|
| select excel object in word | 09 Aug 2005 11:36 GMT | 2 |
I have a Word document with a number of Excel sheets embedded. The original sheet is an autotext. With VB I added the sheet to the document a number of times. Now I need to fill the sheets with data.
|
| Tables storing results of Stored Procedure | 09 Aug 2005 11:28 GMT | 4 |
Dear all, (I have posted this question to "Word Tables" discussion group before. I try to post here again to see if somebody can help) I need to populate the result of a stored procedure from SQL Server into a
|
| VBA Word Delete Reference to Template | 09 Aug 2005 10:30 GMT | 1 |
the following Macro disables a menubar in a document, but not in a template of the document. The problem is, always when the document is closed, a msg box pops up asking if the user wants to save changes in the template. I would like to prevent this msg box from popping up.
|
| Color Change Macro | 09 Aug 2005 09:43 GMT | 4 |
I wrote this simple working macro, but when I try to use it on certain documents already created it isnt working. I have tried a number of different experiments (like pasting the text into new word docs or purging format in notepad then resetting the font color), but it will not ...
|
| How to find whole phrases in bold | 09 Aug 2005 08:32 GMT | 2 |
I want to search for whole phrases in bold throughout the text and put them between <b>...</b> tags. (e.g. <b>this is a sample phrase</b>). I do the following search and replace: Find what: [empty but formatted: bold]
|
| Code to see if Track Changes has been used | 09 Aug 2005 05:03 GMT | 1 |
I am in Word 2003 and need to write a macro that checks to see if Track Changes have been used, regardless of the current view. I have found the code to tell me if Track Changes is turned ON, and I've found the code to tell me if Track Changes (revisions) are in a document if
|
| How to add more than 25 entries to Word drop down forms? | 09 Aug 2005 00:51 GMT | 1 |
I'm trying to build a user form and have been unable to change the properties to include more than 25 entries in the standard pull-down form field. Is there a way around this? (I need 60.) I also tried to use the Control Toolbox to make a ComboBox instead, but couldn't get it to ...
|