Alan Jarvis
Alan Jarvis
  • Видео 52
  • Просмотров 247 664
Excel VBA Dynamically Populating A Reusable Array While Looping Through A Table
ruclips.net/video/1m1rd_UWPT0/видео.html Dynamically Populating A Reusable Array While Looping Through A Table In VBA
A great question from Katerina. She has a huge data table, with various data sets segmented off into groups (like all sales from shop A could be lines 2-99, shop B could be 100-105, shop C 106-457 and so on. What we want to do here, is reuse the same array to read Shop A's data, then go away and perform some other clever stuff on THAT data block using code you have already written, then empty the array, and reuse it for shop B, than then C...and all the way until we have been through every variation.
The advantage in this approach is that you only need one array, and you can...
Просмотров: 725

Видео

Excel VBA Protecting Specific Cells and Data Validation In VBA
Просмотров 2,6 тыс.3 года назад
A great question from Anat. This lecture is about how to protect specific cells (lock them) so users can only access the cells you want them to have access to. Ideal if you have a list of some kind, where you only want the user to be able to add new entries, but not change any of the existing data. What we do on a WorkbookOpen event, is lock everything except the first blank row, and also lock ...
Excel VBA Extracting Unique Tables to Unique Sheets From A Big Data Set With VBA
Просмотров 3974 года назад
HUGE data set with over 4000 lines across dozens of columns...with all the data laid out this way, it's a bit of a mess! What we want to do, is analyse this data, and create a new workbook with multiple tabs, one for each unique MPAN (a 13 digit code), and return each of the 48 entries for all 365 days for that particular MPAN to the appropriate sheet laid out in a nic easy to read table!As alw...
Excel VBA Finding A Search String in Another Workbook With Multiple Sheets With VBA
Просмотров 7 тыс.4 года назад
ruclips.net/video/9Vl8NxWmy00/видео.html Finding A Search String in Another Workbook With Multiple Sheets With VBA This video is taken from my Excel tutorial course, Excel Essentials Level 3, which will teach you everything you will ever need to know about coding in VBA. If you like this video, please hit the subscribe button! This is another SQA lecture, this question from Pascal. A very simpl...
Excel VBA Extracting Specific Data From A Big File, To A Bunch Of Little Ones With VBA
Просмотров 2,4 тыс.4 года назад
ruclips.net/video/IIf4vZgHvGE/видео.html Extracting Specific Data From A Big File, To A Bunch Of Little Ones With VBA This video is taken from my Excel tutorial course, Excel Essentials Level 3, which will teach you everything you will ever need to know about coding in VBA. If you like this video, please hit the subscribe button! This is another SQA (Student Questions Answered) lecture, this on...
Excel VBA Animated Charts...With A Little Something Extra! With VBA
Просмотров 4184 года назад
ruclips.net/video/NKaund7qNbU/видео.html Animated Charts...With A Little Something Extra! With VBA This video is taken from my Excel tutorial course, Excel Essentials Level 3, which will teach you everything you will ever need to know about coding in VBA. If you like this video, please hit the subscribe button! Another student question answered, this one from Alessandro...and this one is all ab...
Excel VBA Saving Multiple Sheets To A Single Workbook In A Specific Folder With VBA
Просмотров 7 тыс.4 года назад
ruclips.net/video/BJiI0CrqG1E/видео.html Saving Multiple Sheets To A Single Workbook In A Specific Folder With VBA This video is taken from my Excel tutorial course, Excel Essentials Level 3, which will teach you everything you will ever need to know about coding in VBA. If you like this video, please hit the subscribe button! This is another SQA lecture . This one covers copying multiple sheet...
Excel VBA Saving An Individual Sheet To A Specific Folder With VBA
Просмотров 5 тыс.4 года назад
ruclips.net/video/qAbiXRHFkoI/видео.html Saving An Individual Sheet To A Specific Folder With VBA This video is taken from my Excel tutorial course, Excel Essentials Level 3, which will teach you everything you will ever need to know about coding in VBA. If you like this video, please hit the subscribe button! This is another student questions answered lecture...here's the scenario: We have a s...
Excel VBA Adding A Date Stamp, And Going To The Insertion Point AUTOMATICALLY
Просмотров 2114 года назад
ruclips.net/video/EELAr2myuog/видео.html Adding A Date Stamp, And Going To The Insertion Point AUTOMATICALLY This video is taken from my Excel tutorial course, Excel Essentials Level 3, which will teach you everything you will ever need to know about coding in 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 ...
Excel VBA Emailing Routine Adding a Specific Attachment Based On a Criteria With VBA
Просмотров 1814 года назад
ruclips.net/video/k-r2N-Bz1Os/видео.html Emailing Routine Adding a Specific Attachment Based On a Criteria With VBA If you like this video, please hit the subscribe button! This video is taken from my Excel tutorial course, Excel Essentials Level 3, which will teach you everything you will ever need to know about coding in VBA. This is another student question about using VBA in Excel to automa...
Excel VBA Get Rid Of Rows In An Array With VBA
Просмотров 1,8 тыс.4 года назад
ruclips.net/video/398-GMY0z78/видео.html Get Rid Of Rows In An Array With VBA This video is taken from my Excel tutorial course, Excel Essentials Level 3, which will teach you everything you will ever need to know about coding in VBA. 20,000 lines of data processed in just over 1 second! That's how fast this code runs :) This is a lecture I created for a student who asked if it was possible to ...
Excel VBA Introduction To The Mass Data Getter(er) With VBA
Просмотров 1924 года назад
ruclips.net/video/tGBsYjwbldQ/видео.html Introduction To The Mass Data Getter(er) With VBA This video is taken from my Excel tutorial course, Excel Essentials Level 3, which will teach you everything you will ever need to know about coding in VBA. This is really useful bit of code I wrote for a student. What he has is a consolidated report he needs to keep updated, but the problem is that the s...
Excel VBA Calling A Sub Stored In A Different Workbook
Просмотров 1,2 тыс.4 года назад
ruclips.net/video/Y6s3MEV1CIk/видео.html Calling A Sub Stored In A Different Workbook This video is taken from my Excel tutorial course, Excel Essentials Level 3, which will teach you everything you will ever need to know about coding in VBA. This is a really useful video! You may have written an excellent piece of VBA code, saved it in a particular workbook so it's always available to you...bu...
Excel VBA Introduction To Automating PowerPoint Presentations With VBA
Просмотров 1,1 тыс.6 лет назад
ruclips.net/video/kNkL21Iw9bk/видео.html Introduction To Automating PowerPoint Presentations With VBA This is another introductory lecture from my online Excel VBA training course, Microsoft Excel Essentials: Level 3 - VBA Programming Macros This section of the course shows you how to automatically create customised multi-slide PowerPoint presentations right out of Excel with the click of a but...
Excel VBA Introduction To Automating Word With VBA
Просмотров 3346 лет назад
Excel VBA Introduction To Automating Word With VBA
Excel VBA Introduction To Automating Outlook With VBA - The Emailing Section
Просмотров 3,3 тыс.6 лет назад
Excel VBA Introduction To Automating Outlook With VBA - The Emailing Section
Excel VBA Introduction To The VBA Windows Folder Creation Gizmo
Просмотров 2526 лет назад
Excel VBA Introduction To The VBA Windows Folder Creation Gizmo
Excel VBA Introduction To The VBA Workbook Events Section
Просмотров 4826 лет назад
Excel VBA Introduction To The VBA Workbook Events Section
Excel VBA Introduction To Web Query Section
Просмотров 3426 лет назад
Excel VBA Introduction To Web Query Section
Excel VBA Introduction To Automating All Your Monthly Reporting
Просмотров 2,9 тыс.6 лет назад
Excel VBA Introduction To Automating All Your Monthly Reporting
Excel VBA Introduction To Programmers Toolbox
Просмотров 6107 лет назад
Excel VBA Introduction To Programmers Toolbox
Excel VBA Introduction To The Coding VBA Section
Просмотров 3767 лет назад
Excel VBA Introduction To The Coding VBA Section
Excel VBA Stepping Out. Well, In Actually - Debugging VBA Made Easy
Просмотров 6297 лет назад
Excel VBA Stepping Out. Well, In Actually - Debugging VBA Made Easy
Excel VBA Moving VBA Code Around
Просмотров 5567 лет назад
Excel VBA Moving VBA Code Around
Excel VBA Saving Macro-enabled Workbooks, And Security Settings
Просмотров 7 тыс.7 лет назад
Excel VBA Saving Macro-enabled Workbooks, And Security Settings
Excel VBA Introducing The Visual Basic Editor, And Recording Our First Macro
Просмотров 5207 лет назад
Excel VBA Introducing The Visual Basic Editor, And Recording Our First Macro
Excel VBA The 15 Golden Rules Of Coding
Просмотров 18 тыс.7 лет назад
Excel VBA The 15 Golden Rules Of Coding
Excel VBA Why Should I Learn How To Code
Просмотров 2,7 тыс.7 лет назад
Excel VBA Why Should I Learn How To Code
Excel VLOOKUPs With Pictures!
Просмотров 79 тыс.7 лет назад
Excel VLOOKUPs With Pictures!
Excel SUMIF With Dynamic Sum Range
Просмотров 33 тыс.7 лет назад
Excel SUMIF With Dynamic Sum Range