I lost my macros!

G

Guest

I have a spreadsheet that I wrote a few years ago that used a couple of VBA
macros. The macros performed a regula falsi root find. The problem is that I
cannot find the macros to view and modify them. I have opened the VBA editor
and opened the but cannot find the macros in "Sheet1" or "This Workbook". I
am stuck trying to find them. (BTW, the calculations are being performed so
that I know these macros are somewhere!)

Any suggestions?
 
G

Guest

In the VB editor hit Ctrl + F (find). Now select Entire Project option
button. Now try to find anything (the Letter A or something like that...)
That would be one easy way of finding the code.

In the VBE you need to double click on the sheet or module in the Explorer
to see the code... That might be the reason you are not seeing the code.
 
G

Guest

I had the sheet and module open and used Find with no luck. Where O where
could they be?
 
G

Guest

Set your macro security to medium if it is not already. When you open the
workbook you should be prompted to enable macros. if you are not prompted
then there are no macros in the book. In this case any macro execution must
be coming from an addin. I assume you have checked in any forms or modules
(this should have been picked up in the find)?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top