top of page

3 New videos added to my YouTube channel!

It's been an interesting few weeks, and we are certainly living in a different world today, but I didn't want all that get in the way of adding more free content for you.


Though I haven't posted here, I have actually uploaded 3 (yes THREE) new videos for free on my YouTube channel.


Video 1: Saving An Individual Sheet To A Specific Folder With VBA

If you like this video, please hit the subscribe button!


This is a lecture I recorded in response to a student question in the VBA part of the course (Excel Essentials Level 3 - VBA Programming), which will teach you everything you will ever need to know about coding in VBA.


All the code is there on the screen for anyone to use, free, gratis, and for no charge :) Though I hope it will guide some of you to get the course...you should, it's really useful.


This is another student questions answered lecture...here's the scenario: We have a single workbook, with scores of different sheets, each one belonging to a specific territory manager (though it could be anything). The challenge is, if we make a change to anything in any of the individual sheets, a copy of THAT SPECIFIC sheet (and ONLY that sheet) is automatically saved to the SPECIFIC FOLDER that belongs to THAT SPECIFIC territory manager! Really useful if you pull data from a system (sales data, for example), and you want to get specific portions of that data to specific people who have access to their own specific folders on the system


Okay, you will find the full VBA code here, with a complete walkthrough of what each line does.


Video 2: Saving Multiple Sheets To A Single Workbook In A Specific Folder With VBA



This is another SQA lecture . This one covers copying multiple sheets from a master workbook to a specific file, and then save THAT newly created file to a specific folder in a specific directory...sound like there's a lot going on, but it's actually a breeze, and once you're set up, you're pretty much good to go!


There is a catch here, if you just record a macro to select multiple sheets, what you actually get is an ARRAY of those sheets...which makes it a bit of a pain as you would have to modify your code to change the names within the array every time you wanted to pick different sheet! A royal pain...I have a different way of doing it, which you will see here.


Video 3: Animated Charts...With A Little Something Extra! With VBA


Another student question answered, this one from Alessandro...and this one is all about making dynamic charts, and specifically making ANIMATED CHARTS.


Very simple, a FOR...NEXT loop to increase the value of the key cell by 1 for each pass, with a little pause thrown in so we can actually see it :)


And as an added bonus, just for fun more than anything else, we'll make Excel SPEAK to us while it's doing it!


Enjoy!


Be sure to check out the other videos on the channel...there are quite a few!


Videos in the Level 1 series:



Videos in the Level 2 series:



Videos in the Level 3 series:






69 views0 comments

Recent Posts

See All
bottom of page