Hi all I have code below work well but I want to change this line:
<code style="box-sizing: border-box; font-family: inherit; font-size: 1em;">If Sh.Name <> "LocKH" And Sh.Name <> "Ma" Then
to
<code style="box-sizing: border-box; font-family: inherit; font-size: 1em;">If Sh.Name =...