Thread: Module Names11
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default Module Names11

in the project explorer, click on the module name in the Tree (expand the
mdule branch if necessary). Then make the properties window visible (F4 or
View=Properties Window). The property window of the Module has its name.
Highlight Module2.All and type in a new name.

--
Regards,
Tom Ogilvy


"Sharon" wrote:

Hi - I have a pile of modules in my Excel workbook. I was copying some
others from another workbook. So now I have some modules, not all, being
named "Module2.All" rather than just "All". I can't find any rename option
for the modules and of course any procedure that calls them can't find them,
nor will the procedures recognise Module2.All. If anybody has any ideas I
would be really grateful.
--
Sharon