well, for what its worth, now I got that same error.
First time i remember seeing that exact wording
ac2005
Dim ss As AcadSelectionSet
this line highlighted
Set ss = ThisDrawing.PickfirstSelectionSet
this routine has worked for long time ok
(except for when acad's known selection set bug rears it 's ugly head)
Latest intervention on the system was servicepack 1 install
then when I stopped execution with the vba ide acad disappeared
Mark Propst
"Ed Jobe" wrote in message
news:415ac90c$1_3@newsprd01...
> Or you might be able to at least figure out what it causing it. Set a
> breakpoint at the start of your code and run your sub. Then when the
> debugger breaks into the code step through it one line at a time until you
> get the error. Now you know what's causing it. If you can't figure out how
> to fix it, you can come back here and post the line of code (plus some
> before that) that the debugger highlighted and we can have a better idea
how
> to help.
>
> --
> ----
> Ed
> ----
> "Mike Tuersley" wrote in message
> news:1jnya4ozrjjl8$.ts7xvmis8pxj$.dlg@40tude.net...
> > Don't know - post some code and maybe we can help you
> >
> > -- Mike
> > ___________________________
> > Mike Tuersley
> > CADalyst's CAD Clinic
> > Rand IMAGINiT Technologies
> > ___________________________
> > the trick is to realize that there is no spoon...
>
>