Hey,

On a side note, rather than use MsgBox, you really should be using MessageBox. The code above would then change to inspect the returned DialogResult, rather than a MsgBoxResult.

Gary