Results 1 to 1 of 1

Thread: excel .net

Threaded View

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2002
    Location
    London
    Posts
    678

    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
  •  



Click Here to Expand Forum to Full Width