FinalBaskom Sm 3sdfsdfsdfsdfsdfdsfewertwet

Embed Size (px)

Citation preview

  • 7/23/2019 FinalBaskom Sm 3sdfsdfsdfsdfsdfdsfewertwet

    1/1

    Buat Tabel Data KaryawanBuat Tabel Data GajiBuat Query

    TUNJANGAN PRESTASI: 5/100*[GAJI]TOTAL GAJI: [GAJI]+[TUNJANGAN PRESTASI]

    Buat Form (more form)Buat Report (report wizard)

    =Sum([TOTAL GAJI])

    Final Macro

    Private Sub REZA_Click()Dim length As Single, width As Single, area As Single

    length = Cells(2, 2) width = Cells(3, 2) area = length * width

    Cells(4, 2) = area

    If length = width Then Cells(5, 2) = "segi empat"Else Cells(5, 2) = "persegi panjang"End IfEnd Sub