I have just added that facility to customise the toolbar in my program using the SaveToolbar and RestoreToolbar commands. I have added the RestoreToolbar command in Load_Form and nothing happens, If, however, I call RestoreToolbar by say clicking on a button it works. I have tried putting it in seperate functions and calling it from Form_Load but can't get it to work. I suspect it is because RestoreToolbar will not work until the Form_Load event has finished. Any ideas?

Ian Bennett