|
||||||
|
Create Function By Richard Rost 4 years ago Create Your Own Custom Function in Microsoft Access VBA In this video, I will show you how to create your own custom, user-defined functions in Microsoft Access VBA (Visual Basic for Applications). We will start with a subroutine, and then create a couple functions. We will create a random number generator, and functions to convert Celsius to Fahrenheit and vice versa. You will learn how to pass parameter values to functions, and have them return a value. Michael in Louisville KY (a Gold Member) asks: I'm familiar with the built-in Access functions like Date() and Now(). Is there a way I can create my own custom functions to perform the specific calculations I need? MembersI'll show you how to create public functions and global modules so your functions can be used in every form, report, and query in your database. You will see how to set a lower bound for your random numbers, so you can, for example, generate random numbers from 10 to 20. We will build a dice roller where you can roll any number of multi-sided dice in sets. Very handy for you gamers and D&D players who want to generate character stats. (This one's for the nerds like me).
Silver Members and up get access to view Extended Cut videos, when available. Gold Members can download the files from class plus get access to the Code Vault. If you're not a member, Join Today! LinksIntro to VBA: https://599cd.com/IntroVBA
|
||||||||||||||||||||
| |||
Keywords: TechHelp Access ms access create a function, calling a function in vba function return, vba function arguments, vba global function, writing a simple function, vba editor, code builder, msgbox, hello world, custom function, make your own function PermaLink Create Your Own Function in Microsoft Access |