Recent content by rdub

  1. R

    Late binding help,pls

    <Untested> Dim myEmail As Object Dim objOutlook as object Set objOutlook = CreateObject("Outlook.Application") Set myEmail = objOutlook.ActiveInspector .... Your code </Untested> I think the above will do it for ya. Do not forget to destroy all of the objects you created by...
  2. R

    Monitor serial data

    I have just started the same project!! And when I say just started I mean I started the app yesterday afternoon, so what I ahve is VERY rough. I am also reading from Barcode scanners and have structured the app to Open the com port when the form opens. I use the forms timer to do a CommRead a...
Back
Top Bottom