Is there somewhere I can access Excel-VB code at once?

S

Souljah

I just need something that will help me write macro codes quick - fo
example like a macro to close excel, a macro to save a workbook
etc....


thanks for any hel
 
P

papou

Hello Souljah
Except for closing Excel where this would not be possible, use the macro
recorder
To close Excel use: Application.Quit
HTH
Regards
Pascal
 
Top