View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Recording a Macro with an Add-In

Recording a macro does not record any actions that involve running some
other VBA code, such as something from an addin.

Regards,
Peter T

"Pelham" wrote in message
ups.com...
I have just started my journey with Macros and VBA in order to help me
clean lists of data that I am copying into Excel from the Internet.

Everything works fine when I get Excel to record a Macro to duplicate
my actions to clean the data (e.g. deleting some columns; inserting a
simple function in another column based on data in the adjacent column
etc.) - except an action which involves my using an Add-In called
'EasyFilter' by Ron de Bruin MVP. When activated, the Macro does
everythiing else except duplicate the action involving the Add-In...

Can anyone help me, please?