View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default Macro name changes

That happens when you name the module the same as one of your macros. Try
changing the name of your module to something else, like modMatchUnits.


"Cornelia" wrote:

When I tried to run a macro from a button today, it said something like "name
not recognized". I noticed my macro name had changed from:

"MatchUnits"
to
"WorkbookName.xls!MatchUnits.MatchUnits"

Does anyone know why this happened and what I can do to fix it?

I am an infrequent and fairly inexperienced macro "programmer".

Thank you!!