Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default I lost my macros!

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?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default I lost my macros!

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.
--
HTH...

Jim Thomlinson


"Mark E. Deardorff" wrote:

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?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default I lost my macros!

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

"Jim Thomlinson" wrote:

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.
--
HTH...

Jim Thomlinson


"Mark E. Deardorff" wrote:

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?

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default I lost my macros!

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)?
--
HTH...

Jim Thomlinson


"Mark E. Deardorff" wrote:

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

"Jim Thomlinson" wrote:

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.
--
HTH...

Jim Thomlinson


"Mark E. Deardorff" wrote:

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?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lost macros after re-installation Jan SP Setting up and Configuration of Excel 1 July 31st 07 05:32 PM
Lost Macros Missy Excel Discussion (Misc queries) 2 March 22nd 07 03:04 PM
Macros and File Lost Kelli McCann Excel Discussion (Misc queries) 0 May 13th 05 12:40 AM
Lost my macros... nicholaihel Excel Programming 2 February 9th 04 02:57 AM
How to find lost macros? Ed[_9_] Excel Programming 2 January 6th 04 09:53 PM


All times are GMT +1. The time now is 12:49 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"