+ Reply to Thread
Results 1 to 23 of 23

I Would like to learn complete VBA suggest me one book.

  1. #1
    Forum Contributor
    Join Date
    10-22-2012
    Location
    hyd
    MS-Off Ver
    2010
    Posts
    159

    Question I Would like to learn complete VBA suggest me one book.

    Hi all,

    Presently i am learning Advanced excel and as well VBA. But i am still confusing do i need to learn VBA or Visual Studio. I want to become a programmer. I would like to do a job as VBA or VB Developer. So do i need to learn VBA or Visual studio. which has the much demand and jobs now or in the future?

    presently i know some concepts in vba i am able to create small macros. I need excellence. I need a complete guide to create macros in vba (end to end). suggest a book here.(only one book please, as i have seen many books, but i am not able to fix which one i need to read.)

    Also suggest me a complete guide from basics to advaced for visual studio. suggest me only one book. dont post list of books please......

    Other wise you can also suggest books to me one by one to read. first which one i need to read and then, next book name etc for vba and visual studio.
    Regards,
    PRB.

    Right time to become Expert..

  2. #2
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: I Would like to learn complete VBA suggest me one book.

    I do not know about "Visual Studio".
    I can not remember the exact title of the book, but along this line.

    VBA in 21 days, by Harris
    No need to buy a brand new book, a second hand book does the job.
    It covers VBA from A-Z.

  3. #3
    Forum Guru MarvinP's Avatar
    Join Date
    07-23-2010
    Location
    Woodinville, WA
    MS-Off Ver
    Office 365
    Posts
    16,378

    Re: I Would like to learn complete VBA suggest me one book.

    Hi,

    Developers have styles of writing just like good (and bad authors). I like this guys style. He taught me the most.
    http://spreadsheetpage.com/index.php/books

    Pick the book that is closest to your needs.
    One test is worth a thousand opinions.
    Click the * Add Reputation below to say thanks.

  4. #4
    Valued Forum Contributor Sean Thomas's Avatar
    Join Date
    03-25-2012
    Location
    HerneBay, Kent, UK
    MS-Off Ver
    Excel 2007,2016
    Posts
    971

    Re: I Would like to learn complete VBA suggest me one book.

    By far the best book i have found is to be:

    Excel 2007 Power programming with VBA by John Walenbach.
    Actually any book of his gives clear examples of how to use Excel & VBA and usually comes with a CD full of examples on how to use it for other applications.
    Regards
    Sean

    Please add to my reputation if you think i helped
    (click on the star below the post)
    Mark threads as "Solved" if you have your answer
    (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code:
    [code] Your code here [code]
    Please supply a workbook containing example Data:
    It makes its easier to answer your problem & saves time!

  5. #5
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: I Would like to learn complete VBA suggest me one book.

    I have
    Excel 2007 VBA Programming For Dummies
    but not

    Excel 2007 Power Programming with VBA.

    I wonder if there are difference between them.

  6. #6
    Valued Forum Contributor Sean Thomas's Avatar
    Join Date
    03-25-2012
    Location
    HerneBay, Kent, UK
    MS-Off Ver
    Excel 2007,2016
    Posts
    971

    Re: I Would like to learn complete VBA suggest me one book.

    My first book was Excel 2007 for dummies, it was ok but the screen shots were so small you could not see any detail to help understand what was happening.
    I just like the layout and detail found in John Walkenbach books.
    He breaks down the code and logic in putting the code together.
    Mind you, i had to read the book twice before i understood most of it, and even now i go back and think "Ah, i know what he means now".


    So far i have learnt more from trial and error, internet sites and from help on this site.
    Trying to solve questions on this site always leads to new challenges, even if i dont post them as the Experts/Gurus usually beat me to it.
    But the good thing there is i usually pick up new methods used by the experts/gurus of which i then go and research on to find out how it works.

    AB33 being one of them

  7. #7
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: I Would like to learn complete VBA suggest me one book.

    Sean,
    Except for "screen shots", in your opinion, do they differ in substance, i.e.in topics and depth covered?

  8. #8
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,482

    Re: I Would like to learn complete VBA suggest me one book.

    From the inside pages of VBA Dummies,

    "Notice that the title of this book isn't The Complete Guide to Excel VBA Programming For Dummies. I don't cover all aspects of Excel programming — but then again, you probably don't want to know everything about this topic. If you consume this book and find that you're hungry for a more comprehensive Excel programming book, you might try Microsoft Excel 2013 Power Programming with VBA, by John Walkenbach, also published by Wiley. And, yes, editions for older versions of Excel are also available."

    The breadth, depth and style are different. Both are good.

    If you want to know exact contents use the Look Inside feature at Amazon to see Contents and Indexes. There should also be a few in book pages to read.
    Cheers
    Andy
    www.andypope.info

  9. #9
    Valued Forum Contributor Sean Thomas's Avatar
    Join Date
    03-25-2012
    Location
    HerneBay, Kent, UK
    MS-Off Ver
    Excel 2007,2016
    Posts
    971

    Re: I Would like to learn complete VBA suggest me one book.

    I dont have VBA for dummies, only the small section in the large book called Excel and VBA for dummies
    But if i compare this book with Johns Excel 2003 book which covers similar topics, i will say without doubt that Johns book is far superior with more examples and ways to use them. It has a great more detail on graphs/charts, pivot tables, lookups, Arrays, userforms, functions,errors,external datbases,What if,VBA etc.

  10. #10
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: I Would like to learn complete VBA suggest me one book.

    Sean,
    Sorry!
    I have misread it. You have "Excel 2007 for dummies", not "VBA Dummies".
    Andy, has both.
    Thanks to both of you!

  11. #11
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: I Would like to learn complete VBA suggest me one book.

    Quote Originally Posted by punna111 View Post
    do i need to learn VBA or Visual Studio. I want to become a programmer. I would like to do a job as VBA or VB Developer. So do i need to learn VBA or Visual studio. which has the much demand and jobs now or in the future?
    if you want to be a vba developer learn vba, otherwise learn vb or probably c#. I don't believe you'll find many jobs as a pure vba developer

    presently i know some concepts in vba i am able to create small macros. I need excellence. I need a complete guide to create macros in vba (end to end). suggest a book here.(only one book please, as i have seen many books, but i am not able to fix which one i need to read.)
    no one book will make you excellent at vba or even cover all topics thoroughly but you have some good suggestions already for beginner/intermediate level. with vba knowing the application is most important unlike in vb, where the application is usually up to the programmer ;-)

    Also suggest me a complete guide from basics to advaced for visual studio. suggest me only one book. dont post list of books please......
    again no way will you find one book. visual studio covers multiple languages and each one will require more than one book
    Josie

    if at first you don't succeed try doing it the way your wife told you to

  12. #12
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: I Would like to learn complete VBA suggest me one book.

    Jay,
    Silly question!
    One can not use VB in excel. Right? So, if you are a VB developer, you can only work outside excel. I guess, there are many similarities between VB and VBA.
    Last edited by AB33; 10-30-2013 at 10:47 AM.

  13. #13
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: I Would like to learn complete VBA suggest me one book.

    you can call dlls written in vb from vba and you can create vsto workbooks but for regular stuff no you don't use vb in excel

    there are a lot of similarities between vb6 and vba (and vbs); fewer between vb (.Net) and vba

  14. #14
    Forum Contributor
    Join Date
    10-22-2012
    Location
    hyd
    MS-Off Ver
    2010
    Posts
    159

    Re: I Would like to learn complete VBA suggest me one book.

    shall learn vba or visual studio?

    If i learn vba can i work with visual studio?

  15. #15
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: I Would like to learn complete VBA suggest me one book.

    it depends on what you plan to do-there's really no comparison

    no-vba has nothing to do with visual studio

  16. #16
    Forum Contributor
    Join Date
    10-22-2012
    Location
    hyd
    MS-Off Ver
    2010
    Posts
    159

    Re: I Would like to learn complete VBA suggest me one book.

    which one has much demand and jobs now.
    if i learn visual studio can i work in vba?

  17. #17
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: I Would like to learn complete VBA suggest me one book.

    depends where you are and which industry
    visual studio still has nothing to do with vba

  18. #18
    Forum Contributor
    Join Date
    10-22-2012
    Location
    hyd
    MS-Off Ver
    2010
    Posts
    159

    Re: I Would like to learn complete VBA suggest me one book.

    I am presently working in Accounting and finance as a process associate.
    I would like to move to Excel and vba developer. i want to change my entire profile.
    other wise i can use this knowledge in accounting industry by becaming MIS Executive or Reporting analyst.
    What are your suggestions??

  19. #19
    Forum Guru JosephP's Avatar
    Join Date
    03-27-2012
    Location
    Ut
    MS-Off Ver
    2003/10
    Posts
    7,328

    Re: I Would like to learn complete VBA suggest me one book.

    learn excel inside out especially pivots, charts, dashboards, the new BI tools and vba. learn as much sql as you can. read books on data analysis visualization and presentation-many people are very bad at the presentation aspect!

  20. #20
    Forum Contributor
    Join Date
    10-22-2012
    Location
    hyd
    MS-Off Ver
    2010
    Posts
    159

    Question Re: I Would like to learn complete VBA suggest me one book.

    Thank you very much for guiding my career.

    so, as per your post i have to become a Reporting Analyst (correct me if i am wrong).(anything else you would like to say here, please suggest me...please)


    My Goal is from now:

    I need to learn Advanced Excel and complete VBA.
    I have to learn about pivots, charts, dashboards, BI tools (means Business intellegent tools like powerpivot, right? anything else are there please mention)
    Need to learn SQL, in SQL we have so many i think like sql, mysql, oracle,dbms etc (I dont know much about all these. please suggest). What i need to learn?

    My Request to every member here especially to you:

    Please suggest me a good list of books to achieve above skills, in a order. First what i need to read and then what i need to read. Also suggest me good and complete books for data analysis, visualization and presentation.

  21. #21
    Forum Contributor
    Join Date
    04-24-2007
    Location
    NYC
    MS-Off Ver
    2k3/2k7/2010
    Posts
    270

    Re: I Would like to learn complete VBA suggest me one book.

    I suggest you read up on object oriented programming and relational database. This will help you understand how data is held and how it moves between applications. When you understand this you will be able to slice and dice data into groups and turn that into useful information. This ultimately will change data into information and becomes a report.


    You don't want to say i need to learn vba. You want to learn programming, and apply that in VBA. I can tell you, I learned programming through C++, which i then applied programming concepts in vba. I never read a VBA book. I said I need to accomplish this, this requires me to move X to Y or change Y to Z. What is the vba equivalent of doing this process?
    Last edited by slx; 10-30-2013 at 01:19 PM.

  22. #22
    Forum Contributor
    Join Date
    10-22-2012
    Location
    hyd
    MS-Off Ver
    2010
    Posts
    159

    Question Re: I Would like to learn complete VBA suggest me one book.

    Hi all,

    Can any one list out the activities i need to do to achieve my goal or become a good vba developer with presentation skills.

    Just i need what i have to do from to day onwards...pleaseeeeeeeeeeee.........

  23. #23
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: I Would like to learn complete VBA suggest me one book.

    I am not a vba developer. Like all things in life, "Practice, "Practice, and "Practice" makes a person perfect still holds.
    I forgot to mention that, Jay and kyle123 have a VBA book which costs about $1000, but I was told it is not for a "Faint Heart".
    Jay was tempting to flog it to me for a discount value. I do not know if the sales offer from Jay is still on.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Please Recomend The right book for Me to learn
    By C.j. in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-20-2013, 01:39 PM
  2. Looking for a good book to learn VBA with?
    By CJPHX in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 06-07-2010, 12:53 AM
  3. If you had to recommend a book to learn VBA. . .
    By Rynofasho in forum Excel General
    Replies: 3
    Last Post: 04-20-2009, 09:44 AM
  4. recommendation for a book/website to learn VBA?
    By freddo85 in forum Excel General
    Replies: 1
    Last Post: 02-21-2007, 11:36 PM
  5. Best Book for an Investment Banker to Learn Excel
    By goldslap in forum Excel General
    Replies: 2
    Last Post: 06-01-2005, 10:05 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1