Cannot convert Macros to VB

  • Thread starter Thread starter Marty
  • Start date Start date
M

Marty

I have a database whose tables are linked to an MSSQL 2000
database. I have several macros I want to convert to VB
code but I getting an error that says "Can't perform
operation since the project is protected". When I created
the project I did not "protect" it. I have searched every
help I can find; I've held the shift key while opening;
and I've tryed the Open Exclusive method. All to no
avail. How do I unprotect a project I never protected?
Is it because the MSSQL db is protected? Does anyone have
an idea how I can convert my macros to VB automatically?

Marty
 
I found my answer in the most obscure place. I opened VBA
and right clicked the database object > properties >
protection and there it was.
 
Back
Top