It's easy enough to simply copy code from an Access module and paste into an Excel module, but you'll still need to deal with differences between the Access object model (tables, fields, controls, records, etc.) and the Excel object model (sheets, cells, rows, columns, etc.).
What you may want...