View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
RB Smissaert RB Smissaert is offline
external usenet poster
 
Posts: 2,452
Default entering data from a serial port to excel

Mid("01a+0001.412", 8)

RBS


"David C" wrote in message
...
Iam collecting data form a serial port, the data is in this format
01a+0001.412, how do I get remove the first 7 bytes of data. I want the
final
data of 1.412.
thanks
--
David C