From the course: Excel: Learning VBA
Unlock the full course today
Join today to access over 24,800 courses taught by industry experts.
Solution: Add advanced elements to your workbook - Microsoft Excel Tutorial
From the course: Excel: Learning VBA
Solution: Add advanced elements to your workbook
(upbeat music) - [Instructor] In the previous movie, I gave you a set of challenges using skills that you learned in this chapter and in this movie I will show you how I might solve them. My sample file is 06 06 solution a nd you can find it in the chapter six folder of the exercise files collection. So again, on sheet one I have a suggestion box form and then when the as suggestion macro is run after it's been updated, it will write the values to sheet two and then on sheet three I have a list of data that we'll use in a moment. So I'll switch back to sheet one and press Alt F 11 to open the Visual Basic Editor and here I have add suggestion and the code that you use to turn off screen updating is application.screenupdating equals false and then the code at the bottom will turn it back on by setting the value to true. Excel is pretty good about turning screen updating back on. However, I find it's a good programming…
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)
-
-