Thursday, March 1, 2012


Sub foo()
    MsgBox "hello"
End Sub

Sub bar()
    Call foo
    Call foo
End Sub


Tuesday, Mar 13, Exam 1:
formulas (ch 1-5)
grauer (ch 1 - 4)
vba, up to ifs, but be able to write subs and functions (UDFs)

No comments:

Post a Comment