I'm not sure - novice. I want to create a spreadsheet in VB, I was given the following suggestion using the MSFlexGrid and I'm stuck at step 2:
----------
Step 1: Add a component Microsoft FlexGrid to your project and MSFlexGrid1 to your form
Step 2: Create and open a recordset rstAccess...
Could someone post an example of how to create a simple spreadsheet using the flexgrid - or post the code of a program if you have one please. I copied a couple from PlanetSourceCode but can't get them to run.
Thanks
'**************************************
'Windows API/Global Declarations for :Us
' e MSFlexGrid as Spreadsheet
'**************************************
' Row and Column Pointers
Private iGridRow%
Private iGridCol%
' References to Grid and Edit TextBox
Private txtEditCell As TextBox
Private...
I typed out the code in the next post (from Planet Source Code by David Hitchner, thanks David and Josh5414 for the link) in the code window of a visual basic program.
I understand the logic of the code, what it's suppose to do. What I'm having trouble with is getting the code to run with the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.