Set fd = myNameSpace.Folders(myNameSpace.CurrentUser.Name & "'s
Folders").Folders("JEC - Calendar")
This line of Visual Basic code reconizes what user is in Outlook. It works
as long as the user's name does not end with "s".
However if the user's name does end in "s" it doesn't work because the
program doesn't reconize "s's".
For example it would be Dennis' Folders instead of Dennis's Folders. How do
we get the program to reconize this?
Should we use an if statement?