Why will this code just change subject to only the fist selecteditem?
Why will this code just change subject to only the fist selected item?
For x = 1 To myOlSel.Count
myOlSel.Item(x).Subject = strProsjektnrnavn &
myOlSel.Item(x).Subject 'ad a prefix in subject
Next x
|