| Thread | Last Post | Replies |
|
| How do I support multiple versions of Word/Excel in C#? | 06 Mar 2007 18:38 GMT | 3 |
I have an application that needs to write Word and Excel files but don't know which versions of Office will be installed on the users machines. Either version 2000 or 2003 What is the easiest way to support both versions?
|
| Search & Replace | 06 Mar 2007 17:31 GMT | 7 |
I am trying to write code that will search for a word (psychosis for example) and pause each time the word is found to display a form that will allow the user to delete the word, sentence or paragraph in which the word resides. I know how to find the word and I have built the form ...
|
| Open Dialog Box... HELP | 06 Mar 2007 16:06 GMT | 5 |
I'm trying to tweak a MSDN Article that allows me to import data from a Word form to a Access db.... I'm wanting to have a directory open dialog box pop open and feel i've traveled into hositle waters on this..... Your help is appreciated!!!
|
| Get section number if selection in header/footer | 06 Mar 2007 15:54 GMT | 2 |
Is there a way to return the number of the SECTION whose header or footer the cursor is in? Obviously (um, ok, not obvious to me til just now), Selection.Sections(1).Index doesn't do it. Thanks for any help.
|
| Text Formfields? | 06 Mar 2007 15:33 GMT | 5 |
I've created a userform with a textbox that allows the user to enter multiple lines of text and use the Enter key to add additional paragraphs. I'm trying to move this text to a text formfield but it's pulling out the hard carriage returns. I know that if the user was filling out ...
|
| Macro | 06 Mar 2007 13:30 GMT | 4 |
Dear, Is it possible te create a macro in Word, that is registered in word itselfs and not in a document, so the macro kan run on differt docs in word ? I want to create a macro that inserts automatically a border
|
| VBA built-in object names auto-switching to lowercase--why? | 06 Mar 2007 10:47 GMT | 3 |
I'm working on code that frequently uses the Fields collection, but when I type something into the VBA editor, the word "Fields" is automatically switched to lowercase, like this: ActiveDocument.fields.Update
|
| turn off compile error box | 06 Mar 2007 10:35 GMT | 1 |
I am new to VBA programming and wish to turn off the compile error message box that constantly appears as I am writing code.
|
| Extract RTF text from word without clipborad function????? | 06 Mar 2007 09:44 GMT | 2 |
I'm trying to extract RTF text from a given word document and I'm using clipboard functionality to get RTF text which is as follows. I'm using .NET technology. I dont mind accepting VB6\VBA solution. Dim data As IDataObject
|
| How do I automatically insert the date one month from today? | 06 Mar 2007 07:13 GMT | 3 |
I need to have the date one month from the current date automatically inserted into a new document.
|
| An idiot needs help with a macro | 06 Mar 2007 07:11 GMT | 6 |
I'm writing a script. I would like to write a macro that allows me to go Center/Caps On/enter text(character name)/Return/Caps Off. This seems like a pretty simple thing to do, but I have tried using the macro editor and weirdness ensues. The cap lock won't work, or the cursor ...
|
| Sequentially numbering a word document on SharePoint | 06 Mar 2007 07:09 GMT | 3 |
I have a word template on SharePoint and would like to set it up to Sequentially number each form. The code to call a file from the C: drive is Order = System.PrivateProfileString("C:\Settings.Txt", _ "MacroSettings", "Order")
|
| update other sheet | 06 Mar 2007 04:03 GMT | 2 |
I am looking for a macro that can do the following task. In a w/sheet I have three columns and five rows data to be entered every day. At 6th row totals are calculated for all the three columns.Whenever I press 'Update' (button has to be inserted in the sheet)
|
| VBA code to select a list of photos and then add them to a word doc | 06 Mar 2007 01:34 GMT | 13 |
I would like to be able to select from a picture from a list of pictures and then add that photo added to a open word document. The code listed below will add the 2 pictures but i cannot choose only one to add. Can anyone help.
|
| Someone know event to determine something are typed??? | 06 Mar 2007 00:56 GMT | 2 |
User type some text on word, words counter(It exist on status bar) are change dynamically. I'm making like this app. If someones type some text on word, how can I know text are inputed? I want to know user have typed something!!!
|