Search code examples
vb6editor

Can't edit module in existing project


I have an existing project in Visual Basic 6.0.

When I try to edit any code block in a form of the project, it gives an error saying;

Can't edit module.


Solution

  • Make sure you haven't opened your project in read only. Go to the project properties and uncheck "Read Only".