Alan Jarvis
Alan Jarvis
  • Видео 52
  • Просмотров 257 072
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...
Просмотров: 811

Видео

Excel VBA Protecting Specific Cells and Data Validation In VBA
Просмотров 3,1 тыс.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
Просмотров 4074 года назад
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
Просмотров 8 тыс.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,6 тыс.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
Просмотров 4434 года назад
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
Просмотров 2184 года назад
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
Просмотров 1864 года назад
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
Просмотров 2014 года назад
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,4 тыс.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
Просмотров 3416 лет назад
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
Просмотров 2566 лет назад
Excel VBA Introduction To The VBA Windows Folder Creation Gizmo
Excel VBA Introduction To The VBA Workbook Events Section
Просмотров 4986 лет назад
Excel VBA Introduction To The VBA Workbook Events Section
Excel VBA Introduction To Web Query Section
Просмотров 3516 лет назад
Excel VBA Introduction To Web Query Section
Excel VBA Introduction To Automating All Your Monthly Reporting
Просмотров 3 тыс.6 лет назад
Excel VBA Introduction To Automating All Your Monthly Reporting
Excel VBA Introduction To Programmers Toolbox
Просмотров 6207 лет назад
Excel VBA Introduction To Programmers Toolbox
Excel VBA Introduction To The Coding VBA Section
Просмотров 3797 лет назад
Excel VBA Introduction To The Coding VBA Section
Excel VBA Stepping Out. Well, In Actually - Debugging VBA Made Easy
Просмотров 6417 лет назад
Excel VBA Stepping Out. Well, In Actually - Debugging VBA Made Easy
Excel VBA Moving VBA Code Around
Просмотров 5767 лет назад
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
Просмотров 5227 лет назад
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!
Просмотров 83 тыс.7 лет назад
Excel VLOOKUPs With Pictures!
Excel SUMIF With Dynamic Sum Range
Просмотров 34 тыс.7 лет назад
Excel SUMIF With Dynamic Sum Range

Комментарии

  • @mikecochran1759
    @mikecochran1759 Месяц назад

    OMG...... All I want to do is put a word into a cell and in another cell a pic populate the cell. That is all that needs to happen but ooohhhhh no. I have been working at getting exactly what I just wrote for the past 4 hours...... I have gotten one cell with a drop down list to produce the pic in the other cell but I can not for the life of me figure out how to copy that drop down list to other cells and have those selections put in other pics. Having 1 cell only that can put 1 pic from a list of pics into 1 cell is worthless to me. I have 215 cells that have drop downs and those drop downs need to each produce a pic in the cell to the left of it and not have all the pics be the same. Excel can get aggrivating sometimes and this one is off the charts.

  • @KehindeAkinnawo-tl8mf
    @KehindeAkinnawo-tl8mf Месяц назад

    @alanjarvis1892 Dear Coach We hope this message finds you well. We are YAGI TEAM, and we recently had the pleasure of reviewing your course on Udemy. We were truly impressed by its quality and appeal, which we believe has significant potential for increased sales with the right promotional strategies. We would be delighted to discuss how we can assist you in elevating your course's profile and achieving the success it deserves. Best regards YAGI TEAM

  • @TongHoTee-mz6ej
    @TongHoTee-mz6ej 2 месяца назад

    Hi Alan, thanks for the excellent sharing. I am facing an issue, that is the name with '-', example Chan-Too-Hoo, then it doesn't worked. also if we input an invalid name, the 'previous image' still remain / display. this is causing some confusion. appreciate your adv. Thanks once again

  • @visheshsaxena2109
    @visheshsaxena2109 2 месяца назад

    Does the other workbook need to be opened before being called ?

  • @sonimathew2139
    @sonimathew2139 6 месяцев назад

    How to put v lookup from folder to excel

  • @Rodda61
    @Rodda61 6 месяцев назад

    Hi Alan. Your video was really helpful but I have a question. I set mine up with over 1000 photos of students and the last 30 photos on my list won’t change. I assume my data list is short but I don’t know how to fix it! Any advice?

  • @UWCRoy
    @UWCRoy 7 месяцев назад

    I just met with reference isn't valid.

  • @ImSaro
    @ImSaro 8 месяцев назад

    Thank you your video help me so much

  • @henrikijonkoping4694
    @henrikijonkoping4694 10 месяцев назад

    Great

  • @kemalayaz6459
    @kemalayaz6459 11 месяцев назад

    Süper

  • @BenLoom
    @BenLoom Год назад

    for people having ref errors, it appears it doesn't work with spaces in words

  • @ahtishamali8244
    @ahtishamali8244 Год назад

    Thank you very much for this its very helpful very time saving

  • @tinkosongsaja
    @tinkosongsaja Год назад

    May i know what excel version you use ? Tq

  • @TheTwinkieFairy
    @TheTwinkieFairy Год назад

    Has anyone had issues with the pictures/picture of a cell being cropped strangely or shifting in the place you are using the indirect reference? For example, when you search Ashley here, maybe it only shows half her face and she's right justified instead of centered?

  • @sunnygala7972
    @sunnygala7972 Год назад

    Thanks Alan!

  • @BPSTY
    @BPSTY Год назад

    Quite simple and explanatory. Weldone Alan and thank you for this!

  • @ACES_NY
    @ACES_NY Год назад

    how do you do it with columns

  • @jennifermioni5189
    @jennifermioni5189 Год назад

    Hi Alan! How cool is this feature!!! My question though, I have my "mugshot" cell referencing a =vlookup cell and when the data changes in the vlookup cell the mugshot cell doesn't automatically change pictures until I click on the picture. Is there a way to make it automatically change when the data in the vlookup cell changes? (vlookup cell references a state based on how many miles driven - if they type in 700 miles, Kansas will pop up, if they type in 2400 miles, California will pop up etc)

  • @MikelRasyid
    @MikelRasyid Год назад

    this course is so useful, thank you very much sir. im gonna share this to my friends

  • @suhashkantamneni673
    @suhashkantamneni673 Год назад

    Thanks a lot. Very helpful.

  • @MadsRasmussen-n5t
    @MadsRasmussen-n5t Год назад

    Hi Alan - Great video 👍👍 Would be possible to "built" upon the picture with further "pictures" into an all ready chosen picture ?

    • @alanjarvis1892
      @alanjarvis1892 Год назад

      I don’t know what that means?

    • @MadsRasmussen-n5t
      @MadsRasmussen-n5t Год назад

      @@alanjarvis1892 Sorry - my fault. Lets say there where pictures of ears, nose, eyes, hair etc. and you instead of typing in a name chose among a dropdown of different set of pre-defined ears. By selecting a set of ears they appear in the cell - then next step is you select from a dropdown with different noses - and by selecting the nose appear in the same cell as the ears ( sort of on top on the "ears-picture") and the next and the next until a full face have been "created" by layers(pictures) of selections done by the user. A sort of a "Built a face" configuration. Hope this made more sense ?:-)

  • @hasibraihan2883
    @hasibraihan2883 Год назад

    How can i copy this number. When i copy and paste another sheet show #value

    • @alanjarvis1892
      @alanjarvis1892 Год назад

      Hi Hasib If you copy it as usual (CTRL C), when you paste it elsewhere, right click the cell where you want it and choose paste special / values. That should do it. Alan

  • @fakhruddinkagzi2539
    @fakhruddinkagzi2539 Год назад

    thankyou for this video where you have explained very well how to return a pic in a cell by using name manager. issue is that it is technically working, but not instead of returning the pic, it is showing grey borders..something changes, but it's not the picture

    • @alanjarvis1892
      @alanjarvis1892 Год назад

      Hi Fakhruddin Is the host cell of sufficient size to display the image? That’s all I can think of. Usually if it isn’t working, one or more of the steps have been missed :) Stay well Alan

  • @ccba9800
    @ccba9800 Год назад

    This solved my 3 hour formula headache! Thanks Alan for the great video

  • @ifatjan9185
    @ifatjan9185 2 года назад

    THANKS SIR ,LEARN 100% FROM U

  • @phillipknott7545
    @phillipknott7545 2 года назад

    (still learning) I need help duplicating the information in another row. When I do, it changes all the images at same time.

  • @joebrazeau8665
    @joebrazeau8665 2 года назад

    Hello. great tutorial. everything worked right up to the end where I typed the name in that selected cell but the image disappeared.

    • @alanjarvis1892
      @alanjarvis1892 2 года назад

      Thanks! That can only mean you did something differently

    • @joebrazeau8665
      @joebrazeau8665 2 года назад

      @@alanjarvis1892 There must me something magical happening. because when I get to (time index 3:53), typing mug, the image I have goes away and all is lost. thanks anyway Alan.

  • @swadeshbhattacharjee1205
    @swadeshbhattacharjee1205 2 года назад

    I come here from skillshare... actully my free trail is expired so come here to revise the topics again. Please make upload more such useful videos on RUclips

  • @seanyMacisBack
    @seanyMacisBack 2 года назад

    This is perfect but what if I wanted the new sheet to be saved as values and not formulas

  • @nadermounir8228
    @nadermounir8228 2 года назад

    Thank you Alan for this great video. 👍 Appreciate you sharing ur knowledge with us

  • @avinashsrivastava9379
    @avinashsrivastava9379 2 года назад

    You are simply awsome. The way you explains everything is very structured with proper concepts. You are really a gem in this field

  • @danlaurentiujurca7196
    @danlaurentiujurca7196 2 года назад

    God bless You! Really Help me

  • @stanchomarinov
    @stanchomarinov 2 года назад

    Hi Alan , thank you for the tips i found your video very helpful, however as I'm completely new to the excel and everything i know is pretty much from videos like yours. My problem is as for most of the tasks i am using query formulas , but now i just stuck where i have a column which i put into the cell picture of barcodes . For example here is a simple formula which i am using : =QUERY('MASTER FILE'!A2:J,"SELECT A ,B,J,D WHERE D ="""&D3&""" ") . So where is the column 'J' there are many barcodes which i would like somehow to populate with the other columns . The formula is working but no matter where i choose to put J , simply it does not show anything on that specific column. Is there any chance to modify or actually how to populate certain columns depending on the drop down menu as it is in the formula WHERE D column = D3 . For example i got a recruiting big master file end collecting all data . My idea is all pictures personal document photos to put them into the cell for future audit if need. I just want simply to populate what i got as a picture in any column to come along with the others. Thank you so much

  • @bonzinho3796
    @bonzinho3796 2 года назад

    I kept getting #SPILL errors when adding the offset portion of the formula

  • @afifmalhas2628
    @afifmalhas2628 2 года назад

    hello is there away to sum live data coming in to one cell another word i want the sum of live data and only if the live data above 500 to give me the sum total of the above 500 live data coming in

  • @bookmaster3699
    @bookmaster3699 3 года назад

    You are amazing! Thank you!

  • @taggartwilliams4512
    @taggartwilliams4512 3 года назад

    Thank you. Very helpful!

  • @udvikakutlehria7830
    @udvikakutlehria7830 3 года назад

    I was looking shortcut without mouse

    • @alanjarvis1892
      @alanjarvis1892 3 года назад

      That’s all covered in the course :)

  • @dmitrykornilov9206
    @dmitrykornilov9206 3 года назад

    Very nice tutorial! Thank you very much - you helped a lot!

  • @muralikumar2797
    @muralikumar2797 3 года назад

    how to open a worksheet which is available in another location and find the string?

    • @alanjarvis1892
      @alanjarvis1892 3 года назад

      HI Murali, all that is covered in the course. Thanks Alan

  • @harshitdawar1650
    @harshitdawar1650 3 года назад

    Thanks for the help man, have been clicking yes and typing code each time I open the file 🙂

  • @roamingbrit1
    @roamingbrit1 3 года назад

    Very helpful here in 2021!

  • @ryanellefson2725
    @ryanellefson2725 3 года назад

    Love this video and have subscribed to your skillshare page. Everything is working great! I am wondering how I can get the code to start over automatically on the next column. I have several columns and it would be great to have the code go one by one. Thanks in advance!

    • @alanjarvis1892
      @alanjarvis1892 3 года назад

      Hi Ryan Can you post that in the course on SkillShare and I’ll pick it up there for you. Alan

    • @ryanellefson2725
      @ryanellefson2725 3 года назад

      @@alanjarvis1892 it was udemy not skill share. Thanks again!

    • @alanjarvis1892
      @alanjarvis1892 3 года назад

      @@ryanellefson2725 on Udemy then!

  • @kawaiisakura7245
    @kawaiisakura7245 3 года назад

    Thank you.

  • @paulhaslam3831
    @paulhaslam3831 3 года назад

    This is great Alan, is there away of saving the sheets to a new location all in one go?

    • @alanjarvis1892
      @alanjarvis1892 3 года назад

      Hi Paul The short answer is yes. But it can get messy if they have different names each time, as you would have to read the names, store as an array (messy). If they’re always the same name, you can just record a macro doing the select and save and just lift the code out of that. Personally, the sheet at a time approach works so quickly, I’d normally just do that…and it’s easier code to read :) Stay well Alan

  • @PauloRogerioAlmeida
    @PauloRogerioAlmeida 3 года назад

    Hi, in my computer the excel returns "Reference isn't valid" when I change the formula to the name I create

  • @basavarajkabadad7903
    @basavarajkabadad7903 3 года назад

    Can I get this workbook with codes I have same situation .... Please help

    • @alanjarvis1892
      @alanjarvis1892 3 года назад

      All workbooks and code is available from the course. See the description for links on where to purchase. Thanks Alan

    • @basavarajkabadad7903
      @basavarajkabadad7903 3 года назад

      @@alanjarvis1892 Thank you as of now am not in condition to buy ....

  • @kadonsie
    @kadonsie 3 года назад

    I'm wanting to add monthly computer generated reports to a living report (summary document) instead of making seperate monthly reports. So currently I'm processing monthly computer generated reports (which I can do using your method) but I'd want to also then take those monthly processed reports (datasets) and link them to the living summary report which is totals and a graphs that people in the business use... Could you do a video on that please?

  • @tariq313313
    @tariq313313 3 года назад

    Good

  • @ahmednemr1740
    @ahmednemr1740 3 года назад

    Thank you very helpful