Friday, November 20, 2020

VBA tutorials - video

VBA tutorials - video

    VBA concepts from Microsoft.com

  1. Selection Object
  2. Understanding Objects, Properties, and Methods
  3. VBA Macros Provide Yahoo Stock Quote Downloads in Excel 2007
  4. VB6 C# VB Code Converter
  5. Excel Molar Mass Calculator - Molecular Weight
  6. How to select cells/ranges by using Visual Basic procedures in Excel
  7. Compile error when you edit a VBA macro in the 64-bit version of an Office 2010 program
  8. VBA tutorial: create account here

  9. VBA Code Examples
  10. very good to use use Search the list below for free Excel VBA code examples complete with explanations.

    Some include downloadable files as well. These Excel VBA Macros & Scripts are professionally developed and ready-to-use.

    We hope you find this list useful!

  11. Learn VBA Online Tutorial for Beginners
  12. create an account to learn more tricks...

    Interactive VBA Tutorial

    Our interactive VBA tutorial is perfect for beginners or experienced users looking to brush up on their skills. Create a free account to save your progress and much more!

    What is macro in VBA?

    what are macros? Macros are what most people who write VBA code use. A macro (also can be referred to as a Procedure or Subroutine) is a grouping of code that performs a series of tasks or commands within a targeted computer program (aka Application).Jan 15, 2014

  13. What is VBA used for in Excel?
  14. on the left side panel, there are lot of good links to quick VBA practical start. need to take a look...

    What is VBA used for in Excel?

    VBA is used to write macros, which automate simple and complex tasks in Excel.

    Users of Microsoft Excel will often find themselves repeating the same series of tasks over and over again. Sometimes these are minor tasks like copy-pasting subsets of data to different sheets, and sometimes the tasks are more complex like uploading data to a website. With VBA, macros can be programmed to automate tasks like these, turning a series of manual operations into a single button click.

    Are VB and VBA the same?

    The VBA language is identical to Visual Basic 6.0. If you have experience writing VB6 code, you can write VBA.

    The VB Editor in Excel is a stripped-down version of the VB6 editor, with similar debugging capabilities and components like the ‘Project’ and ‘Properties’ windows. The Form editor is also very similar, although it has some limitations (like the inability to create control arrays).

    Less similar to VBA is Visual Basic .NET. Although these languages share many of the same keywords and syntaxes, the code between these languages is less interoperable. You wouldn’t have to re-write much (if anything) to port a procedure from VB6 to VBA, but you couldn’t do the same from VB.NET.

    What is the difference between a macro and VBA?

    VBA is just the language that macros are written with. If your macro is a story, VBA is the grammar and dictionary it’s written with.

    What is the difference between a macro and a script?

    Scripts use a limited subset of the Visual Basic language and are used for different purposes.

    Macros are stored inside Excel workbook files and can only be run from inside Excel. They’re typically used to automate various Excel functions and add extra functionality to workbooks.

    Scripts are stored in text files using the .VBS extension and can be run from inside Windows or executed by other programs. Sysadmins will use scripts to automate certain administrative tasks on a computer or network.

  15. VBA
  16. 300 good examples

  17. Run a Macro from the VB Editor
  18. Macros can also be run from the VB Editor. The VB Editor allows you to review a macro’s code and make any changes you want before running it.

    Must-see Videos

  19. Lesson 32.6 Spin Buttons in VBA
  20. VBA Lesson 1 - Intro to VBA Macros - from ExcelVBASQL.com 38+ hours of Free training
  21. Lesson 2.1 VBA Editor
  22. Lesson 3.1 Project Explorer
  23. it explains module well: 5 types. but generic module is important

  24. Lesson 4.1 Properties Window
  25. Lesson 5.1 Your First Macro
  26. sub, function

  27. Lesson 6.1 Variables
  28. Lesson 7.1 Debug Toolbar
  29. Lesson 8.1 Locals Window
  30. Lesson 9.1 Watch Window
  31. Lesson 10.1 Breakpoints
  32. Lesson 11.1 Scope Of Variables
  33. Lesson 12.1 Parameters In Sub Routines
  34. Lesson 13.1 Functions
  35. Lesson 14.1 Events
  36. Lesson 15.1 Basketball Class
  37. Lesson 16.1 References
  38. Lesson 17.1 Object Broswer
  39. Lesson 17. 2 Object Variables
  40. Lesson 32.7 Toggle Button in VBA
  41. Lesson 19.1 Relational Operators
  42. Lesson 27.1 Arrays
  43. Lesson 27.6 1D Dynamic Array
  44. Lesson 27.5 Populate a 2D Array from Excel
  45. Lesson 27.4 A real work example of Arrays in VBA
  46. Lesson 27.2 Populate And Loop Over and Array
  47. Lesson 27.3 Populate a 1D Array from a worksheet
  48. videos from British guy

  49. Excel Visual Basic (VBA) for Beginners - Part 1 of 4: Buttons and Macros
  50. Excel Visual Basic (VBA) for Beginners - Part 2 of 4: Change Cell Values
  51. Excel Visual Basic (VBA) for Beginners - Part 3 of 4: Positioning and Offset
  52. Excel Visual Basic (VBA) for Beginners - Part 4 of 4: Loops
  53. 17 Things Beginners Must Know About The Excel VBA Editor
  54. it demos how to use debugger. very useful.

    very good knowledge for common sense and basic stuff. we need them.

  55. Excel VBA to Move Data Around A File - How I Actually Do It! P1
  56. Excel VBA to Move Data Around A File - How I Actually Do It! P2
  57. How to Use Excel VBA Code - Real Example P1
  58. it has 13 posts

  59. 7 Excel VBA Essential Beginner Techniques: Execution
  60. 17 Things Beginners Must Know About The Excel VBA Editor
  61. need to watch this first. basics and debug tricks

  62. Excel VBA for Post-Beginners: (1/6) Series Introduction
  63. How To Create A Custom Navigation System In Excel - Part 1/6
  64. Before You Start Excel VBA, WATCH THIS!
  65. VB script tricks

  66. Compare Two Excel Files

No comments:

Post a Comment