![]() |
#3
|
||||
|
||||
![]() Quote:
Public userRole as String userRole can be cleared from any sub or function with code like: userRole = "" If you want to prevent userRole being reset use code like: Const userRole As String = "Manager" Note also that having: Option Explicit at the top of your code module will protect you from having something like: Public userRole as String but then referencing it as: useRole in your code - which quite understandably would come back as a null string.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How does the Enterprise Global and local Global an User Regitry work together? | Lupus74 | Project | 0 | 08-31-2018 12:18 PM |
Array to iterate through variables and trap blank variables | Marrick13 | Word VBA | 5 | 08-04-2015 06:19 AM |
can word: make variables, find appropriate pages, fill out pages with variables, print only those | 20GT | Word VBA | 1 | 10-15-2014 09:48 PM |
![]() |
lefttoday | Word | 3 | 02-03-2011 03:34 PM |
![]() |
ryalls3857 | Word | 1 | 12-27-2010 05:45 PM |