羅德興老師的教學歷程檔案 - 109-2 資訊技術 - 主題B3:VBA 資料處理
 

企業資訊與管理系
助理教授/日導
羅德興


歷程檔案 Portfolio

    主題B3:VBA 資料處理

    Sub Check()
    Dim i, j As Integer
    For i = 2 To 200
      For j = 2 To 5529
        If Cells(i, 2) = Sheets("Graduated105-107").Cells(j, 5) Then
        Cells(i, 40) = "成"
        Cells(i, 41) = Sheets("Graduated105-107").Cells(j, 27)
        Exit For
        Else
        Cells(i, 40) = "0000"
        Cells(i, 41) = Sheets("Graduated105-107").Cells(j, 27)
        End If
      Next j
    Next i
     
    End Sub
     


    VBA 程式  & 資料檔 下載 (.xlsm)

    資料檔下載 (.xls)






    全部共 0則留言
    登入帳號密碼代表遵守學術網路規範


    文章分類 Labels


    最新文章 Top10

    中華科技大學數位化學習歷程 - 意見反應