Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Upgrade from 2002 to 2007

I just updraded Office from 2002 to 2007. I had some unique Excel functions
defined in 2002, but these seem to have disappeared in the upgrade. Where do
I find them?

Thanks,

W. Wolfe
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Upgrade from 2002 to 2007

They would most likely be in your Personal.xls workbook which would be found in
your XLSTART folder leftover from your Office 2002 installation.

Do a search for either.

OR you placed them into a workbook and created an Add-in from that workbook.


Gord Dibben MS Excel MVP


On Mon, 5 May 2008 07:23:01 -0700, W Wolfe <W
wrote:

I just updraded Office from 2002 to 2007. I had some unique Excel functions
defined in 2002, but these seem to have disappeared in the upgrade. Where do
I find them?

Thanks,

W. Wolfe


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Upgrade from 2002 to 2007

I found the functions in the VBA code. For example see the following:

Function GreatCircle(Satlong, ESlatN, ESlongE)
Convert = 180 / Application.Pi
GreatCircle = Convert * Application.Acos(Cos(ESlatN / Convert) *
Cos((ESlongE - Satlong) / Convert))

End Function

But in the spreadsheet where this function is used I get a "#NAME?" error.
Why is Excel not recognizing that name? When I open the workbook I am
enabling macors.

Thanks,

W. Wolfe

"Gord Dibben" wrote:

They would most likely be in your Personal.xls workbook which would be found in
your XLSTART folder leftover from your Office 2002 installation.

Do a search for either.

OR you placed them into a workbook and created an Add-in from that workbook.


Gord Dibben MS Excel MVP


On Mon, 5 May 2008 07:23:01 -0700, W Wolfe <W
wrote:

I just updraded Office from 2002 to 2007. I had some unique Excel functions
defined in 2002, but these seem to have disappeared in the upgrade. Where do
I find them?

Thanks,

W. Wolfe



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default Upgrade from 2002 to 2007

You found the functions "in the VBA code"..........OK

Where is that code located?

In the workbook you have open or in the Personal.xls?

If the latter, you would preface the function as such...................

=Personal.xls!GreatCircle(arg1,arg2,arg3)

Works fine for me when tested in a separate workbook.


Gord

On Mon, 5 May 2008 16:58:00 -0700, W Wolfe
wrote:

I found the functions in the VBA code. For example see the following:

Function GreatCircle(Satlong, ESlatN, ESlongE)
Convert = 180 / Application.Pi
GreatCircle = Convert * Application.Acos(Cos(ESlatN / Convert) *
Cos((ESlongE - Satlong) / Convert))

End Function

But in the spreadsheet where this function is used I get a "#NAME?" error.
Why is Excel not recognizing that name? When I open the workbook I am
enabling macors.

Thanks,

W. Wolfe

"Gord Dibben" wrote:

They would most likely be in your Personal.xls workbook which would be found in
your XLSTART folder leftover from your Office 2002 installation.

Do a search for either.

OR you placed them into a workbook and created an Add-in from that workbook.


Gord Dibben MS Excel MVP


On Mon, 5 May 2008 07:23:01 -0700, W Wolfe <W
wrote:

I just updraded Office from 2002 to 2007. I had some unique Excel functions
defined in 2002, but these seem to have disappeared in the upgrade. Where do
I find them?

Thanks,

W. Wolfe




  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5
Default Upgrade from 2002 to 2007

The code is in the workbook under a VBA module "ESGrtCir" I guess I will
have to do some more digging on this machine.

Thanks

"Gord Dibben" wrote:

You found the functions "in the VBA code"..........OK

Where is that code located?

In the workbook you have open or in the Personal.xls?

If the latter, you would preface the function as such...................

=Personal.xls!GreatCircle(arg1,arg2,arg3)

Works fine for me when tested in a separate workbook.


Gord

On Mon, 5 May 2008 16:58:00 -0700, W Wolfe
wrote:

I found the functions in the VBA code. For example see the following:

Function GreatCircle(Satlong, ESlatN, ESlongE)
Convert = 180 / Application.Pi
GreatCircle = Convert * Application.Acos(Cos(ESlatN / Convert) *
Cos((ESlongE - Satlong) / Convert))

End Function

But in the spreadsheet where this function is used I get a "#NAME?" error.
Why is Excel not recognizing that name? When I open the workbook I am
enabling macors.

Thanks,

W. Wolfe

"Gord Dibben" wrote:

They would most likely be in your Personal.xls workbook which would be found in
your XLSTART folder leftover from your Office 2002 installation.

Do a search for either.

OR you placed them into a workbook and created an Add-in from that workbook.


Gord Dibben MS Excel MVP


On Mon, 5 May 2008 07:23:01 -0700, W Wolfe <W
wrote:

I just updraded Office from 2002 to 2007. I had some unique Excel functions
defined in 2002, but these seem to have disappeared in the upgrade. Where do
I find them?

Thanks,

W. Wolfe




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
Upgrade to 2007 PA New Users to Excel 17 June 6th 07 06:50 AM
To upgrade excel 2007 anil Excel Discussion (Misc queries) 2 May 2nd 07 02:34 PM
Upgrade From 97 to 2002 Pete Excel Discussion (Misc queries) 7 November 8th 05 02:18 PM
Cells User Select Locked after upgrade to Excel 2002 TWilson Excel Discussion (Misc queries) 1 August 5th 05 12:22 PM
Reinstall Excel 2002 after removing it during upgrade to Office 20 Bob Scullen Excel Discussion (Misc queries) 1 February 4th 05 09:12 PM


All times are GMT +1. The time now is 11:06 PM.

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"