RE: reading data from com port into excel spreadsheet
From: Evelien Snel (Snel_at_discussions.microsoft.com)
Date: 09/25/04
- Next message: Max Potters: "OnTime function"
- Previous message: Norman Jones: "Re: using the Find method in a VBA macro"
- In reply to: Neil K: "reading data from com port into excel spread***"
- Next in thread: Neil K: "Re: reading data from com port into excel spread***"
- Reply: Neil K: "Re: reading data from com port into excel spread***"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 25 Sep 2004 03:21:02 -0700
Hi Neil,
"Neil K" wrote:
[...]
> each time the data from the com port can be put into these same cells. Can
> I put data into a cell without selecting it?
Yes You can. Try this:
Sub FillInCell()
Cells(5, 3) = "Hello, World!"
End Sub
Success!
- Next message: Max Potters: "OnTime function"
- Previous message: Norman Jones: "Re: using the Find method in a VBA macro"
- In reply to: Neil K: "reading data from com port into excel spread***"
- Next in thread: Neil K: "Re: reading data from com port into excel spread***"
- Reply: Neil K: "Re: reading data from com port into excel spread***"
- Messages sorted by: [ date ] [ thread ]