How to use owc toolbar command

S

Steven

Dear All,

We know there is a toolbar in owc9, It can implement copy, autofilter
function etc, I want to write code control these function ? anyone know how
to do it in vb?

Thanks
 
S

Steven

Thank you for your answer!
but I have not find document.all.sp.Toolbar class, In fact, My meaning is
how to implement toolbar icon function when we use other command do it?

Thanks
 
A

Alvin Bruney

document.all.sp is your spreadsheet object. the spreadsheet object exposes
the toolbar control as an object. you can tie into the toolbar object from
there. You want to add a button to the toolbar? Not sure here.
 
Top