UrbanPro

Learn Microsoft Excel Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

How to develop skill on Excel Macros VBA. I want to be perfect on VBA. As soon as I see the problem.. within minutes it should come in my mind what code i have to write for this situation...I know its not that easy.. but I feel that its not hard too. I need advise as to what I have to do.. Eagerly waiting for the encouraging responses from all the teachers& trainers..

Asked by Last Modified  

Follow 2
Answer

Please enter your answer

Best Excel Powerbi Msbi SQL Data Analytics Trainer

You need to understand the grammar of VBA Language first like collections ,objects ,methods and properties,syntax of different objects and their uses etc ..Once you are clear with these concepts ,you can learn about conditional statements and loops ,Later work on vba functions ..if you follow this structured...
read more
You need to understand the grammar of VBA Language first like collections ,objects ,methods and properties,syntax of different objects and their uses etc ..Once you are clear with these concepts ,you can learn about conditional statements and loops ,Later work on vba functions ..if you follow this structured approach then learning vba becomes easy .. read less
Comments

Trainer

My suggestion is, there are lots of websites on Excel Macros VBA, you can just go through those websites, try out the sample examples for different scenarios on daily basis...Practice makes a man Perfect...so, you can practice more & more examples, you will automatically get ideas and one day you can...
read more
My suggestion is, there are lots of websites on Excel Macros VBA, you can just go through those websites, try out the sample examples for different scenarios on daily basis...Practice makes a man Perfect...so, you can practice more & more examples, you will automatically get ideas and one day you can do on your own... read less
Comments

Trainer

First You learn Excel & then go for VBA Macro that will help you to make a perfect VBA coder
Comments

Trainer

Dear Sandeep, To master any subject first we need to master the fundamentals. As you want to develop Excel and VBA skills you need to have a thorough knowledge of Excel Features, Excel Options, Excel Functions and Macros. You need a solid understanding of programming concepts and need to have the sample...
read more
Dear Sandeep, To master any subject first we need to master the fundamentals. As you want to develop Excel and VBA skills you need to have a thorough knowledge of Excel Features, Excel Options, Excel Functions and Macros. You need a solid understanding of programming concepts and need to have the sample code structures for every conceivable need. Wish you all the best! read less
Comments

Microsoft Certified Expert I Author

Hi Sandeep, VBA is a very logical language, its not that hard to understand as most of us think it is. If you are comfortable using Excel to a certain extent then you can start learning basics of VBA. But i would strongly recommend you to spend good amount of time in the basics first e.g. Sub & Function...
read more
Hi Sandeep, VBA is a very logical language, its not that hard to understand as most of us think it is. If you are comfortable using Excel to a certain extent then you can start learning basics of VBA. But i would strongly recommend you to spend good amount of time in the basics first e.g. Sub & Function procedure, Variables, Scope of Variables, arrays, where to use comments, OOP (Object Oriented Programming) basics, operators etc then only move towards creating complex coding. And the most important part of learning VBA is by doing, its just like swimming, one cant learn it until we jump into the pool. You can also refer "vba programming for dummies" a book by john walkenbach for a good start. All the best. read less
Comments

Expert in MS Office, Primavera P6 & MS Project

Hey Sandeep, One of the best thing with VBA is that you can use Excel-Macro Recorder to find part of your solution. Sometimes when you are not sure what coding will do the work, Simply, Perform the work on your Excel while recording Macro. This way you will surely get insights to as in what code is...
read more
Hey Sandeep, One of the best thing with VBA is that you can use Excel-Macro Recorder to find part of your solution. Sometimes when you are not sure what coding will do the work, Simply, Perform the work on your Excel while recording Macro. This way you will surely get insights to as in what code is required to do the job. Anyway for developing mind to get solutions quickly... only Practice is the only key. The more you Practice .... The more perfect you become in any thing you want. However, If you want Practice questions for VBA just message me. Hope my Answer satisfies your query. Happy Coding... read less
Comments

The Educationalist

I will not say that you should be 100% perfect in Excel but you should be 100% perfect in Logical thinking of how you can do the same task manually in excel instead of using macros. After being OK in the Logical thinking part, the next step is to learn the basics of Programming such as Data Types, Constants,...
read more
I will not say that you should be 100% perfect in Excel but you should be 100% perfect in Logical thinking of how you can do the same task manually in excel instead of using macros. After being OK in the Logical thinking part, the next step is to learn the basics of Programming such as Data Types, Constants, Variable, debug, etc. The heart of VBA is Data Entry, Calculation, Decisions, Looping and the combination of all these. If you are OK with all these things, you can start your basic programming. Believe me, the success behind excel and vba is practice, practice and more practice. Best of Luck. read less
Comments

Software Professional Trainer with 26+ years of Experience in Software Design and Development

Please follow the below steps. 1) Learn excel basic thoroughly 2) Learn excel hard formula and functions. ( This is not much important to learn excel vba Macro, but better to learni) 3) Learn VBA Macro every concept. You should need to spend minimum 2.5 to 3 month to learn above concept thoroug...
Comments

Excel Macros VBA Expert

Well, the best thing to do is to run the script to generate the Macro code for the function you want to perform. Directly, it will give you the code and you will get an idea of what code needs to be written.
Comments

Professor by profession, Excel & VBA Free Lancer, Day Trader Stock Market, Video Ad & SEO Support

Its all about how you practice on the learnt concepts. Think vidhya helps you at providing learning part. Later is all your buddy.
Comments

View 58 more Answers

Related Questions

How do you deal with large data sets in Excel?
if data rows are greater than 10L then u will use MS. Access
Ajay
0 0
5
What is the major concepts Excel VBA Training teaches?
- Macro programming - The Basics of vba - Variables,constants - Data types - User defined types - Working with operators - Reserved words - Control flow statements (if if else multiple else if select...
Jayant
Hi, I'm BCA graduate, and I have seven years in the general insurance field now I want to change my profile and upgrade my knowledge. Will learning python help me with my growth in my career?
Hi, as far as my knowledge goes first, you should learn data processing tools or programs like MS Excel, Power Bi, or SQL then you should then take a leap into Python, which will make automating your work quite simple.
Supriya
What are some cool Microsoft Excel tricks?
there are 1000 of tricks that can be done in excel from basic to complex. but most awesome trick is to play old dosky games in excel, remember the child hood games like mario, boomerman , contra...
Shagufta
0 0
8

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Rand() Function
Purpose: Get a random number between 0 and 1. Return Value: Any decimal number between 0 and 1. Syntax: =RAND() Usage: RAND() function will returns a number between 0 and 1. For example, = RAND()...

Create a Grading in Excel using Formulas (All versions)
Topic: Applying Grading /Ranking in Excel (All versions Let’s Say you need to rate the Sales with some grade text like POOR, AVERAGE, GOOD and EXCELLENT Based on a range of values as mentioned...


How to Insert a Pivot Table.
Let's learn how to Insert a Pivot Table.

Presentation Perfect Reports
Presentation Perfect Reports. Why Presentable, neatly crafted Reports makes a job more perfect and easy for Business Analyst who is going make decisions out of the information structured in reports. Many...

Recommended Articles

Microsoft Office is a very popular tool amongst students and C-Suite. Today, approximately 1.2 billion people across 140 countries use the office programme. It is used at home, schools and offices on a daily basis for organizing, handling and presenting data and information. Microsoft Office Suite offers programs that can...

Read full article >

Microsoft Excel is an electronic spreadsheet tool which is commonly used for financial and statistical data processing. It has been developed by Microsoft and forms a major component of the widely used Microsoft Office. From individual users to the top IT companies, Excel is used worldwide. Excel is one of the most important...

Read full article >

Whether it was the Internet Era of 90s or the Big Data Era of today, Information Technology (IT) has given birth to several lucrative career options for many. Though there will not be a “significant" increase in demand for IT professionals in 2014 as compared to 2013, a “steady” demand for IT professionals is rest assured...

Read full article >

Software Development has been one of the most popular career trends since years. The reason behind this is the fact that software are being used almost everywhere today.  In all of our lives, from the morning’s alarm clock to the coffee maker, car, mobile phone, computer, ATM and in almost everything we use in our daily...

Read full article >

Looking for Microsoft Excel Training classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for Microsoft Excel Training Classes?

The best tutors for Microsoft Excel Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Microsoft Excel Training with the Best Tutors

The best Tutors for Microsoft Excel Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more