The following vba worked fine under Windows/Office 2000 & Netscape:
booMailed = Application.Dialogs(xlDialogSendMail).Show(strEmailID,conMsg)

it opened a "new message" window on the default e-mail handler (Netscape) with the addressees plugged in from the string of email IDs provided, the subject line specified in the constant Msg, and the active workbook ready to go as an attachment.

now that the system has been "upgraded" to Windows/Office XP & Mozilla, it no longer works.

under debug it's like the line doesn't exist...no error message appears, the code just drops out of the subroutine it's in and returns to the main program with no action.

any thoughts or suggestions?

thanks.