From the course: Excel: Learning VBA
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Challenge: Add advanced elements to your workbook - Microsoft Excel Tutorial
From the course: Excel: Learning VBA
Challenge: Add advanced elements to your workbook
(upbeat music) - [Instructor] Now that we've reached the end of the chapter, I wanted to present a challenge so you can practice the skills that you've learned. And these will be related to adding advanced elements to your VBA code. So the challenges are to turn off screen updating and that is to prevent any flashing that might occur and it could be distracting. Also, I'll ask you to use worksheet functions in a macro, to acquire values using an input box, and finally to call a subroutine from another subroutine. So there are four challenges, but a couple of them just require one or two lines of code. As with the other challenges in this course, there are three aspects to it. The first is to prepare by reading the comments in each code module. Second is to create your solution by adding two or editing existing code. And finally, to test your solution to make sure it runs as expected. With all that in mind, I'll…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
(Locked)
Turn off screen updating when you run a macro4m 21s
-
(Locked)
Use worksheet functions in a macro3m 12s
-
(Locked)
Acquire values using an input box or message box6m 55s
-
(Locked)
Call a subroutine from another subroutine3m 46s
-
(Locked)
Challenge: Add advanced elements to your workbook3m 35s
-
(Locked)
Solution: Add advanced elements to your workbook4m 1s
-
(Locked)
-
-