-
VBA4Excel uploaded 1 week ago
Excel VBA Intermediate Tutorial - Creating User Defined Functions (UDFs)
This tutorial goes through an introduction to creating user defined functions in excel.
Let me know if you have any requests for future tutorials.
-
VBA4Excel commented 1 week ago
Excel VBA Beginner Tutorial - Introduction to the Visual Basic Editor
This tutorial provides an introduction to the visual basic editor in excel.
@blitzinger1 There are a few sources for finding that kind of information out. Firstly Excels built in help can be very useful. If you go to the VBA editor and then press F2 it should open a browser window and take you to the help page
Second, the object browser in the editor can be very useful....
-
VBA4Excel uploaded 3 weeks ago
Excel VBA Intermediate Tutorial - Introduction to Loops
This tutorial goes through an introduction to loops in VBA
Excel VBA Beginner Tutorial - Sorting Data
This tutorial shows how the macro recorder can be used to help sort data out.
41,136 views
VBA4Excel said:
@twiggy99 This is a beginner tutorial, the intention was to show how you could use macros without needing to know how to code. I have uploaded other videos that go through how to write VBA code.