vba in excel to rs232 interfacing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • khizerbasith
    New Member
    • Feb 2008
    • 3

    vba in excel to rs232 interfacing

    i need to interface vba in excel to interface it to rs232.need to send the message from the vba throught the rs232 port
  • VBWheaties
    New Member
    • Feb 2008
    • 145

    #2
    Originally posted by khizerbasith
    i need to interface vba in excel to interface it to rs232.need to send the message from the vba throught the rs232 port
    You should use the COMM control. In Excel, you should be able to set a reference to it then use it in code. The file name is MSCOMM32.ocx.
    and its known as Microsoft Comm Control

    Comment

    Working...