Search found 1 match

by r0b3m4n
Mon Dec 14, 2009 9:28 pm
Forum: PicoLog
Topic: Importing PicoLog Data Into Excel
Replies: 5
Views: 9959

Re: Importing PicoLog Data Into Excel

Hi, I want to use the DDE doc you attached but I want to import the recording time also (in my case it is seconds). I get a data type mismatch in VB when I add: returndata = DDERequest(chan, "Time") For i = LBound(returndata) To UBound(returndata) Worksheets("Sheet1").Cells(i + 3, 4).Value = returnd...