| Thread | Last Post | Replies |
|
| Macro not responding to button-click event | 25 Apr 2005 14:53 GMT | 2 |
I have a number of macros that I added to word, through the following code: objWordDoc.VBProject.VBComponents.Import fileName One of these macros is FileSave, which should be called when the user clicks on the Save button. This does not seem to get called the first time the user
|
| Programmatically add reference to RegExp | 25 Apr 2005 14:52 GMT | 3 |
I want to be able to programmatically add a reference to the RegExp engine. When I look at "Microsoft VBScript Regular Expressions 5.5" in the References Dialog, the path is shown as "c:\windows\system32\VBScript.Dll\3".It appears that I should be able to
|
| how can i convert a word(contain table) to a HTML file, using VB | 25 Apr 2005 14:40 GMT | 3 |
hello, i'm a newer in VB. could any boddy tell me how can i convert an exising word file to a HTML file,using VB.
|
| How to detect if autotext entry is showing? | 25 Apr 2005 13:39 GMT | 6 |
I have defined some autotext entries: when I type some text, the autotext entry is showing, and when I hit Enter the entry is inserted in the document. Now I have created a KeyBinding for the Enter key: when the Enter key is hit, a specific macro is executed. My question is: how ...
|
| Add new item to Array | 25 Apr 2005 12:21 GMT | 1 |
I am a newbie with a question about my form. I populate my combobox using this code; cmboBusGroup.List() = Array("Brecksville", "Chicago", "Ritterhude") What do I need to add so that in the future the user can add to the
|
| protected form | 25 Apr 2005 11:41 GMT | 3 |
In a protected form, can users insert a picture into a form field?
|
| programming tables | 25 Apr 2005 09:34 GMT | 1 |
I have a VB 6 application and have added a table to the word document I have opened ok... (objWd.ActiveDocument.Tables.add wrdSelection.Range, NumRows:=rs.RecordCount + 1, NumColumns:=4)
|
| Docvariable | 25 Apr 2005 08:11 GMT | 2 |
with this I get a list of variable names For Each avar In ActiveDocument.Variables vari(Tæller) = avar.Name next avar
|
| Problem with wdDoNotSaveChanges | 25 Apr 2005 06:24 GMT | 9 |
I keep getting a "do you want to save changes" even though I'm using ActiveDocument.Close wdDoNotSaveChanges if ActiveDocument contains an image (such as a logo). I get the same behaviour in different documents with different images. Anybody have any
|
| ALT+F9 worked | 25 Apr 2005 04:33 GMT | 1 |
Thank you very much Graham, Pressing ALT+F9 totally solved my problem. Not only did it bring up the equation in the first instance of { EMBED Equation.3 } in one of my Word documents, but then all instances in all documents also showed the
|
| Restrict Find&Repalce to Selected Text | 25 Apr 2005 01:39 GMT | 12 |
I would like to write a macro to do multiple Find/replace operations but I want the operations confined to a block of text selected by the user. Can anyone point me to an example or sketch the approach? Thanks!
|
| deleting all frames | 24 Apr 2005 23:46 GMT | 3 |
I need help deleting all frames in one document which are at the top of approx. 700 pages. What can I do? Thanks fór your help. Bye.
|
| AttachedTemplate | 24 Apr 2005 16:51 GMT | 2 |
In Word VBA help is an example how to change the AttachedTemplate of a document: ActiveDocument.AttachedTemplate = "C:\Templates\Letter.dot" But when I use this example with my template,
|
| is there a template for a networking plan? | 24 Apr 2005 16:50 GMT | 1 |
|
| Equation Editor does not work with Word | 24 Apr 2005 16:25 GMT | 1 |
Equation Editor does not work with Word. It works with Power Point but not Word. This is a new computer bought from Dell with Office Small Business Edition 2003 preinstalled. If I try to insert an equation in a Word document, the Editor itself opens, but the equations that are ...
|