Hi all,

I'm having to try and diagnose a problem with a co-workers PC while running an excel spread sheet with the following vba script placed into an module.
Set RegExp = New RegExp vba
The spreadsheet runs fine on my and another co-workers PC. But when trying to run the
same spreadsheet on this other fellows PC it errors.
The error I received is: 430 Class does not support automation or does not support expected interface. I've done some
searching on the subject and found some other similiar issues but no straight forward
resolutions. To start things off, The spreadsheet is located on a network drive. He's
connected through a laptop which we call a toughbook. I'm using a Gateway desktop.
Both are running windows XP and excel 2003. I beleive in order for the RegExp to run,
Microsoft VB Script Regular Expressions 5.5 has to checked in the Reference Library.
This shows to be checked on both our PC's

Does anyone know if there is something else that can effect the spreadsheet from running this specific code?

Any help diagnosing this situation is appreciated.

Thanks,

BDB