| Thread | Last Post | Replies |
|
| Filter an array | 11 Sep 2006 22:40 GMT | 2 |
I have a multidimensional array and I wan't to filter this array into an other variable. The array is something like A(Projectnr, SampleNr, Info) and I would like to be able to show just those records that have projectnr = B.
|
| Opening an Excel document within Word VBA? | 11 Sep 2006 22:11 GMT | 1 |
I am working on a Word document that has a built in userform. The userform prompts the user to input some data, the data is then written to various other Word documents. What I want to do is open an Excel and write the same data to a specific cell in the doument. Here is the ...
|
| Word Crash | 11 Sep 2006 22:08 GMT | 1 |
I am runnig Win XP on Dell GX280 machine network wide. We use the Office XP suite with Softwise Innova 5.1.5 version. The problem that is occurring is when my users save a document that they have worked on sometime or maybe 5 minutes they save the doc and word freezes BTW we are ...
|
| My delete key has stopped working to delete blocks of text. | 11 Sep 2006 21:52 GMT | 1 |
My delete key has stopped working to delete whole words, sentences or blocks of text. I do not know whether I accidentally hit something to program this, or whether my keyboard or something is broken. It works for email, but does not work for Word.
|
| Macro in Word: Switching between two documents | 11 Sep 2006 20:45 GMT | 3 |
Word 2003: I want to build a macro using my key board keys. (Alt/z). I want to loop my macro with hitting the "Alt/z" keys once. Taking text from document 1 -- I will tell me macro to look for a particular character in document 1 and placing the text into document 2.
|
| copy menu bar | 11 Sep 2006 20:21 GMT | 3 |
Is there anyone know how to copy menu bar from a template to another word document that's not created by the template? I created a menubar in a word template and would like to copy it to other word doc as well. The only thing that I can do is copying its macro to
|
| Low performance when extracting data | 11 Sep 2006 20:21 GMT | 3 |
I have written a macro to extract data from the active document. The macro should be a part of an algorithm to auto detect headings. The problem is that I get very long delays when accessing the DOM. A code-snippet that show this behavior:
|
| Can I accept all changes within a Selection range? | 11 Sep 2006 18:45 GMT | 2 |
Is there any way, either in code or by a Reviewing function I don't know about, to select a certain portion of the document and accept or reject all changes in just the selected range? Ed
|
| Markup View in Word 2003 - Need code to turn it off if it's on | 11 Sep 2006 15:45 GMT | 4 |
Hi, Everyone: I'm trying to find a way to turn off View, Markup that I can add to the code that's executed with my templates. I found the following in another message/thread, but I don't think this will work for me.
|
| Update Fields, VBA, nothing selected | 11 Sep 2006 14:27 GMT | 1 |
I have created a macro that takes over the functionality of the shortcut for Updating fields (F9). If any part of a certain section is selected when they press F9, I want another macro to run, which it does successfully.
|
| Temp Files | 11 Sep 2006 12:09 GMT | 3 |
Hi, I have some word templates with VBA code behind that are in a shared location and clients use them by pointing thier Workgroup Templates to them. Every now and then we have to delete a bunch of temp files, sometimes
|
| Break OLE links in Word | 11 Sep 2006 10:48 GMT | 2 |
Does anyone know hw to programmatically "Break Links" in Word to an Excel spreadsheet? I have multiple links at different points in a document that is used as a template to produce a final report (as a new file). I want to ensure that once the report is completed ...
|
| line break with different style | 11 Sep 2006 09:31 GMT | 1 |
Hi, I have a table cell which have two lines of text broken by ctrl+enter. I able to read the text and seperate it using line seperator but the thing is first line of the text is a hyperlink. any idea how can i retrieve them as a Paragraph/anything so i can retrieve
|
| Find Replace w negated option | 11 Sep 2006 07:51 GMT | 4 |
I have a procedure that eliminates all extra spaces (i.e., more than 2 in a row) from the document. However, there is one particular style which has a mono type, and spaces are used to line things up. I want my routine to search the document and ignore only the paragraphs ...
|
| Check if Word is composing an E-Mail Message? | 10 Sep 2006 20:20 GMT | 1 |
Is it possible to determine if the user is in an email message as opposed to a regular Word document?
|