Hi,
I'd like to change the following code such that only the Left three characters of the Department value are taken. Left tutorials aren't helping me much.
With ws
.Cells(ERow, 1).Value = Me.ptmember.Value
.Cells(ERow, 2).Value = Me.StudyRole.Value
.Cells(ERow, 4).Value =...