making a macro run first thing when opening a workbook

D

Dennis Schuessler

is there a way to make a macro run right away when you
open a workbook????
 
F

Frank Kabel

Hi
either name your macro Auto_Open() or place your code in the
workbook_open event
 
Top