I would think the 97 version is still usable. VBA didn't change much (if at
all) between 97 and 2000.
The only major caveat to that might be in whatever DAO routines are
included. "Dim db as Database", "Dim rs as Recordset" should now be more
specific and restated "Dim db as DAO.Database", "Dim rs as DAO.Recordset".
Even that isn't a VB issue, per se, but a references issue because of
conflicts when ADO rather than DAO was crowned as the default data object
reference in 2000.
HTH,
--
George Nicholson
Remove 'Junk' from return address.
"Mike Binger" <(E-Mail Removed)> wrote in message
news:743DC972-1F1B-4F62-BE0F-(E-Mail Removed)...
>I was able to use Neatcd97.mdb for my Office home version under:
>
> http://support.microsoft.com/default...b;en-us;177972
>
> Is there also a 2000 version?
>
> MIKE