Hi I'm trying to control the reviewing toolbar via the C API (in Excel 2003) I'm using: Excel(xlcShowToolbar, 0, 2, TempNum(i), TempBool(1)) and looping from 2 to 125 in desperation. It shows a few toolbars but not the reviewing one I'm after. That shows up as number 7 in vba, but does not show using the C API Looking in MacroFun there is no mention of the reviewing toolbar - does this mean I can't get to it via the C API? Is my only choice COM or has anyone got any better suggestions cheers Simon