View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pelham Pelham is offline
external usenet poster
 
Posts: 13
Default Recording a Macro with an Add-In

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?