NaveenTamta #IamExcelVBA
NaveenTamta #IamExcelVBA
  • Видео 113
  • Просмотров 324 630

Видео

Quick tips for summing up multiple columns using VBA #viral #viralvideo
Просмотров 2122 часа назад
Hi Friends, This video will help you to learn how to get the sum of multiple columns in a single column using excel vba #excel #microsoftexcel #exceltips #exceltipsandtricks #exceltricks #sumformula #vba #excelvba
Elevate Your VBA UserForm Skills
Просмотров 8121 день назад
Elevate Your VBA UserForm Skills
Unlocking the Power Query Sheet Compiler: Boost Your Data Analysis Efficiency
Просмотров 1566 месяцев назад
Hi Friends, In this video, we're going to show you how to use the Power Query Sheet Compiler to boost your data analysis efficiency. With this nifty tool, you'll be able to quickly and easily transform your data into analysis-ready sheets. If you're interested in data analysis, then you need to watch this video! By using the Power Query Sheet Compiler, you'll be able to quickly and easily trans...
Transform Your Userform ComboBox Experience with the Hover Technique
Просмотров 1979 месяцев назад
Hi Friends, Ever faced a problem after adding a long string to ComboBox to your Userform and when expanding your ComboBox, that long string is not entirely seen. This video is useful to come out of that problem. Hope you will like it VBA Userform, ComboBox Hover, Add Item to ComboBox, How to Create a Custom Hover Combobox in VBA, How to use hover combobox in VBA, Hover combobox in VBA example, ...
How to reverse text string using VBA
Просмотров 457Год назад
Dear viewers, With the help of this video tutorial, you will be able to find the solution when it comes to reversing thousand and thousand of text strings in one single click. Tags instr vba, vba instr reverse, how to reverse text in excel, reverse text string, reverse order vba, excel reverse string without vba, vba reverse array, reverse formula in excel, excel reverse string, vba instr rever...
VLOOKUP MATCH from another workbook - VBA
Просмотров 4 тыс.Год назад
#NaveenVBA, #NaveenTamtaIamExcelVBA, #vba Hi Guys, Here comes my new video on a real-life scenario in your day-on-day work. Such situations keep on coming and we spend hours to find the nearest solution for such particular problems. Hence, I have made this video for you to understand the dynamic concept and implement the same in your workings. Feel free to use the link below for accessing and d...
Unlock the Secrets of Power BI - A Beginner's Guide! | PowerBI Session 1
Просмотров 48Год назад
Hi Mates, Here comes my first video tutorial on PowerBI. This tutorial is made basis the learning requirement of a beginner. #powerbitutorial #powerbiforbeginners #powerbi Source File Link : drive.google.com/drive/folders/1vMqy1N2I8fRt0MbUctMWMWH89oPRr1Gk?usp=share_link power bi tutorial, power bi tutorial pdf, power bi tutorial for beginners pdf, power bi tutorial for beginners step by step, p...
Left and Right - The VBA Formula That Turns Your Simple macros into AMAZING Performance
Просмотров 159Год назад
Dear Mates, In this video, you will learn how to use dynamic LEFT and RIGHT Formula using VBA Macros. I have tried to explain this topic in an easy manner. I hope, you'll learn these formulas with the help of my video. Download the Practice file using the below link: drive.google.com/file/d/1LpQr3eA-6RlQih6H58XJCxsLuqJFQuvW/view?usp=share_link Kindly subscribe to my channel if you think you're ...
Hover Combobox Tutorial in HINDI: How to Create a Custom Hover Combobox in VBA #naveentamtavba
Просмотров 316Год назад
Hello Friends, If you are facing a problem seeing a long text in the combo box in the VBA UserForm after adding it to the combo box then this video is for you. So, please watch this video carefully from start to end. Hit Like and subscribe, if you think, you have learned something from this video. #hover #excelvba #userform excel vba combobox selected item, excel vba combobox selected value, vb...
PIVOT Table in Excel in Hindi
Просмотров 91Год назад
Hello Mates, This tutorial is part one of the class in advanced excel that I had taken in the Hindi language. This is an easy and informative video related to PIVOT Tables. Kindly watch and learn. If you find it useful; please like and subscribe to my channel. #naveentamtavba #pivottables #pivottable #excelpivottable #excelpivot #excel #exceltutorialforbeginners #exceltutorial #exceltipshindi #...
VBA - Day3 Basic Class Tutorial: AutoFilter, AutoSorting
Просмотров 158Год назад
Hi Mates, Want to learn AutoFilter Method using VBA. The AutoFilter method toggles the AutoFilter feature on and off. It has the same effect as the AutoFilter command on the filter drop-down. You just need to define Field (Column Number) and Criteria (Basis of what you need to apply your filter in). An easy and good tutorial in hindi for people who wants to learn basic concept of applying AutoF...
How to extract number from string in excel |#naveentamtavba #naveenvba #excel #vba
Просмотров 722Год назад
Hi Friends, Extract Numbers from String in Excel (using VBA) Since we have done all the heavy lifting in the code itself, all you need to do is use the formula =GetNum(A2). This will instantly give you only the numeric part of the string. #naveenvba #naveentamtavba #excel #vba #visualbasicforapplications VBA Code : Function GetNum(StrIn As String) As String Dim ObjRegex Set ObjRegex = CreateObj...
msgbox yes no vba | vba msgbox custom buttons | msgbox vba | #NaveenVBA |
Просмотров 2,2 тыс.Год назад
Hi Friends, In this video, I'll show you how to create a custom msgbox in VBA using the MsgBox function. This msgbox will allow you to yes or no a question using buttons that you can customize. This msgbox is a great way to create custom buttons for your VBA projects. You can use this msgbox to create simple questionnaires or to help users with automated tasks. If you're looking for a way to cr...
How to enable developer ribbon in Excel | #ytshorts #trending #excel #vba #shorts
Просмотров 1,2 тыс.Год назад
How to enable developer ribbon in Excel | #ytshorts #trending #excel #vba #shorts
Wild Card IF ELSE THEN DO NOT WORK | SEARCH AND FIND EXCEL VBA | Search Formula | Find Formula |
Просмотров 6472 года назад
Wild Card IF ELSE THEN DO NOT WORK | SEARCH AND FIND EXCEL VBA | Search Formula | Find Formula |
Excel VBA to create multiple data cuts per your requirement | #NaveenVBA |
Просмотров 1,2 тыс.2 года назад
Excel VBA to create multiple data cuts per your requirement | #NaveenVBA |
How to use special icon in Microsoft Excel
Просмотров 1,8 тыс.2 года назад
How to use special icon in Microsoft Excel
Forecast Function in Excel : Explanation in Hindi
Просмотров 1,1 тыс.2 года назад
Forecast Function in Excel : Explanation in Hindi
Error Handling Excel VBA | VBA Error handling | VBA Error handling in Hindi | On Error GoTo Label |
Просмотров 1,8 тыс.2 года назад
Error Handling Excel VBA | VBA Error handling | VBA Error handling in Hindi | On Error GoTo Label |
Delete Files from folder based on Cell Value VBA | Files and Folders (FileSystemObjects) | NaveenVBA
Просмотров 3 тыс.2 года назад
Delete Files from folder based on Cell Value VBA | Files and Folders (FileSystemObjects) | NaveenVBA
dget formula | dget function| dget function Excel | dget formula excel | Excel dget function |
Просмотров 1,4 тыс.2 года назад
dget formula | dget function| dget function Excel | dget formula excel | Excel dget function |
How to find a string in a cell VBA | find function using find | find what VBA | Excel VBA find |
Просмотров 2,5 тыс.2 года назад
How to find a string in a cell VBA | find function using find | find what VBA | Excel VBA find |
HEAT MAP VBA | HOW TO CREATE HEAT MAP WITH VBA | Color index VBA |
Просмотров 1,8 тыс.2 года назад
HEAT MAP VBA | HOW TO CREATE HEAT MAP WITH VBA | Color index VBA |
Left Right Formula | Left Right Formula VBA | How to use #LEFT and #RIGHT #Formula in VBA |
Просмотров 2,3 тыс.2 года назад
Left Right Formula | Left Right Formula VBA | How to use #LEFT and #RIGHT #Formula in VBA |
Index Match Row | Index Match Formula with ROW | How to use ROW formula with Index Match | NaveenVBA
Просмотров 2,4 тыс.2 года назад
Index Match Row | Index Match Formula with ROW | How to use ROW formula with Index Match | NaveenVBA
Merge Data from Multiple Sheets Into One | Compile Data from Different Worksheets | Data Compiler |
Просмотров 1,2 тыс.2 года назад
Merge Data from Multiple Sheets Into One | Compile Data from Different Worksheets | Data Compiler |
VBA Basic Class Day2 | VBA Basic for Beginners | VBA Online Class | #NaveenTamtaVBA |
Просмотров 1,8 тыс.2 года назад
VBA Basic Class Day2 | VBA Basic for Beginners | VBA Online Class | #NaveenTamtaVBA |
BASIC OF VBA | VISUAL BASIC FOR APPLICATION BASIC TUTORIAL | VBA DAY 1 BY NAVEEN TAMTA |
Просмотров 2 тыс.2 года назад
BASIC OF VBA | VISUAL BASIC FOR APPLICATION BASIC TUTORIAL | VBA DAY 1 BY NAVEEN TAMTA |
Excel courses for beginners | MIS Class | Excel Training in Hindi | Excel Formulas | Naveen VBA |
Просмотров 1,8 тыс.2 года назад
Excel courses for beginners | MIS Class | Excel Training in Hindi | Excel Formulas | Naveen VBA |

Комментарии

  • @HemaTamta-r7u
    @HemaTamta-r7u 21 час назад

    Nice 👍

  • @cps4gamingvlogs868
    @cps4gamingvlogs868 21 час назад

    Good work sir 💯

  • @HemaTamta-r7u
    @HemaTamta-r7u День назад

    Good work 💯

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

    👍🙏

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

    Nice sir 👍

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

    Hello maybe you can help me, I have made a Vba code (see below), what do I want to do now, I want to work with yes/no if I say "no" nothing happens goes back to worksheet "Menu" cell "E2"; if "yes" then the selection is cleared, I do want to be asked if I am sure. Can you help me? Here is the code: Sub New() ' ' New Macro ' Application.ScreenUpdating = False If Range("E2") = 2 Then Sheets(Array("S1", "S2")).Select Sheets(Array("S1", "S2")).Select Sheets("S1").Activate Range("C3:E21").Select Range("H3:J21").Select Range("M3:O21").Select Range("R3:T21").Select Range("W3:Y21").Select Range("AB3:AD21").Select Range("AG3:AI21").Select Range("AL3:AN21").Select Range("AQ3:AS21").Select Range("AV3:AX21").Select Range("BA3:BC21").Select Range("BF3:BH21").Select Range("BK3:BM21").Select Range("BP3:BR21").Select Range("BU3:BW21").Select Range("BZ3:CB21").Select Range("CE3:CG21").Select Range("CJ3:CL21").Select Range("CO3:CQ21").Select Range("CT3:CV21").Select Selection.ClearContents Sheets("Menu").Select Range("E2").Select End If Application.ScreenUpdating = True End Sub

  • @choikaphwan5627
    @choikaphwan5627 23 дня назад

    workfull video sir👍

  • @cps4gamingvlogs868
    @cps4gamingvlogs868 23 дня назад

    Nice sir

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

    Hello Naveen, Great video. It helped me a lot even though my Hindi is poor. :) I have an additional question. I have converted the list into a table called "tblRawSource". In your formula "ActiveSheet.Cells(i, 2).Value = Application.WorksheetFunction.XLookup(ActiveSheet.Cells(i, 1), MyLookupArray, MyReturnArray1)", I now want to refer to "tblRawSource[Sale PersonName]", and so on. I can't manage to get that done. Can you help me? Thank you very much! Willem from The Netherlands.

  • @Maverick-zp1dm
    @Maverick-zp1dm Месяц назад

    Stop the background music

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

    Bro i need the vlookup in vba, as i have need same source data

  • @BhavikPatel-yh4du
    @BhavikPatel-yh4du 2 месяца назад

    What is that xlup means ?

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

    Thanks for the vedio , What if I want to change the file name after it is being inserted in sheet? How Can I rename the file?

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

    Isme month option nhi aa rha hai pc me TB kya karna hai please reply

  • @rajatverma4974
    @rajatverma4974 3 месяца назад

    Good

  • @mohdowais23
    @mohdowais23 5 месяцев назад

    Hello sir Your teaching way are great. Please tell me code of select data without heading.

  • @dnyaneshwarnaik3639
    @dnyaneshwarnaik3639 5 месяцев назад

    What if hotel name are more than 1000. We couldn't create that many variables like myVar1, myVar2.....and so on.

  • @vamsinallaparaju522
    @vamsinallaparaju522 5 месяцев назад

    Sir bohot bohot shukriya❤

  • @maverick19_
    @maverick19_ 5 месяцев назад

    How do you insert a folder into an excel cell?

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

    Hi can you help about index match. Its not taking the cell value but injecting a value on a table base on a criteria.

  • @NitinSingh-vf9kp
    @NitinSingh-vf9kp 6 месяцев назад

    Good Evening Sir Please Guide me for prepare report of issue vs reversal against order.

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

      Please watch this video Excel VBA Tips - How to Quickly Rearrange Column Order in Excel VBA | Dynamic Column Sequencing VBA| ruclips.net/video/u1vBRt2OOXc/видео.html

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

    Sir mere pas multiple csv files h, files name as 30122023,12022023,11122020….means “ddmmyyyy” format is me date monthly and year k base per file delete karna h….sir please Iska vba banayen❤❤

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

      Right function laga ke last ke 4 characters utha lo then delete, I have made a video on deleting the files from folder; hope you will be able to create your own code

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

    so lengthy process😒

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

    Too good bro... excellent video.. keep it up.👍👍

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

    I want to create a VBS function that will do index match with no duplication. I have an array B8:C38 that I want to match with G7:P7 header row. The function will have subroutines named after the days of the week starting with Saturday. I will activate the subroutine with a macro button. I have an If index match small formula that works. I believe the VBS function would work better and be more secure from user mistakes. How can this be done?

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

      Thanks Dennis for raising your concern.. can you please share a sample over my email I’d

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

      @@NaveenTamtaIamExcelVBA Thank you very much for your response. I can email you example. Do you think a better approach would be to create a search array B8:C38, a filter criteria range G7:P7, and copy without duplicates to the output G8:P21? I would need a loop and message box Index Assigments Completed.

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

      @@NaveenTamtaIamExcelVBA I can’t locate your email address.

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

      Nk_2k1@rediffmail.com

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

    Very useful video ..Thanks sir

  • @marc-xe7ej
    @marc-xe7ej 8 месяцев назад

    this is an excellent video. It is almost exactly what i need. workbook 1 I have a user form that is writing a serial number to col A, then has a Combo box with drop down selection of options which are a list of the headers from workbook 2 (columns b thru J). and then col 3 is a date of completion entry. workbook 2 i would like to match workbook1 serial number to the same serial number in col A workbook 2 then match the result of col B workbook 1 to the headers of workbook 2 Col B - J and write the date of completion in the row of the serial number they entered.

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

      VLook match is not working here?

    • @marc-xe7ej
      @marc-xe7ej 8 месяцев назад

      @@NaveenTamtaIamExcelVBA I have source data workbook - job ID in column A Column B has inputs that match my headers exactly on the master form. Column C has Dates that the task was completed. I wan to match job ID and Header to the master sheet headers and job ID (job ID Column A and headers all on ROW 1 and write Column C date in corresponding col/row.

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

    Nice code..!!

  • @tomokoshakazaki7925
    @tomokoshakazaki7925 9 месяцев назад

    Super.. Love from Japan🌺🌺🌺

  • @godlytjoseph
    @godlytjoseph 9 месяцев назад

    Thank you verymuch for the offset technique.

  • @siriudhay
    @siriudhay 9 месяцев назад

    Very helpful 🙏👍

  • @rishabhkumar9208
    @rishabhkumar9208 9 месяцев назад

    Thank you, this video helped me a lot ❣️

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

    Nice coding. Creatorji, aap hdfc bank mein kaam krte the kya? 😂

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

    Great video and steps easy to follow. Question: What is if I only wanted to be alerted when for example one cell “B5” is changed. How would I do that?

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

      Sure

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

      Let me watch it again… will get back to you

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

      @@NaveenTamtaIamExcelVBAoh thank you very much.

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

      @@NaveenTamtaIamExcelVBA❤😊

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

      I got it. I managed to work it out. I also stoped the document from automatically closing. That way changes can continue being made whilst the alter is still going out. Happy to share the script with you.

  • @amansingh-iy4xt
    @amansingh-iy4xt Год назад

    It was very useful. However output file location pe save karne ka code nhi insert kiya. I thought ki output location me run hoke save hojaaygi. Please suggest if I am missing something

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

    Awesome knowledge

  • @1979ligesh
    @1979ligesh Год назад

    super bhai !!!

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

    Very difficult to understand, I wasn’t sure if it was your accent or if you were speaking both English and your native language

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

    You saved my life man, thank youu 🙏🙏

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

    Hello sir nice video but apne ek sheet pe match function lagaya he par ek ki jaga 2 sheet he or same value dono me match karna he aur 3rd sheet pe difference nikalna ho to minus karke....plz batayiye kaise karenge

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

      Change the sheet name. Declare some new variables and store values referencing particular sheets

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

    thanks bro and great work

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

    Nice video Thank you very much. Please do not use background music

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

    This code is set by default to move to 3rd row after filter is enabled It's a false caption the code doesn't mean one cell down in filter mode cell(3,0) to move to 3rd row

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

    What if your "VBA Output" Sheet was already populated and your "Data" Sheet only had 1 ID. And you wanted to run a VBA that would update only that ID on the "VBA Output" sheet without messing up the already populated fields in "VBA output". Say you wanted to change 10012's name on the "VBA Output" sheet by entering it on the "Data" sheet. How would that VBA look?

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

    Thanks so much

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

    Unable to open attached object in excell. Cannot start the source application for this oject.

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

      Which version you are using

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

      Using windows 365. However docs attached when i was used windows 2010. Objects are of outlook.

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

      Might be some security settings from your company… try doing this in your personal laptop

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

    Thank you Naveen for valuable information prsents

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

    criteria 1 criteria 2 criteria 3 Item Product Work Description Floor Result Cement Gray cement False slab work 4th Floor Dear brother, I want to know how to solve the three criteria index match function ? Can i shear a excel file.

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

    Sir I have a query, how can I contact with you?

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

      Sure...!! GO TO "ABOUT" TAB OF MY CHANNEL PAGE . I CONTACT INFO IS GIVEN THERE

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

    Thankyou sir. good information