RE: reading data from com port into excel spreadsheet

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Evelien Snel (Snel_at_discussions.microsoft.com)
Date: 09/25/04


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!


Quantcast