| Thread | Last Post | Replies |
|
| Tranlating English Words to French using VBA | 11 Oct 2005 16:33 GMT | 1 |
I am trying to get English->French and French->English translated word meanings through a VB application, something similar to the Application.SynonymInfo() The problem is that the Application.SynonymInfo() only gets those meanings
|
| Toggle choices within a user form | 11 Oct 2005 16:30 GMT | 5 |
I have introduced a user form within a macro with two check boxes to give users a choice. I want Selection of one check box to deselect the other (without writing a lot of code to do this). I tried placing the check boxes within a frame, hoping this would behave as with Access ...
|
| set up Word to automatically close after a period of time | 11 Oct 2005 14:47 GMT | 4 |
I need to be able to close a word document automatically after a period of say 1 hour when it is not in use. The reason for this is that this document is available to several people and sometimes users forget to close it when they are finished which means noone else can save ...
|
| table in header | 11 Oct 2005 14:34 GMT | 5 |
I have a macro attached to a template which creates a table in the header. Recently, for some documents, but not all (and I can't see any pattern) I occassionally get a 'Run-time errot 5941 - the requested member of the collection does not exist'. It is stopping at the line ...
|
| VBA & WORD2000 - I don't see some events occuring with ActiveX Con | 11 Oct 2005 04:51 GMT | 2 |
Hi I am trying to use the TextToSpeech ActiveX Contol (in Vtext.dll) in VBA in a Word 2000 application running under Win2K. I have inserted the ActiveX control into a UserForm.
|
| Passing object as parameter | 10 Oct 2005 23:00 GMT | 3 |
in excel, i can pass object as parameter by simply: Dim objCbx As ComboBox Set objCbx = Sheet3.cbxMainData Call Module1.Test(objCbx)
|
| How do I break a link between Option Buttons? | 10 Oct 2005 22:45 GMT | 2 |
I would like to use more than one set of Option (radio) Buttons in a Word document so that each set can have one button selected, but currently am unable to group the buttons How can I create two or more groups of Option Buttons that are not linked?
|
| How do I back up my auto complete file? | 10 Oct 2005 22:08 GMT | 1 |
In Word 2000 how can I back up my auto complete file and transfer it to another computer? Have XP platform.
|
| How do I copy my auto corrections from one computer to another? | 10 Oct 2005 22:08 GMT | 1 |
I use auto correct for transcription at home. I have a new computer and would like an easy way to transfer all of my auto corrections from the old computer.
|
| Macro to save as a .doc file | 10 Oct 2005 19:49 GMT | 1 |
HI ALL~ I have an HTML document that opens in word. I am trying to create a macro to save it as a .doc file. Here is the code I have so far. It saves it as HTML still, but will not save it as a .doc file. Any ideas?
|
| Deleting empty paragraphs and spaces at end of document | 10 Oct 2005 18:03 GMT | 9 |
Hi, finally nearing the end of my project. Thanks to those who have helped. I'm selecting and saving pages into a new document. Often there are five or six carriage returns at the end of a page that is copied into a new document. There might also be a number of spaces. Im wanting ...
|
| ScreenUpdate | 10 Oct 2005 13:05 GMT | 4 |
I have a word template which updates fields from a random access file combined with a access database using bookmarks. For some reason the template is showing all the field updates, so I have tried to set the application.screenupdate to false, but the screen jumps all
|
| Help me with a simple MS macro | 10 Oct 2005 11:55 GMT | 10 |
I want amend my macro that finds all instances of bold text in a document and puts the text between <b> and </b>. This macro, however, formats the tags themselves in bold. I want them in a non-bold (normal) and blue typeface.
|
| msoControlGraphicCombo | 10 Oct 2005 11:15 GMT | 1 |
- hello - i want to use more commandbars with other types, styles forExampe "msoControlGraphicCombo" but
|
| why isn't some words not showing up on lines? | 10 Oct 2005 10:50 GMT | 2 |
I typed on lines 30 and 37, but it is not showing up on them or when I print it.
|