View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy Patrick Molloy is offline
external usenet poster
 
Posts: 1,049
Default Add in does not Function in Excel 2007

excel 2007? save it as a macro-enabled file (xlsm) , or a standard workbook
I can't see how it would work as an add-in as i'd assume your code was
behind the active sheet?

more information please


"SkyPilot" wrote in message
...
In a workbook, I created coding that highlights a row when a cell is
selected.I saved the workbook as an Excel add in, .xlam. When I make the
add
in active, the add in doesn't work.