Hello,
My understanding of VBA is that values are automatically passed to functions by value, not by reference. However, in the following code, when I modify ctrRole, the data which I passed to that parameter also gets modified leading me to believe that the variant type is passed ByRef by default. Any input would be appreciated. Thank you!
![]()
Please Login or Register to view this content.
Bookmarks