Thread
: [Solved]
best practices for message handling between subroutines?
View Single Post
01-06-2021, 12:49 PM
eduzs
Windows 10
Office 2019
Expert
Join Date: May 2017
Posts: 266
If you mean "passing status messages" as passing variables values, I imagine two possibilities, maybe:
Pass variables as arguments on a sub or a function.
Declare variables as Public (within project) or Private (within module).
eduzs
View Public Profile
Find all posts by eduzs