S
spinner
is there anyone who knows if and how i can put my code in an INI file so its
always possible to change it at any time?
Thanks
Example code
---------------------------------------------------------
If Application.UserName = ("-username-") Then
Blad1.Visible = xlSheetVisible
Blad2.Visible = xlSheetVisible
Blad3.Visible = xlSheetVisible
End If
always possible to change it at any time?
Thanks
Example code
---------------------------------------------------------
If Application.UserName = ("-username-") Then
Blad1.Visible = xlSheetVisible
Blad2.Visible = xlSheetVisible
Blad3.Visible = xlSheetVisible
End If