Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 922649
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T19:04:03+00:00 2026-05-15T19:04:03+00:00

What is good practice and good code hygiene? Putting code in Modules or Sheets?

  • 0

What is good practice and good code hygiene? Putting code in Modules or Sheets?

I have this Excel Workbook, with user interfaces in each sheet. Each sheet within the workbook does a different part of some overall task. Should I place the code relevant to each sheet inside the Sheet objects, or in Modules? Group into one module, or separate modules?

I’m using Excel 2003.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T19:04:04+00:00Added an answer on May 15, 2026 at 7:04 pm

    Definitely in Modules.

    • Sheets can be deleted, copied and moved with surprising results.
    • You can’t call code in sheet “code-behind” from other modules without fully qualifying the reference. This will lead to coupling of the sheet and the code in other modules/sheets.
    • Modules can be exported and imported into other workbooks, and put under version control
    • Code in split logically into modules (data access, utilities, spreadsheet formatting etc.) can be reused as units, and are easier to manage if your macros get large.

    Since the tooling is so poor in primitive systems such as Excel VBA, best practices, obsessive code hygiene and religious following of conventions are important, especially if you’re trying to do anything remotely complex with it.

    This article explains the intended usages of different types of code containers. It doesn’t qualify why these distinctions should be made, but I believe most developers trying to develop serious applications on the Excel platform follow them.

    There’s also a list of VBA coding conventions I’ve found helpful, although they’re not directly related to Excel VBA. Please ignore the crazy naming conventions they have on that site, it’s all crazy hungarian.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is it a good practice to have multiple XXX : DbContext classes for each
Is this considered good programming practice in C++: try { // some code }
Is this good practice? Or should I just replace the code block between {
Good practice dictates that subroutine arguments in Fortran should each have a specified intent
Is it a good practice to have JavaScript (jQuery) code inside an Ajax response.
In Excel VBA, is it good practice to leave Debug.Print instructions in code that
I'm looking at some code and I'm curious whether this is good practice. class
Is it good practice to have one shared SqlConnection object in a .NET application
Is there any good practice for this? I wish I could solve the problem
Is it a good practice to have timestamps for the last row update in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.