Probably a pretty simple question but I'm trying to alter the code on this VBA macro:
iRow = ws.Cells.Find(What:="*", SearchOrder:=xlRows, _
        SearchDirection:=xlPrevious, LookIn:=xlValues).Row + 1

With ws
        .Cells(iRow, 29).Value = Me.hoursTextbox.Value

How would I also add the text "monthly hours" after the value?