Excel Macro Mania
Excel Macro Mania
  • Видео 158
  • Просмотров 1 116 810
Open File Dialogs with Excel VBA Macro
Read the article here: excelmacrobusiness.blogspot.com/2024/11/excel-file-dialogs.html
In this video we see the different ways to open file dialog in Excel with VBA macros. There are many dialogs available in Excel. We can use the Dialogs object to launch the file dialog. But there are better ways to work with file dialogs in Excel. Those are using the FileDialog object or GetOpenFileName method. We see here how to use each of them to work with dialogs and navigate or open the files.
Find more content and numerous macro examples and other Excel VBA learning materials in the Excel Macro Class blog under the direct link: excelmacroclass.blogspot.com/
And yet, if you want more, you can find va...
Просмотров: 93

Видео

Excel VBA Functions: ARRAY, FILTER, JOIN
Просмотров 9004 месяца назад
See the full list of VBA functions here: excelmacroclass.blogspot.com/p/vba-functions.html Welcome to Excel VBA Functions Series. In this video we see the array functions ARRAY, FILTER, and JOIN, used to create an array, filter the values in the array, and join values from an array, respectively. We see several practical examples of the functions in detail. Furthermore, we see a useful line of ...
Get Last Column With Data Excel VBA Macro
Просмотров 4865 месяцев назад
Get the Excel VBA Objects Guide for Intermediate with extended and revised content here: excelmacroclass.blogspot.com/p/excel-vba-objects-guide.html In this video we see how to get the last column with data in Excel using VBA macros. There are several ways to do it and here we see two or three different methods. The video also explains the limitations and situations where we need to be cautious...
Get Last Row with Data Excel VBA Macro
Просмотров 6276 месяцев назад
Get the Excel VBA Objects Guide for Intermediate with extended and revised content here: excelmacroclass.blogspot.com/p/excel-vba-objects-guide.html In this video we see how to get the last row with data in Excel using VBA macros. There are several ways to do it and here we see two or three different methods. The video also explains the limitations and situations where we need to be cautious to...
Send Meet Invites From Excel (via Outlook)
Просмотров 1,4 тыс.6 месяцев назад
Excel macro/VBA code available in this post: excelmacrobusiness.blogspot.com/2024/02/excel-email-management.html We can integrate Excel with other Microsoft Office applications using VBA. In this video we see how to send meet invites from Excel and via Outlook using VBA macros. The macro automatically creates an appointment item and defines the properties to create a meet invite in the recipien...
Excel VBA Functions: SPLIT, LBOUND, UBOUND
Просмотров 6976 месяцев назад
Excel VBA Functions: SPLIT, LBOUND, UBOUND
Conditional Formatting Based On Another Cell Excel VBA Macro
Просмотров 1,8 тыс.7 месяцев назад
Conditional Formatting Based On Another Cell Excel VBA Macro
Sort Values In Range Excel VBA Macro
Просмотров 6157 месяцев назад
Sort Values In Range Excel VBA Macro
Extract Emails In Excel (From Outlook)
Просмотров 6 тыс.8 месяцев назад
Extract Emails In Excel (From Outlook)
Excel VBA Functions: REPLACE
Просмотров 5738 месяцев назад
Excel VBA Functions: REPLACE
Clear Cells Based On Value Using Loop Excel VBA Macro
Просмотров 9729 месяцев назад
Clear Cells Based On Value Using Loop Excel VBA Macro
Clear Cells Based On Value Using Replace Excel VBA Macro
Просмотров 8929 месяцев назад
Clear Cells Based On Value Using Replace Excel VBA Macro
Send Google Mail From Excel - 3 Different Options
Просмотров 7 тыс.10 месяцев назад
Send Google Mail From Excel - 3 Different Options
Excel VBA Functions: INSTR
Просмотров 44010 месяцев назад
Excel VBA Functions: INSTR
Add Slicers To Table Excel VBA Macro
Просмотров 1,6 тыс.11 месяцев назад
Add Slicers To Table Excel VBA Macro
Import RESTRICTED data from Google Sheets Part 2/2
Просмотров 62411 месяцев назад
Import RESTRICTED data from Google Sheets Part 2/2
Import RESTRICTED data from Google Sheets in Excel Part 1/2
Просмотров 1,7 тыс.Год назад
Import RESTRICTED data from Google Sheets in Excel Part 1/2
Excel VBA Functions: LEFT, MID, RIGHT, LEN
Просмотров 1,2 тыс.Год назад
Excel VBA Functions: LEFT, MID, RIGHT, LEN
Add Sheet With Name Excel VBA Macro
Просмотров 3,4 тыс.Год назад
Add Sheet With Name Excel VBA Macro
Maze in Excel with Kruskal's Algorithm
Просмотров 1,3 тыс.Год назад
Maze in Excel with Kruskal's Algorithm
Add Conditional Formatting To Unique Values Excel VBA Macro
Просмотров 2,1 тыс.Год назад
Add Conditional Formatting To Unique Values Excel VBA Macro
Excel VBA Functions: Excel Functions vs VBA Functions
Просмотров 574Год назад
Excel VBA Functions: Excel Functions vs VBA Functions
5 Methods To Get Data From Google Sheets with Excel VBA
Просмотров 6 тыс.Год назад
5 Methods To Get Data From Google Sheets with Excel VBA
Convert Range To HTML Table Excel VBA Macro
Просмотров 3,4 тыс.Год назад
Convert Range To HTML Table Excel VBA Macro
Insert All Pictures In Folder Excel VBA Macro
Просмотров 6 тыс.Год назад
Insert All Pictures In Folder Excel VBA Macro
Excel VBA Objects: Chart Object (Part 2)
Просмотров 1,3 тыс.Год назад
Excel VBA Objects: Chart Object (Part 2)
Create Custom Functions in Excel (User Defined Functions)
Просмотров 9 тыс.Год назад
Create Custom Functions in Excel (User Defined Functions)
Compare Everything in Excel Part 3: Datasets
Просмотров 1,6 тыс.Год назад
Compare Everything in Excel Part 3: Datasets
Export Table To Word Excel VBA Macro
Просмотров 3,9 тыс.Год назад
Export Table To Word Excel VBA Macro
Customize Excel Ribbon - All You Need To Know
Просмотров 8 тыс.Год назад
Customize Excel Ribbon - All You Need To Know

Комментарии

  • @mjgrampon6508
    @mjgrampon6508 2 дня назад

    What if the body compose of multiple cells. What should we do?

  • @baochau664
    @baochau664 2 дня назад

    OMG, your video just saved my life. Many of my excel files have the kangatang macro on it and it was hidden so I couldn't remove. I tried several methods from other videos but they didnt work out until found yours. It's amazing how simple the method is as well as your clear instructions. Thank you very much for your share and effort!

  • @S.K.B.101
    @S.K.B.101 2 дня назад

    am interested in converting the json format to html to the sheets so help..

  • @DanElgaard9
    @DanElgaard9 3 дня назад

    Long time since last update to this channel - is everything alright?

    • @ExcelMacroMania
      @ExcelMacroMania 3 дня назад

      Thanks for asking. I had a rough time last year. But I am back on track with new videos. I will be uploading weekly starting today.

    • @DanElgaard9
      @DanElgaard9 День назад

      @@ExcelMacroMania Glad to hear - not that you had a rough time, but that you're back on track 👍 And, also that we get to see your videos again 🙂

  • @PoojaSingh-eg9ng
    @PoojaSingh-eg9ng 5 дней назад

    What if instead of attachment I want to share a link in the mail body itself and that link need to be change every week

  • @tohms
    @tohms 7 дней назад

    Great help! Additional tip: first activate the Microsoft outlook object library in excel VBA. Open the Developer tab in Excel and select Visual Basic to open the VB code editor Activate the Microsoft Outlook Object Library by going to Tools in the VBA editor and selecting References Select Microsoft Office 16.0 Object Library, OLE Automation, and Microsoft Outlook 16.0 Object Library and click OK

    • @ExcelMacroMania
      @ExcelMacroMania 3 дня назад

      Thanks for sharing! I love to see smart people contributing to this community. I actually explained that in some of the previous videos (send email from excel), which have a lot of views, so I assumed most people knew that already. You can check it up here: ruclips.net/video/_DEqWcP66SI/видео.htmlsi=L_FpHMMlgV2KA5bP

  • @d3fault_Z
    @d3fault_Z 8 дней назад

    Bizarre, simply brilliant!!

  • @BASICpackaging
    @BASICpackaging 11 дней назад

    Brilliant set of videos. Thanks so much for sharing with us!

  • @IrfanKhan-qm8qc
    @IrfanKhan-qm8qc 11 дней назад

    Can we do it through outlook web instead of outllook app ? if we can please show us.

  • @lillianlim4824
    @lillianlim4824 11 дней назад

    Hi, just want to ask ... what if I have multiple data group (not arranged in a column like yours but in uneven rows of each data group) to send to different emails?

  • @hrmnpsrffn
    @hrmnpsrffn 14 дней назад

    How to import all the data from that one sheet?

  • @hrmnpsrffn
    @hrmnpsrffn 16 дней назад

    Can you make this into CRUD? That would be awesome!

  • @InQuizIt-QuizTrivia
    @InQuizIt-QuizTrivia 19 дней назад

    Are these linked images or embedded images?

  • @abbassx9
    @abbassx9 20 дней назад

    How can we save though??? I just lost my program 😭

  • @abbassx9
    @abbassx9 20 дней назад

    For developer tab Go to file (in excel ) Click on options tab Then go to customize ribbon Then click on popular commands Then click on main tabs Then select developer tab Then click (okkkk)

  • @nadeche05
    @nadeche05 20 дней назад

    Can you please do a full video tutorial on how to do all the following steps from the blog? :)

  • @TR1BE_144K
    @TR1BE_144K 27 дней назад

    Is there a way to play Zork directionally or play pac man

  • @Chappers1867
    @Chappers1867 27 дней назад

    Got a question, this absolutely works 100% if my workbook doesn't contain the folders already, so what I'm doing is exporting data from an inputs tab to an events tracker tab, I've got a button set up to run the macro when clicked however when I try to run it after the wrestlers' tabs have been created, it doesn't update the data that's on them to include new data from the sheet - it will only show the new data if I delete the worksheet first, as though it needs to create the sheet as part of this process - what I want to know is how do I say to the macro "if there's a sheet already there, please update with all the filtered data"

    • @Chappers1867
      @Chappers1867 27 дней назад

      nevermind, sussed it, basically just added the code back in after the End IF with the same input but without the "Sheets.Add.Name = wrestler" to it

  • @TREJAAVS
    @TREJAAVS 28 дней назад

    Hi! Amazing video! How do I sent without attachments?

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

    I get an error message saying that it cannot open wrong exchange account

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

    I have run time error 438

  • @RoshanHegde-z9k
    @RoshanHegde-z9k Месяц назад

    Thanks for the video, whether the start timer and stop timer button can be triggered from userform activex buttons or only on excel spreadsheet becuase movetimer is not working from userform it throws an error !!!

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

    Hi somtime in Browser Object we have icone Blue, what is???

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

    Somebody has example how to add edit and delete button on listview ❤

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

    Excellent..thank you..i need to include a excel range as a part of the body of the email..can you help

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

    thanks a lot! very useful to me!

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

    a mi no me sale en las referencias el outlook ayuda

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

    last row: Ir, is it

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

    Great video - just fyi to other users: this doesn't seem to work on a Mac, we are missing the Outlook Object Library.

  • @El.bucketino
    @El.bucketino Месяц назад

    You’re an absolute legend, you deserve everything for the way you saved my ass

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

    please were can I find the excel vba objects guide (referred to in your tube?

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

      excelmacroclass.blogspot.com/p/excel-vba-objects-guide.html

    • @ExcelMacroMania
      @ExcelMacroMania 12 дней назад

      Not sure if you can see the reply because I cannot see it when logged from another account - weird, but here's the link to the Excel VBA Objects guide for intermediate again (which is also in the description of the video): excelmacroclass.blogspot.com/p/excel-vba-objects-guide.html

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

    Hi, thank you very much! Really helpful. Would you know how to make the new slicer have two columns instead of one?

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

    This is super great. Very helpful and concise. Thank you

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

    Thank you for sharing, you are brilliant.

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

    Help I can't move my snake😢 my excel says 482 something. How do I fix that? 😢😢

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

    Fkn youtube algorithm. This video "cannot" be found by search, it's the 10th result or so. But his playlist is pure gold. Thank you so much!

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

    Sir, is there any way to apply Strings.Filter method in 2 dimensional array in Excel VBA? I want to filter array on single or multiple conditions. Or, you can say, I want to store data into The Final Array (ActionFilmDetails) that meet the Condition (Single or Multiple). I've written the below-mentioned code. But, I can't understand, why this code gives me "Run-time Error'13': Type Mismatch" Error? Raw Data: ID Title Released Date Length Genre 001 Marvel's The Avengers 04-May-12 143 Action 002 The Dark Knight Rises 20-Jul-12 165 Action 003 The Hunger Games 23-Mar-12 142 Adventure 004 Skyfall 09-Nov-12 143 Action 005 The Hobbit: An Unexpected Journey 14-Dec-12 169 Fantasy 006 The Twilight Saga: Breaking Dawn Part 2 16-Nov-12 116 Awful 007 The Amazing Spider-Man 03-Jul-12 136 Action ============================ Code: Option Explicit Sub CopyActionFilmsOnly() ThisWorkbook.Save Sheet3.Range("G1").CurrentRegion.Offset(RowOffset:=1, ColumnOffset:=0).ClearContents Dim LastRow As Long LastRow = Sheet3.Range("A1").Offset(RowOffset:=0, ColumnOffset:=1).End(xlDown).Row Dim LastColumn As Long LastColumn = Sheet3.Range("A1").End(xlToRight).Column Dim FilmDetails As Variant FilmDetails = Sheet3.Range("A1").Offset(RowOffset:=1, ColumnOffset:=0).Resize(RowSize:=LastRow - 1, ColumnSize:=LastColumn) Dim RowCounter As Long Dim ColumnCounter As Long Dim ActionFilmDetails As Variant For RowCounter = LBound(FilmDetails, 1) To UBound(FilmDetails, 1) For ColumnCounter = LBound(FilmDetails, 2) To UBound(FilmDetails, 2) If FilmDetails(RowCounter, 5) = "Action" Then ActionFilmDetails(RowCounter, ColumnCounter) = FilmDetails(RowCounter, ColumnCounter) Else Rem Nothing is needed to do End If Next ColumnCounter Next RowCounter End Sub

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

    I need to attached each attachments to each email ID. How to do it Sir

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

    License information for this component not found. You don't have an appropriate license to use this functionality in the design environment This error is coming while running the macro

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

    License information for this component not found. You don't have an appropriate license to use this functionality in the design environment Pls help

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

    Can we add from address, because wanted to send from shared mailbox

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

    Perhaps you might want think that people are trying type up what you’re doing

  • @মোঃসোহেলরেজা
    @মোঃসোহেলরেজা 2 месяца назад

    Working between worksheets with the timer on turns the timer off. solution please

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

    Hey! I followed exactly what you shared, even with the different method but could not get it to work on the google sheets. My apologies in advance for my lack of knowledge, but do you need to substitute any of the names with my sheet name? I actually only have the VBA coding for the dropdown list to be able to select a few of the items instead of only selecting one item. Sometimes it works when I clicked on "run" and the dialogue box for my sheet appeared but the dropdown list is still not working, and sometimes i failed the "exceeded maximum execution time". Thanks in advance!

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

    My issues is very simple and hopefully easy to address... I am just trying to send one email to multiple people however, when I type in an email then use : to seperate, it doesnt work. I get an error. It says Outlook doesnt recognize one or more names. I have two test emails Im using and when I only use one it works. Both of them work on their own but together it doenst work. Please help!

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

    This is when the count of rows in each sheet is same. What can we know if it is not?

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

    Sir, I want to receive sales activities in Excel to my email address. So pls how to connect?

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

    Fantastic video, thanks a lot man!

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

    I tried this solution but i think i got restrict. This message appear " This message couldn't be delivered because the sending email address was not recognized as a valid sender"

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

      OMG SAME!!