E
ExcelLars
txtA = "[A] "
NewSubject = txtA & myOlSel.Item(x).Subject
myOlSel.Item(x).Subject = NewSubject
myOlSel.Item(x).Save
Why will not the subject not update with "[A]"?
NewSubject = txtA & myOlSel.Item(x).Subject
myOlSel.Item(x).Subject = NewSubject
myOlSel.Item(x).Save
Why will not the subject not update with "[A]"?