Advertisement

1 - 10 of 28 containing alltags:("462") (0.001 seconds)
My Sub is supposed to open Word, go through some bookmarked fields and update them with data in my Access table, give me a print preview, and then close. Even though I exit, and close it, and se...
Zones: VB DBDate Answered: 01/08/2003 Grade: A Views: 0
I have an application which imports a text data file in Access.In order to do that i use docmd.transfertext which imports the text file.The first time i try to do that works properly,but when i try...
Zones: VB DBDate Answered: 07/05/2004 Grade: A Views: 8
Hi, I hope I've found the correct Topic Area. I'm using VB to copy a word document and then open the document invisibly to the user to change the "Issue Number" which is a bookmark in the document...
Zones: VB ControlsDate Answered: 02/16/2005 Grade: A Views: 0
I have an Asus Terminator A7VT400 as specified at http://uk.asus.com/products4.aspx?modelmenu=2&model=490&l1=1&l2=2&l3=0 I suspect the CPU is bad (hangs while in BIOS, sometimes doesn't even get ...
Zones: General SystemsDate Answered: 01/24/2006 Grade: B Views: 0
Can anyone help me with this section of code? Here is the code and I'll explain what happens after: Private Sub Command1_Click() Dim retval Dim eol As String eol$ = Chr$(13) & Chr$(10) ...
Zones: Visual BasicDate Answered: 02/07/2000 Grade: A Views: 0
I made a button which allowed me to open up microsoft word 2002 (office xp). all works well when i first run the project and click on the button for the first time (even if msword is open with anot...
Zones: LanguagesDate Answered: 04/14/2004 Grade: A Views: 0
hi all !, i get sometimes this message :" The remote server machine does not exist or is unavailable" error no. 462 when i try to do some function in a connection object , the error is return s...
Zones: VB DBDate Answered: 09/23/2003 Grade: C Views: 0
Experts please help me out here....... i have got this code running to open a word document and then add a table, and then add some data from some recordset. The probliem is that it works fine ...
Zones: Visual BasicDate Answered: 09/19/2003 Grade: A Views: 0
Hi i am opening a word application from VB6. first i open and i close the Word Application and again i trying to open the word document i got the error message   "RUNTIME ERROR 462 : The ...
Zones: Visual BasicDate Answered: 10/01/2003 Grade: A Views: 63
Here is the code:   Receive error 462 when trying to print envelops using Word within VB 6. Public Sub PrintEnvelopes()     '**Error Handling***     On Error GoTo ErrHandler     Dim sSource ...
Zones: Visual BasicDate Answered: 03/02/2004 Grade: A Views: 10