| re: How to delete the missing References for VBA
I suggest you perform this task on a machine that has the "Missing"
references installed, after which, you can uninstall those references or
move the project to the machine that is missing the references.
It might prove beneficial if you post the names of the missing references...
Good luck,
Curt
"S. van Beek" <S.v.Beek@HCCnet.nl> wrote in message
news:431344ff$0$160$3a628fcd@reader1.nntp.hccnet.n l...[color=blue]
> Dear reader,
>
>
>
> For removing a reference in the VBA reference form I receive from Doug
> Steele the following code:
>
> ..........
>
> References.Remove refCurr
>
> ..........
>
>
>
> By running this code the following error occur:
>
>
>
> Error no. 17
>
> Error description: Can't perform requested operation
>
>
>
> The question is how can I unable the tick box (remove tick form tick box)
> in
> the VBA references form for the missing (broken) references.
>
>
>
> Thanks for any help.
>
>
>
> Kind regards,
>
> Simon van Beek
>
>[/color] |