When programming in Excel VBA it is very helpful to break your functions out into multiple modules to keep them in order. When doing this you also want to follow best practices of limiting permissions so that only functions that will be used in other modules and by the user will be exposed. To do this we will learn how to declare a function as PRIVATE or PUBLIC.
Taking Excel to The Next Level Playlist: • Excel =IF Function - Taking Excel to the N...
Getting Started with Excel VBA: • Getting Started with Excel VBA