├── .DS_Store ├── README.md └── sample codes ├── .DS_Store ├── Topic1 ├── Capstone.xlsm ├── Comments.xlsm ├── Commission._Solutions.xlsm ├── Commission.xlsm ├── ModulesManaged.xlsm ├── ProjectProperties.xlsm ├── RecordFirst.xlsm ├── RunAMacro.xlsm ├── Scope.xlsm ├── VBEditor.xlsm └── ~$Commission._Solutionsxlsm.xlsm ├── Topic2 ├── Arrays.xlsm ├── Case.xlsm ├── Commission._Solutions.xlsm ├── Commission.xlsm ├── ConstantStatic.xlsm ├── CreateFilter.xlsm ├── CurrentRegion.xlsm ├── DimVariables.xlsm ├── DoLoops.xlsm ├── FindUnique.xlsm ├── ForEach.xlsm ├── ForNext.xlsm ├── IfThen.xlsm ├── MultipleFields.xlsm ├── MultipleValues.xlsm ├── ObjectVariables.xlsm ├── Operators.xlsm ├── RemoveFilters.xlsm ├── VariableScope.xlsm ├── WithExample.xlsm ├── ~$Commission._Solutions.xlsm └── ~$ConstantStatic.xlsm ├── Topic3 ├── AddSeries.xlsm ├── Boxes.xlsm ├── ColumnSparkline.xlsm ├── Comments.xlsm ├── Commission._Solutions.xlsm ├── Concatenate.xlsm ├── CreateChart.xlsm ├── CutPaste.xlsm ├── CutStrings.xlsm ├── DateAndTime.xlsm ├── DeleteSparkline.xlsm ├── ExportAsImage.xlsm ├── Find.xlsm ├── LineSparkline.xlsm ├── MoveChart.xlsm ├── Offset.xlsm ├── OpenDialog.xlsm ├── SalesData.xlsx ├── SuppressAlerts.xlsm ├── TrimmingText.xlsm ├── WinLossSparkline.xlsm ├── Workbooks.xlsm ├── WorksheetFunctions.xlsm ├── Worksheets.xlsm ├── Writing.xlsm └── Writing2a.xlsm ├── Topic4 ├── Breaking.xlsm ├── CheckError.xlsm ├── CheckForFolder.xlsm ├── CheckIfOpen.xlsm ├── CloseWorkbook.xlsm ├── Comments.xlsm ├── Commission._Solutions.xlsm ├── Concatenate.xlsm ├── CopyToExisting.xlsm ├── CopyToNew.xlsm ├── CopyWithin.xlsm ├── CreateAndRename.xlsm ├── CutPaste.xlsm ├── CutStrings.xlsm ├── DoesItExist.xlsm ├── Find.xlsm ├── Immediate.xlsm ├── MoveToExisting.xlsm ├── MoveToNew.xlsm ├── MoveWithin.xlsm ├── Offset.xlsm ├── OpenWorkbook.xlsm ├── SalesData.xlsx ├── SaveAs.xlsm ├── SaveAsCSV.xlsm ├── SheetExists.xlsm ├── Stepping.xlsm ├── Target.xlsx ├── TargetForCopy.xlsx ├── TargetForMove.xlsx ├── Watch.xlsm ├── Workbooks.xlsm ├── Worksheets.xlsm └── Writing.xlsm └── Topic5 ├── AdvanceOne.xlsm ├── Boxes.xlsm ├── Calling.xlsm ├── Capstone.xlsm ├── ChangeRange.xlsm ├── ComboBox.xlsm ├── Comments.xlsm ├── Commission._Solutions.xlsm ├── CreateUserForm.xlsm ├── Flashing.xlsm ├── Graphic.xlsm ├── ListBox.xlsm ├── ManageEvents.xlsm ├── MoveToAny.xlsm ├── OnKey.xlsm ├── OptionButton.xlsm ├── QuickAccess.xlsm ├── RecordPosition.xlsm ├── RunUserForm.xlsm ├── SpinButton.xlsm ├── TabsAndPages.xlsm ├── TextBox.xlsm ├── WorksheetFunctions.xlsm ├── WriteToWorksheet.xlsm └── logo.jpg /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/.DS_Store -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Visual Basic Application (VBA) for Excel Training 2 | ## by [Tertiary Courses](https://www.tertiarycourses.com.sg/) 3 | 4 | These are the exercise files used for [Visual Basic Application (VBA) for Excel Training](https://www.tertiarycourses.com.sg/visual-basic-vba-excel-training.html) course. 5 | 6 | The course outline can be found in 7 | 8 | https://www.tertiarycourses.com.sg/visual-basic-vba-excel-training.html 9 | 10 | https://www.tertiarycourses.com.my/visual-basic-vba-excel-training.html 11 | 12 |

Module 1 Get Started on VBA

13 | 19 |

Module 2 VBA Programming

20 | 27 |

Module 3 Function and Sub Procedure

28 | 32 |

Module 4 Managing Excel Objects

33 | 38 |

Module 5 Event Handling

39 | 43 |

Module 6 Mini VBA Project

44 | -------------------------------------------------------------------------------- /sample codes/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/.DS_Store -------------------------------------------------------------------------------- /sample codes/Topic1/Capstone.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic1/Capstone.xlsm -------------------------------------------------------------------------------- /sample codes/Topic1/Comments.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic1/Comments.xlsm -------------------------------------------------------------------------------- /sample codes/Topic1/Commission._Solutions.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic1/Commission._Solutions.xlsm -------------------------------------------------------------------------------- /sample codes/Topic1/Commission.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic1/Commission.xlsm -------------------------------------------------------------------------------- /sample codes/Topic1/ModulesManaged.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic1/ModulesManaged.xlsm -------------------------------------------------------------------------------- /sample codes/Topic1/ProjectProperties.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic1/ProjectProperties.xlsm -------------------------------------------------------------------------------- /sample codes/Topic1/RecordFirst.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic1/RecordFirst.xlsm -------------------------------------------------------------------------------- /sample codes/Topic1/RunAMacro.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic1/RunAMacro.xlsm -------------------------------------------------------------------------------- /sample codes/Topic1/Scope.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic1/Scope.xlsm -------------------------------------------------------------------------------- /sample codes/Topic1/VBEditor.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic1/VBEditor.xlsm -------------------------------------------------------------------------------- /sample codes/Topic1/~$Commission._Solutionsxlsm.xlsm: -------------------------------------------------------------------------------- 1 | Tertiary Infotech Tertiary Infotech -------------------------------------------------------------------------------- /sample codes/Topic2/Arrays.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/Arrays.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/Case.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/Case.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/Commission._Solutions.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/Commission._Solutions.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/Commission.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/Commission.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/ConstantStatic.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/ConstantStatic.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/CreateFilter.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/CreateFilter.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/CurrentRegion.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/CurrentRegion.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/DimVariables.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/DimVariables.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/DoLoops.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/DoLoops.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/FindUnique.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/FindUnique.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/ForEach.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/ForEach.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/ForNext.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/ForNext.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/IfThen.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/IfThen.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/MultipleFields.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/MultipleFields.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/MultipleValues.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/MultipleValues.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/ObjectVariables.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/ObjectVariables.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/Operators.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/Operators.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/RemoveFilters.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/RemoveFilters.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/VariableScope.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/VariableScope.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/WithExample.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic2/WithExample.xlsm -------------------------------------------------------------------------------- /sample codes/Topic2/~$Commission._Solutions.xlsm: -------------------------------------------------------------------------------- 1 | Tertiary Infotech Tertiary Infotech -------------------------------------------------------------------------------- /sample codes/Topic2/~$ConstantStatic.xlsm: -------------------------------------------------------------------------------- 1 | Tertiary Infotech Tertiary Infotech -------------------------------------------------------------------------------- /sample codes/Topic3/AddSeries.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/AddSeries.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/Boxes.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/Boxes.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/ColumnSparkline.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/ColumnSparkline.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/Comments.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/Comments.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/Commission._Solutions.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/Commission._Solutions.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/Concatenate.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/Concatenate.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/CreateChart.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/CreateChart.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/CutPaste.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/CutPaste.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/CutStrings.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/CutStrings.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/DateAndTime.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/DateAndTime.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/DeleteSparkline.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/DeleteSparkline.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/ExportAsImage.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/ExportAsImage.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/Find.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/Find.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/LineSparkline.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/LineSparkline.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/MoveChart.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/MoveChart.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/Offset.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/Offset.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/OpenDialog.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/OpenDialog.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/SalesData.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/SalesData.xlsx -------------------------------------------------------------------------------- /sample codes/Topic3/SuppressAlerts.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/SuppressAlerts.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/TrimmingText.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/TrimmingText.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/WinLossSparkline.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/WinLossSparkline.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/Workbooks.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/Workbooks.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/WorksheetFunctions.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/WorksheetFunctions.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/Worksheets.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/Worksheets.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/Writing.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/Writing.xlsm -------------------------------------------------------------------------------- /sample codes/Topic3/Writing2a.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic3/Writing2a.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/Breaking.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/Breaking.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/CheckError.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/CheckError.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/CheckForFolder.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/CheckForFolder.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/CheckIfOpen.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/CheckIfOpen.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/CloseWorkbook.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/CloseWorkbook.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/Comments.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/Comments.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/Commission._Solutions.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/Commission._Solutions.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/Concatenate.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/Concatenate.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/CopyToExisting.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/CopyToExisting.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/CopyToNew.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/CopyToNew.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/CopyWithin.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/CopyWithin.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/CreateAndRename.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/CreateAndRename.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/CutPaste.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/CutPaste.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/CutStrings.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/CutStrings.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/DoesItExist.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/DoesItExist.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/Find.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/Find.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/Immediate.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/Immediate.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/MoveToExisting.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/MoveToExisting.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/MoveToNew.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/MoveToNew.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/MoveWithin.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/MoveWithin.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/Offset.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/Offset.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/OpenWorkbook.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/OpenWorkbook.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/SalesData.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/SalesData.xlsx -------------------------------------------------------------------------------- /sample codes/Topic4/SaveAs.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/SaveAs.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/SaveAsCSV.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/SaveAsCSV.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/SheetExists.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/SheetExists.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/Stepping.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/Stepping.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/Target.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/Target.xlsx -------------------------------------------------------------------------------- /sample codes/Topic4/TargetForCopy.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/TargetForCopy.xlsx -------------------------------------------------------------------------------- /sample codes/Topic4/TargetForMove.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/TargetForMove.xlsx -------------------------------------------------------------------------------- /sample codes/Topic4/Watch.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/Watch.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/Workbooks.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/Workbooks.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/Worksheets.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/Worksheets.xlsm -------------------------------------------------------------------------------- /sample codes/Topic4/Writing.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic4/Writing.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/AdvanceOne.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/AdvanceOne.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/Boxes.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/Boxes.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/Calling.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/Calling.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/Capstone.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/Capstone.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/ChangeRange.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/ChangeRange.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/ComboBox.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/ComboBox.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/Comments.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/Comments.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/Commission._Solutions.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/Commission._Solutions.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/CreateUserForm.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/CreateUserForm.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/Flashing.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/Flashing.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/Graphic.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/Graphic.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/ListBox.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/ListBox.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/ManageEvents.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/ManageEvents.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/MoveToAny.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/MoveToAny.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/OnKey.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/OnKey.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/OptionButton.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/OptionButton.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/QuickAccess.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/QuickAccess.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/RecordPosition.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/RecordPosition.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/RunUserForm.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/RunUserForm.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/SpinButton.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/SpinButton.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/TabsAndPages.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/TabsAndPages.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/TextBox.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/TextBox.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/WorksheetFunctions.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/WorksheetFunctions.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/WriteToWorksheet.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/WriteToWorksheet.xlsm -------------------------------------------------------------------------------- /sample codes/Topic5/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tertiarycourses/ExcelVBATraining/39807d4820e82e2ee9db4404a4963b898b5c3799/sample codes/Topic5/logo.jpg --------------------------------------------------------------------------------