TCP/IP in Excel 2003 VBA

I

IdiotZ42

Hello,

Is there an easier way to open an IP connection to my networked printer?

currently I've been trying to use:

Private Declare Function WSAStartup Lib "WSOCK32.DLL" Alias "#115" _
(ByVal wVersionRequired As Integer, _
ByRef WSAData As WSADataType) As Integer

but this is just an uphill battle.
 
Top