View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Michael[_51_] Michael[_51_] is offline
external usenet poster
 
Posts: 1
Default Can I run a macro in an xla from a button on a sheet

I want buttons on worksheets in my workbook to run a macro that is
stored in an add-in

I have called the macro 'Public Sub xxx()'

I have created a reference to the add-in in the workbook that will
have the buttons.

But I can't 'see' the macros in the add-in to be able to assign them
to the buttons.

Can I do it?

how?

Cheers

Michael