I would like to record a macro which highlights some cells, then runs an
add-in. The add-in takes the highlighted cells and exports them to a new
file. However when I record the macro, it does not record the add-in step,
it only records me highlighting the cells. Is it even possible for a macro
to invoke an add-in?

Re: invoking an add-in from a macro? by Bob

Bob
Wed Apr 27 04:20:14 CDT 2005

Yes it is. You need to link to the add-in in the VBE (Tools>References),
and then click the add-in.

You can then call any routines in the add-in by name.

--
HTH

Bob Phillips

"JurgenBrea" <JB@_._> wrote in message news:d4nj1m$d7o$1@lust.ihug.co.nz...
> I would like to record a macro which highlights some cells, then runs an
> add-in. The add-in takes the highlighted cells and exports them to a new
> file. However when I record the macro, it does not record the add-in
step,
> it only records me highlighting the cells. Is it even possible for a
macro
> to invoke an add-in?
>
>



Re: invoking an add-in from a macro? by JurgenBrea

JurgenBrea
Thu Apr 28 15:00:48 CDT 2005

hmm... well I tried that. went to tools/references from the VB editor.
Then browsed for the xla. It freaked out and said it could not do it as it
had the same name as something else.... I know I should have put the message
in here but it's on my work computer and I'm at home now. Any thoughts?



"Bob Phillips" <phillips@tiscali.co.uk> wrote in message
news:eaN$cpwSFHA.612@TK2MSFTNGP12.phx.gbl...
> Yes it is. You need to link to the add-in in the VBE (Tools>References),
> and then click the add-in.
>
> You can then call any routines in the add-in by name.
>
> --
> HTH
>
> Bob Phillips
>
> "JurgenBrea" <JB@_._> wrote in message
> news:d4nj1m$d7o$1@lust.ihug.co.nz...
>> I would like to record a macro which highlights some cells, then runs an
>> add-in. The add-in takes the highlighted cells and exports them to a new
>> file. However when I record the macro, it does not record the add-in
> step,
>> it only records me highlighting the cells. Is it even possible for a
> macro
>> to invoke an add-in?
>>
>>
>
>