Hi guys,
I need to go through every row in my datagridview ignoring the first row each time.
Now i have the code
But i need to tweek it slightly so that the first row is ignored.VB Code:
For each row as DataGridViewRows in DataGridView1.Rows 'do whatever i need to Next
Any ideas anybody?
Thanks in advance![]()




Reply With Quote