- Joined
- Jul 17, 2012
- Messages
- 2
- Reaction score
- 0
I've created an VB project that takes asynchronous data from an RS232 and deposits it into a terminal-like interface. The data packets are Ascii format, as follows :
1 xxxx xxxx xxxx xxxx
I've never used VB as VBA, and therefore don't have any bit of knowledge in this field. My task is to move those 5 packets of data in A1 B1 C1 D1 E1, then skip to next row and wait data from the RS232. 15 secs later, when another packet arives I require it to put data on A2 B2 ... etc, you all get the point.
I've attached the VB project with explanations in romanian, the code isn't that hard to grasp. Do I have any posibility of doing the VBA inside the VB proj directly, or do I have to create an excel macro that will gestion my data? Can't I do it simultaneously?
1 xxxx xxxx xxxx xxxx
I've never used VB as VBA, and therefore don't have any bit of knowledge in this field. My task is to move those 5 packets of data in A1 B1 C1 D1 E1, then skip to next row and wait data from the RS232. 15 secs later, when another packet arives I require it to put data on A2 B2 ... etc, you all get the point.
I've attached the VB project with explanations in romanian, the code isn't that hard to grasp. Do I have any posibility of doing the VBA inside the VB proj directly, or do I have to create an excel macro that will gestion my data? Can't I do it simultaneously?
Last edited: