![]()
Private Sub USEROPEN() Sheets("UserData").Select Range("A10").Select ActiveCell.Value = Application.UserName If ActiveCell.Value = "ali" Then Run "UserDataOnOpen" End If End Sub
this macro currently only runs if ali opens the file I want to run it if Tom or Micheal or John opened it and if anyone else did then do nothing , how can I adapt this macro to do that .. anyhelp
Bookmarks