Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default funcres(funcres.xla)

Hi Group,

I have a module that was created in XL2000, which has been upgraded to 2003.
When i go to project explorer I have funcres(FUNCRES.XLA) visible. If i click
on the + to expand it, I am asked for a password. There is not password and I
do not know what this represents. Can anyone point me in the right direction
to figure this out?

--
David
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default funcres(funcres.xla)

Funcres.xla is the analysis toolpak.

You can toggle it on/off via tools|addins (within excel--not the VBE).

David wrote:

Hi Group,

I have a module that was created in XL2000, which has been upgraded to 2003.
When i go to project explorer I have funcres(FUNCRES.XLA) visible. If i click
on the + to expand it, I am asked for a password. There is not password and I
do not know what this represents. Can anyone point me in the right direction
to figure this out?

--
David


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default funcres(funcres.xla)

Why am I getting the possible access and the need for a password?


--
David


"Dave Peterson" wrote:

Funcres.xla is the analysis toolpak.

You can toggle it on/off via tools|addins (within excel--not the VBE).

David wrote:

Hi Group,

I have a module that was created in XL2000, which has been upgraded to 2003.
When i go to project explorer I have funcres(FUNCRES.XLA) visible. If i click
on the + to expand it, I am asked for a password. There is not password and I
do not know what this represents. Can anyone point me in the right direction
to figure this out?

--
David


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default funcres(funcres.xla)

The analysis toolpak is furnished as part of Excel. It is password
protected because its functionality is provided, not its code. (however,
most of the code is in compiled dll's anyway - so there isn't much to see).
Additionally, if you were permitted inside and changed things so it wouldn't
work, then that would be a problem.

--
Regards,
Tom Ogilvy


"David" wrote in message
...
Why am I getting the possible access and the need for a password?


--
David


"Dave Peterson" wrote:

Funcres.xla is the analysis toolpak.

You can toggle it on/off via tools|addins (within excel--not the VBE).

David wrote:

Hi Group,

I have a module that was created in XL2000, which has been upgraded to

2003.
When i go to project explorer I have funcres(FUNCRES.XLA) visible. If

i click
on the + to expand it, I am asked for a password. There is not

password and I
do not know what this represents. Can anyone point me in the right

direction
to figure this out?

--
David


--

Dave Peterson



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default funcres(funcres.xla)

It does not serve a purpose in the VBA area. When i look at the add-ins would
i want to toggle the analysis-pak off? I use the analysis functions in my
worksheets for sure. But I am only assuiming that I might use it in VBA.

In the end this is just curious and I am glad to know what the funcres.xla
is and why I was not able or allowed to access it. Thank you for the
information.
--
David


"Tom Ogilvy" wrote:

The analysis toolpak is furnished as part of Excel. It is password
protected because its functionality is provided, not its code. (however,
most of the code is in compiled dll's anyway - so there isn't much to see).
Additionally, if you were permitted inside and changed things so it wouldn't
work, then that would be a problem.

--
Regards,
Tom Ogilvy


"David" wrote in message
...
Why am I getting the possible access and the need for a password?


--
David


"Dave Peterson" wrote:

Funcres.xla is the analysis toolpak.

You can toggle it on/off via tools|addins (within excel--not the VBE).

David wrote:

Hi Group,

I have a module that was created in XL2000, which has been upgraded to

2003.
When i go to project explorer I have funcres(FUNCRES.XLA) visible. If

i click
on the + to expand it, I am asked for a password. There is not

password and I
do not know what this represents. Can anyone point me in the right

direction
to figure this out?

--
David

--

Dave Peterson






  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default funcres(funcres.xla)

If you use the functions in the analysis toolpak in your workbook, then you'd
want to keep it turned on.

Just because it shows up in the VBE's project explorer doesn't mean that it has
to be used in your code.

In fact, you'll see all your workbooks that are open in that project
explorer--whether or not they have any code in them--or you use them in any
other code.

There is another addin named: Analysis TookPak - VBA
That you can turn off (via tools|addins in excel) if you never use it in code.

David wrote:

It does not serve a purpose in the VBA area. When i look at the add-ins would
i want to toggle the analysis-pak off? I use the analysis functions in my
worksheets for sure. But I am only assuiming that I might use it in VBA.

In the end this is just curious and I am glad to know what the funcres.xla
is and why I was not able or allowed to access it. Thank you for the
information.
--
David

"Tom Ogilvy" wrote:

The analysis toolpak is furnished as part of Excel. It is password
protected because its functionality is provided, not its code. (however,
most of the code is in compiled dll's anyway - so there isn't much to see).
Additionally, if you were permitted inside and changed things so it wouldn't
work, then that would be a problem.

--
Regards,
Tom Ogilvy


"David" wrote in message
...
Why am I getting the possible access and the need for a password?


--
David


"Dave Peterson" wrote:

Funcres.xla is the analysis toolpak.

You can toggle it on/off via tools|addins (within excel--not the VBE).

David wrote:

Hi Group,

I have a module that was created in XL2000, which has been upgraded to

2003.
When i go to project explorer I have funcres(FUNCRES.XLA) visible. If

i click
on the + to expand it, I am asked for a password. There is not

password and I
do not know what this represents. Can anyone point me in the right

direction
to figure this out?

--
David

--

Dave Peterson





--

Dave Peterson
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
Funcres.xla Nicole Excel Discussion (Misc queries) 4 October 25th 05 10:02 PM
Funcres.xla Craig[_17_] Excel Programming 5 May 26th 04 04:53 PM
funcres.xla R.VENKATARAMAN Excel Programming 2 February 23rd 04 11:07 AM
funcres.xla Robert Alan Melbo Excel Programming 1 February 8th 04 05:23 PM
No FUNCRES.XLA Otto Moehrbach[_3_] Excel Programming 5 September 9th 03 07:19 PM


All times are GMT +1. The time now is 12:54 PM.

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

About Us

"It's about Microsoft Excel"