| Thread | Last Post | Replies |
|
| Re: Something is opening Normal.dot | 07 Sep 2004 11:26 GMT | 4 |
I think that I found the culprit. Looks like it is safe to ASSuME that the problem is being caused by OmniPage Pro Office 14. I installed OMP on 14 July 2004, but have been very pre-occupied lately
|
| How to scroll in text box using mouse wheel - Word2000? | 07 Sep 2004 07:10 GMT | 1 |
As it is not possible to scroll in the text box (in Word 2000, it does not work for me at least) using the mouse wheel, I am trying to write a code that will allow that. I have some code that installs system hook WH_MOUSE. It works fine with VB6, but does not with VBA in Word 2000. ...
|
| Is not null? | 07 Sep 2004 04:39 GMT | 1 |
Hi - I have the following line of code: If frmMailingLabel.txtCM2 = "" Then I'm using a work around because I don't know how to say the opposite, which is,
|
| blank lines in a form | 07 Sep 2004 02:49 GMT | 1 |
I am making a form where I'd like to leave a blank to be filled in on screen. But when I fill in the blank, it makes the line disappear. Can someone tell me how to accomplish leaving the blank for all answers. Thanks.
|
| Installing word 2000 on computer that already has word 2002 alread | 07 Sep 2004 02:25 GMT | 1 |
I am a home-based transcriptionist that has a client that is interested in me performing some transcription for them. The problem I have is that I have Microsoft Windows XP professional with word 2002 on my business computer and this company's system requires the transcription to ...
|
| Lock a Doc | 07 Sep 2004 00:30 GMT | 1 |
Is there anyway I can prevent a Word Document (*.doc) from being edited. Similar to a *.pdf file I want a formatted document that cannot be changed in anyway by the user. Thanks
|
| Showing the word document from VB | 06 Sep 2004 22:38 GMT | 2 |
I use VB6 to generate a Word document, using: Dim WordApp As Word.Application Dim WordDoc As Word.Document Is it possible to show the document it AS MODAL (like form.show vbmodal) and
|
| Why I can not copy from a invisible document? | 06 Sep 2004 20:55 GMT | 5 |
hi, everyone I am trying copy something from a hidden document to an opened document. But I got nothing. My code opening a hidden document like this:
|
| msoFileDialogSaveAs | 06 Sep 2004 19:04 GMT | 1 |
I want to allow the user to save the document as soon as the new document is created. I load the SaveAs dialog box (AutoNew), Sub AutoNew() Application.FileDialog(msoFileDialogSaveAs).InitialFileName =
|
| Which is the right newsgroup for scripting (vbScript, cScript and WSH)? | 06 Sep 2004 17:53 GMT | 1 |
My guess is that this vba beginner newsgroup is not the right newsgroup for me to post questions about scripting (vbScript, cScript and WSH). Does anyone know which is the right newsgroup?
|
| Find and Replace using Autocorrect "mapping table" ?? | 06 Sep 2004 17:49 GMT | 1 |
I want to be able to perform a multiple Find and Replace based on the values in a hypothetical two column table. For example, COLUMN1 COLUMN2
|
| Opening a browser window.. | 06 Sep 2004 16:05 GMT | 1 |
Firstly, please excuse x-post if its deemed unacceptable, I figured the question relevant to each group where someone may have either encountered the same problem or know the answer :o) I am using the following code to open a browser window:
|
| Visual basic editor help | 06 Sep 2004 15:21 GMT | 3 |
When the Visual basic editor help is opened in either word or excel, in the right hand window under the heading, there are no links availble(eg "See Also" "Examlple" "Specifics") Instead there are boxes with a single dash in. Is there a fix for this....please!
|
| I cannot open Winword in Office 2000. Excell etc are OK | 06 Sep 2004 02:52 GMT | 1 |
I have been using MS Office 2000 Premium for a long time and I have never experienced any problems. But recently (2 or 3 days) I cannot open Winword. Other softwares like Excell, Accent, Pwoer Point etc are working fine. When I try to start MS Word I get a message that winword ...
|
| Direct vs. Indirect opening of Word | 05 Sep 2004 21:29 GMT | 1 |
Is there a switch or setting that VBA can detect that 'advises' whether Word is being 'directly' opened from the Word icon (e.g., the programs icon on the desktop) as opposed to being 'indirectly' opened by clicking on a document( and Word opening by virtue of the association of the ...
|