|
-
July 9th, 2010, 06:53 AM
#3
Re: Excel sheets or MsflexGrid
thank you, my idea with the 0 rows was to make it so when "save to history" was clicked it would add a row.
ie.
Private Sub CmdSave_Click()
GridHistory.Rows = GridHistory.Rows + 1
Are the rows/columns named the same as excel (rows=numbers and columns=letters, first cell=A1)
If I add a row each time the button is clicked is that row always added above the previous row ? so it will be row 1,and the previous row 1 will become row 2?
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|