Hi everyone, I'm a relative newbie to VBA within Office Apps, A work collegue and I wrote a program in VB6 that enabled us to use "right Click" context menus in Excel 2003, basically when you clicked on one of the menus it ran a Sub which was held in a sheet called personal.xls which is in the XLSTART folder on the pc. For some reason it's now not working at all on my pc although it's working on several other pc's, I've opened up the sheet I'm working on in the Visual Basic Editor and the the personal.xls sheet is there along with my other workbook, I've put a breakpoint on the sub in question, gone back to the orginal sheet and fired up the context menu expecting to find the cursor stuck on the break point, but nothing happens. It's as if the personal.xls isn't part of the sheet, I hope I've explained this correctly. Can someone advise me as to what may be wrong?