Hello,

I have created some macros in the VB editor. Part of the macros go out
and get a selection of rows and columns. The macro works fine on my
computer.

On another computer the macro refuses to open correctly saying
"Autoation Error, Unspecified Error". Once the macro is loaded I try
to run a routine and get the same error for a line that has a line like
Set ARange = Sheet1.Range ("A1", "B2") and end up getting the same
error.

Is the OLE ready to go when Excel is launched or does it have to be
enabled somehow?

Thanks.

Mike