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

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
How can we convert date into days for any year?
Enter the DATE Select the cell with the returned date. Click the Home tab. Click Format Cells: Number in the Number group.
Sensoph
0 0
9

Use of INDEX in MS Excel?

INDEX function is a powerful tool that allows you to retrieve values from a specified range or array based on row and column numbers. INDEX(array, row_num, ) As it requires row_num and column_num, it is...
Prabhakar
0 0
6

which is the best college or institute for Data analysis course certificate  with Fresher placement support  in pune?

Hi.. There are the institutes conducting online courses. Like for example, Simplilearn Edureka. Particularly in pune, ExcelR* Hope it will helpful. *before joining compare with other institutes.
Priya
0 0
5
What is VBA and what is its importance?
vba is visual basic for application. it is used to automate the task and make user define formula.
Shagufta
0 0
5

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

Ask a Question

Related Lessons

VBA Tip: Print Random Numbers In A Selected Range
Let’s say you want to print some random numbers in a selected range then you can use below Macro. Sub Print_Randomnumbers() Dim myrng As Range For Each myrng In Selection myrng.Value = Application.WorksheetFunction.Int(Rnd...

Eight Bug Reduction Tips: VBA
You cannot completely eliminate bugs in your programs, but there are a few tips that will help you keep them to a minimum: i. Use an Option Explicit at the beginning of your module: Doing so will require...
G

Today WE LEARN a excel formula like UPPER FUNCTION
Here we are using upper case formula, these formula are used in advanced excel. A B C 1 Hansraj HANSRAJ =upper(TEXT) =UPPER(B1) 2 lakir LAKIR =UPPER(B2) 3 Seema SEEMA =UPPER(B3) 4 Mansi MANSI =UPPER(B4) 5 jyoti JYOTI =UPPER(B5) 6 mahima MAHIMA =UPPER(B6) 7 shashi SHASHI =UPPER(B7) ...

Excel Macros Training
The Next Level Technologies Excel Learning...Read & Share....Happy Learnings Record Macro (Automating day to day activity reports) -> Choose Record Macro in the Code group of the Developer...
N

Next Level Technologies

0 0
0

Hide Duplicate Values & Apply Borders Using Conditional Formatting
Please refer following screenshots:1st Screenshot: Original Dataset2nd Screenshot: After Conditioinal Formatting is applied In 2nd screenshot, using Conditional Formatting:1) Repeat months are...

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