Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello ! I am designing an application to access a PBX using serial
connection. I want to access Hyperterminal from VBA, in order to connect the PBX using a dial up connection. How can I set up, activate, and send and receive data from modem, using VBA ? Thanks in advance. LQ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() in VBA you need to reference the Microsoft TAPI library. Look for TAP examples in google. The code is the same as in VB regard -- tony ----------------------------------------------------------------------- tony h's Profile: http://www.excelforum.com/member.php...fo&userid=2107 View this thread: http://www.excelforum.com/showthread.php?threadid=54049 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in vb6, we're using MSComm, i think you can also use it in excel.
if you dont have that control, you can download it here. http://www.yes-tele.com/mscomm.html and for reference code http://www.programmers-corner.com/sourcecode/111 HTH |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() go with arthur, the MSComm option is easier -- tony h ------------------------------------------------------------------------ tony h's Profile: http://www.excelforum.com/member.php...o&userid=21074 View this thread: http://www.excelforum.com/showthread...hreadid=540497 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
what is code to activate a combo box in control toolbox | Excel Discussion (Misc queries) | |||
V92 modem | New Users to Excel | |||
Activate an activex control on a sheet in excel 97? | Excel Programming | |||
Opening the modem ? | Excel Programming | |||
activate control | Excel Programming |