How i can add a module and start writing a code?
Sep 30th 2021 #2 Simple way is to start recording a macro, choose to save it in the relevant workbook, then just stop recording.Alternatively, open the VB Editor (Alt+f11) then right click the workbook in the Project Explorer window (usually top left) and choose Insert - Module
Sep 30th 2021 #3 Quote Simple way is to start recording a macro, choose to save it in the relevant workbook, then just stop recording. That was how I started.