Hi everybody,

i'm makeing a simple add in in excel 2007 with a customized tab.

actually the ribbon is very user friendly once you get customed with it...still it is a bit longer to program than the usual menu we had before...by the way...

i'm having this problem: i use an editbox to get some parameter and then perform an action with that... after the routin the editbox is invalidate...

but if something goes wrong the public object myribbon (initialized in onload routine of the customUI), goes away (I can see that is value is nothing)...

how can i prevent it to vanish? shall i take more care of the error handling? in wich way? is there a way reinitialize the public object myribbon?

I don't know if i've been good enough in explaining my problem...ask me if not.

many thanks

Antonio