Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
nathan
 
Posts: n/a
Default can't find custom function code

Hello,

I have inherited a former employee's spreadsheet. There are numerous custom
functions used in it. I cannot seem to find the code for these functions
anywhere...in a VB module or in a custom add-in (.xla), etc. They must be
located somewhere...possibly hidden somehow or I just don't know how to find
the code.

Any ideas?

Thanks,
Nathan
  #2   Report Post  
Gary''s Student
 
Posts: n/a
Default can't find custom function code

Maybe they are in worksheet code. Right click each tab and view code.
--
Gary''s Student


"nathan" wrote:

Hello,

I have inherited a former employee's spreadsheet. There are numerous custom
functions used in it. I cannot seem to find the code for these functions
anywhere...in a VB module or in a custom add-in (.xla), etc. They must be
located somewhere...possibly hidden somehow or I just don't know how to find
the code.

Any ideas?

Thanks,
Nathan

  #5   Report Post  
nathan
 
Posts: n/a
Default can't find custom function code

Yes I have. There are no modules that contain function modules.

"Don Guillett" wrote:

have you tried alt f11 and looked in the regular modules within the editor?

--
Don Guillett
SalesAid Software

"nathan" wrote in message
...
Hello,

I have inherited a former employee's spreadsheet. There are numerous

custom
functions used in it. I cannot seem to find the code for these functions
anywhere...in a VB module or in a custom add-in (.xla), etc. They must be
located somewhere...possibly hidden somehow or I just don't know how to

find
the code.

Any ideas?

Thanks,
Nathan






  #6   Report Post  
nathan
 
Posts: n/a
Default can't find custom function code

Thanks for the suggestion. No luck.

"Gary''s Student" wrote:

Maybe they are in worksheet code. Right click each tab and view code.
--
Gary''s Student


"nathan" wrote:

Hello,

I have inherited a former employee's spreadsheet. There are numerous custom
functions used in it. I cannot seem to find the code for these functions
anywhere...in a VB module or in a custom add-in (.xla), etc. They must be
located somewhere...possibly hidden somehow or I just don't know how to find
the code.

Any ideas?

Thanks,
Nathan

  #7   Report Post  
Harald Staff
 
Posts: n/a
Default can't find custom function code

Hi Nathan

Mystery code is often Excel4 macros. Try running this and see if a macro
sheet turns up:

Sub ShowAll()
Dim S As Object
For Each S In ActiveWorkbook.Sheets
S.Visible = True
Next
End Sub

HTH. Best wishes Harald

"nathan" skrev i melding
...
Hello,

I have inherited a former employee's spreadsheet. There are numerous

custom
functions used in it. I cannot seem to find the code for these functions
anywhere...in a VB module or in a custom add-in (.xla), etc. They must be
located somewhere...possibly hidden somehow or I just don't know how to

find
the code.

Any ideas?

Thanks,
Nathan



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
Concatinate a filename CLR Excel Discussion (Misc queries) 28 August 1st 05 11:45 PM
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
Find the cell value in excel by using vb code Michael Excel Discussion (Misc queries) 5 June 14th 05 01:24 PM
Custom Function Spencer Hutton Excel Worksheet Functions 2 April 29th 05 08:21 PM
Find a Function to use accross different worksheets R. Hale Excel Worksheet Functions 3 November 25th 04 07:07 AM


All times are GMT +1. The time now is 02:18 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"