前一段学习的总结,主要是一些难点和技巧。Excel 2003和2007通用。
ppt共39页。
Summary- Key points
[size=70%]lVBA programming
[size=70%]lRange, cells, function
[size=70%]lAutomatic Procedures and events
[size=70%]lUse/Create three type of function
[size=70%]l Built-in from VBA, WorksheetFuctnion, custom function
Keynotes p42
[size=70%]l_ :line-continuation character
[size=70%]lF5 is a shortcut for the Run->Run Sub/UserFormcommand
[size=70%]lConcatenating (joining) a string (using the &operator)
[size=70%]lUsing a built-in VBA function (MsgBox)
[size=70%]l Using built-in VBA constants (vbYesNo, vbNo, andvbYes)
[size=70%]lTo create a watch expression, chooseDebug->Add Watch