Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Excel-VBA Windowsユーザーのログインパラメータに基づいてExcelシートの行を非表示にする方法は?
ユーザー名と範囲を適切に変更します。
If (Environ("Username") = "yourusername0810") Then Range("A1:A5").EntireRow.Hidden = True End If