Hello,
As login for windows we use code numbers, for example mine is "701000602".
There are others who use the same workbook as i am and i would like them to set focus on different cells.
This is what i've tried for myself :
"Private Sub Workbook_Open()
If Environ("701000602") Then
Worksheets("Sheet1").Cells(5, 3).SetFocus
End If"
However when i open the workbook : error.
Did i miss something?
As login for windows we use code numbers, for example mine is "701000602".
There are others who use the same workbook as i am and i would like them to set focus on different cells.
This is what i've tried for myself :
"Private Sub Workbook_Open()
If Environ("701000602") Then
Worksheets("Sheet1").Cells(5, 3).SetFocus
End If"
However when i open the workbook : error.
Did i miss something?