Forum: Visual Basic 4 / 5 / 6 Mar 9th, 2006 |
| Replies: 25 Views: 212,143 No......it dose have value
i want to write program that read the names of student of specific section from excel file and display it in textbox
actually each cell has name of student |
Forum: Visual Basic 4 / 5 / 6 Mar 9th, 2006 |
| Replies: 25 Views: 212,143 thanks....
i don't have now run time error
but i tried to display result on textbox i always have empty textbox??? |
Forum: Visual Basic 4 / 5 / 6 Mar 9th, 2006 |
| Replies: 25 Views: 212,143 hi
I want to know how to read from excel file
i know how to open it but how to store cell's value from excel to the variable
i wrote
varname=xlsheet.Cells(1, 1)
and i got run timeerror
"cast... |