Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default reading data from com port into excel spreadsheet

Hi Evelien,

Thanks for the response. My variable is "RB" for the buffer coming in.
Would I just use your code and instead of text, put

Cells(5, 3) = RB
??
Thanks
Neil

"Evelien Snel" <Evelien wrote in message
...
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!



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
FORMULA READING DATA FROM PIVOT TABLE TO SPREADSHEET Donna Excel Worksheet Functions 0 March 9th 09 06:43 PM
sending data to com1 port from excel sgerassimou Excel Programming 1 June 30th 04 10:12 PM
Reading the pin voltage fm RS232 port into excel by using VBA oscar[_2_] Excel Programming 2 February 17th 04 05:38 PM
need help re send/recieve com port data from excel and auto CR/LF Ftca Excel Programming 4 October 12th 03 05:16 PM


All times are GMT +1. The time now is 02:39 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"