Within a VBA project is a list of modules and a list of worksheets. If I double-click on a worksheet icon under a VBA project, it opens a page in the editor that one can write code on. What is the difference between writing a VBA procedure on a worksheet page vs. a module page?
Thanks.