These two lines send the data to lables, not to the sheet in Excel,
I think a VB book, along with google, will be very helpful for you
Good luck!
--- In ultimaserial_group@yahoogroups.com, "vr_man02" <vr_man02@...>
wrote:
>
> thx..yup i noe the format to get count to voltage and count to
> degree..but in the codes i provided in the earlier post where
should i
> put the format so to get the output shown on excel? thx
>
> here are the format:
>
> Label5.Caption = Format((v(0, i) * 10 / 32768 - 0.42) / 3000 *
> 1000000, "0.00") & "uV"
> Label6.Caption = Format((v(1, i) * 10 / 32768 - 1.1) * 90 *
> 0.9, "0.00") & "Degree"
>