Consulting

Results 1 to 7 of 7

Thread: Solved: VBA help... Gaining access to training or information

  1. #1

    Solved: VBA help... Gaining access to training or information

    I've posted a few times on VBAX with some VBA question but finding it difficult to understand the VBA language as I don't have any programming background.

    So I'm just looking for some advice or links of websites or recommended books where I could make a start to learn the basics of the VBA language.

    I work with excel everyday and believe that VBA is the next step.

    Thank you very much.

  2. #2
    Moderator VBAX Guru Simon Lloyd's Avatar
    Joined
    Sep 2005
    Location
    UK
    Posts
    3,003
    Location
    This book is a great start, well explained and worked examples.
    Microsoft? Excel 2002 Visual Basic? for Applications Step by Step
    Regards,
    Simon
    Please read this before cross posting!
    In the unlikely event you didn't get your answer here try Microsoft Office Discussion @ The Code Cage
    If I have seen further it is by standing on the shoulders of giants.
    Isaac Newton, Letter to Robert Hooke, February 5, 1675 English mathematician & physicist (1642 - 1727)

  3. #3
    Moderator VBAX Wizard Aussiebear's Avatar
    Joined
    Dec 2005
    Location
    Queensland
    Posts
    5,059
    Location
    or you could undertake some training as provided by this forum. Go back to the vba.express.com page and look for the training section.
    Remember To Do the Following....
    Use [Code].... [/Code] tags when posting code to the thread.
    Mark your thread as Solved if satisfied by using the Thread Tools options.
    If posting the same issue to another forum please show the link

  4. #4
    Moderator VBAX Master georgiboy's Avatar
    Joined
    Mar 2008
    Location
    Kent, England
    Posts
    1,198
    Location
    I found Excel VBA for dummies a good read.

  5. #5
    Thank you all

    I'll be writing descent VBA code in no time

  6. #6
    Moderator VBAX Guru Simon Lloyd's Avatar
    Joined
    Sep 2005
    Location
    UK
    Posts
    3,003
    Location
    Quote Originally Posted by Mitchelson
    Thank you all

    I'll be writing descent VBA code in no time
    Mitchelson, enthusiasm and determination are everything! once bitten by the VBA bug you will forever be learning.

    A word of advice (given to me by an "old sage" in this forum), plan everything first dont start to code until your sheets are designed as needed and until you have worked out/written down what you expect to achieve and what functionality you need from the workbook and code, firstly think can i do it with excels' own built in functions (faster and more efficient), can i do it with formula? (the "old sage" will definately advocate that one and help you too!) once these have been exhausted then code to your hearts content.
    Regards,
    Simon
    Please read this before cross posting!
    In the unlikely event you didn't get your answer here try Microsoft Office Discussion @ The Code Cage
    If I have seen further it is by standing on the shoulders of giants.
    Isaac Newton, Letter to Robert Hooke, February 5, 1675 English mathematician & physicist (1642 - 1727)

  7. #7
    A word of advice (given to me by an "old sage" in this forum), plan everything first dont start to code until your sheets are designed as needed and until you have worked out/written down what you expect to achieve and what functionality you need from the workbook and code, firstly think can i do it with excels' own built in functions (faster and more efficient), can i do it with formula? (the "old sage" will definately advocate that one and help you too!) once these have been exhausted then code to your hearts content.
    I really know what you mean about the planning, I've already had to re-work some VBA code because I had added rows and removed column in a workbook that I had spend days working on.

    Very wise words

Posting Permissions

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