Computer-Aided Computations (ME 1101/L)
In this course, students learn the fundamentals of Excel spreadsheets and computer programming using the Visual Basic for Applications (VBA) language. Students also learn the fundamentals of MATLAB and some numerical methods tools. There is a video for every Excel VBA topic.
2.1 - Accessing the VBA environment (4:48)
2.2 - Creating your first macro (6:38)
2.3 - Variables (10:59)
2.4 - Message boxes & input boxes (8:09)
2.5 - Absolute vs relative references in VBA (6:49)
2.6 - Recording macros (5:20)
2.7 - Making better use of space in VBA (1:54)
Same videos in a playlist: Videos 2.1 - 2.7
3.1 - Data types (8:53)
3.2 - Constant variables (3:03)
3.3 - Built-in functions in VBA (1:33)
Same videos in a playlist: Videos 3.1 - 3.3
8.1 - Introduction to UserForms (16.28)
8.2 - Example using OptionButtons and a ComboBox (12:13)
Same videos in a playlist: Videos 8.1 - 8.2