Hi. This will be my very first
VB program and will link to another software package that we are using (A CATI system). The company that puts the package out has written an OLE Reference set of functions to pass their data to a
VB program.
What I need to be able to do is to display (read only) these variables (their contents) to the screen. They sent me a small
VB macro for Excel which does exactly what I want; display the data in nice neat columns with headings at the top.
Which control should I use to do this? At first I thought a DataGrid, but that assumes that you have a database. An Array would work but how do you display the contents in columns? Or could I just use a TextBox? Can you get stuff in TextBoxes in columns? Help. Thank you.