| Thread | Last Post | Replies |
|
| Reading values from Excel Columns | 14 Mar 2005 14:33 GMT | 1 |
Hi VBA guys. See I have an assignment. I have to read column and cell values from Excel work sheets and use them in another word file.
|
| Embedded Button in Word Document | 14 Mar 2005 14:01 GMT | 6 |
Good afternoon! As the sun sinks slowly into the west, one last question before the weekend. Is it possible to create a button which is embedded directly into a document, which can be attached to VBA code.
|
| Inserting Document Text | 14 Mar 2005 12:53 GMT | 7 |
Is there a way to trap a "mouse click" event in a document? I want to insert pre-defined text in a document at the point where the user "left clicked" the mouse. I hope that this explanation is explicit enough.
|
| Word 2000 problems with Normal.DOT | 14 Mar 2005 12:04 GMT | 3 |
If I edit ANY macro in Word 2000, when I exit the application, Word complains about being unable to save Normal.DOT because it thinks its in use by another user. Is this a known bug?
|
| finding direct formatting | 14 Mar 2005 11:39 GMT | 2 |
I have a function which loops through all styles in the styles collection, but now i want to extend it to capture all direct formatting as well. Is there a neat (efficient) way of capturing all variations of direct formatting? For info (if it helps!): i am developing a feature to ...
|
| Find if paragraph or sentence contains font (italic,bold,etc) | 14 Mar 2005 09:23 GMT | 2 |
I'm looping through the document at the character level to convert it to another format. Needless to say, things are slow. Is there any way I can quickly check if a paragraph or sentence contains font styling or a special style such as hyperlink(so I can simply return the range ...
|
| Inserting Fields Via Code | 14 Mar 2005 06:47 GMT | 6 |
As a follow-up to a previous discussion on if it was possible to insert field codes inside another field (which doesn't seem possible) I was wondering how can you insert a field code into a document at say the end of a paragraph so that it inserts the field codes themselves and ...
|
| code to move cursor up two cells? | 14 Mar 2005 04:21 GMT | 2 |
I seem to be wading around ... I am looking for code to move cursor up 2 whole cells in a table. That's got to be the easiest thing in the world, yes? Selection.MoveUp Unit:=wdCell , Count:=2, Extend:=wdMove
|
| Vanishing tabs | 14 Mar 2005 03:33 GMT | 1 |
If I slide the dividing bar to the left, so as to keep column A always on screen, I find this causes the tabs identifying the different worksheets to disappear, and they can only be found be moving the bar back or right clicking the arrow heads at the bottom left of the screen.
|
| Functionality for setting Default Signer in Word, Excel | 14 Mar 2005 03:28 GMT | 1 |
I am using Office 2003 and enjoying the feature of digitally signing word and excel documents. I need to know whether there is some setting to set the default signer ? At the moment when ever I sign, I get this window to select the
|
| subdocs: don't wan't changes saved to original docs | 14 Mar 2005 03:22 GMT | 1 |
Anyway to prevent changes being made to original .doc files after inserting them as subdocuments into a new doc instance?
|
| Word deleted CTRL-Shift-P shortcut - how can I restore? | 13 Mar 2005 23:57 GMT | 2 |
I meant to press CTRL-Shift-P to open the Format - Font dialog box, but I must have accidentally pressed CTRL-Shift-Hyphen and then pressed a menu item. My understanding now is that by so doing, what I did was accidentally delete that menu item? At any rate, the CTRL-Shift-P ...
|
| ActiveX combo box? | 13 Mar 2005 19:21 GMT | 1 |
I am making a form in Word and want end-users to choose from a dropdown list. I need to use an ActiveX combo box for this purpose. I’ve been working with the information from this link http://www.microsoft.com/office/community/en-us/wizard ...
|
| Tax Free Muni Bonds Nuveen | 13 Mar 2005 18:34 GMT | 1 |
This bond fund may be worth looking at. Nuveen High Yield Municipal Bond Fund http://www.kiplinger.com/columns/balance/archive/2004/balance0924.html http://biz.yahoo.com/p/tops/hm.html
|
| Can anyone fix one line of VBA code for Word to text conversion? | 13 Mar 2005 05:09 GMT | 2 |
The following VBA script opens Word documents in the directory C:\src, and saves their contents as text files in the directory C:\dest. Unfortunately, the saved text files include Word formatting, which crimps my plan to index the contents with Perl. I would much rather that the ...
|