Hi,
Did you check in VBA editor? open it Alt-F11. and check in the code panes of the modules if there is some code existing. It could be that it is now called: Public Sub Yourmacro name. in this case remove the public string.
You might also check in the modules section of the project explorer.
To open the project explorer: CTRL-R
If the macro initially was stored in another workbook like personal.xls then you might check the XLSTART folder on you hrddrive. if there are no files stored then the macro could not be found either.
If nothing is in both places then it might be that someone removed the macro.
hope this helps.
Jeroen
Main Topics
Browse All Topics





by: rockiroadsPosted on 2004-04-30 at 05:12:12ID: 10958740
did u try look for it in the visual basic editor?
go in there, open up all modules to try find it
or open up one module and do a search for it