|
-
Sep 18th, 2003, 05:56 AM
#1
Thread Starter
Fanatic Member
excel .net
Hi,
Currently I have an excel macro which loops through each row of an excel sheet and does several tasks...
I would like to have the same thing in my vb.net application
Can you see if you can make the right changes so that it will work in the vb.net?
For Each KeyRow In Worksheets(1).Rows
If Len(Cells(intRow, 1)) > 0 Then
'Do tasks...
End If
Next
Thanks
Last edited by fmardani; Sep 18th, 2003 at 06:05 AM.
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
|