VBA has a development environment designed for working with code. Gone is the Excel 4-style macro sheet format where code is entered into cells. VBA code is written in module sheets, with access to a text editor, debugger, and syntax highlighting. There's plenty of good material that discusses the details of editing code (see the "Further Reading" section), but a few handy tips are covered below.