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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20446229.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_21045902.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_21310830....
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 ...
http://www.experts-exchange.com/Hardware/Desktops/Q_21655624.html
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)
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10289662.html
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...
http://www.experts-exchange.com/Programming/Languages/Q_20611428.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20698048.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20742470.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20753661.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20786577.html
Zones:
Visual BasicDate Answered: 03/02/2004 Grade: A Views: 10