Hiya,
I'm not 100% sure on this because I've got a weird Network installation of Excel and cannot get my personal.xls to work, but try putting the code you want to run in the ThisWorkbook bit of your personal.xls, i.e.
Private Sub Workbook_Open()
MsgBox ("Excel has Started!")
End Sub
(The personal.xls will reside somewhere like C:program filesmicrosoft officexlstart)
Rgds
AJ
Like this thread? Share it with others