Why will this code just change subject to only the fist selecteditem?
This code make a prefix to current subject, and it works fine. But if
have selected more than 1 item just the first item got the prefix.
The prefix will not show before I have selected another e-mail (that's
a problem too). Sorry but I'm a newbee to Outlook VBA.
myOlSel.Item(x).Subject = strProsjektnrnavn & Emne ' Emne = orginal
subject
|