View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
! ! is offline
external usenet poster
 
Posts: 2
Default how they do that?

1) There is no Add_in
2) & 3) no file in xlstart folder ( under my profile or in program files\MS
office dir)

there is no "hided" file too......

Thus, I guess it is written in component object, is there any way to check
if it exist?
Thank you

!



"Patrick Molloy" <xl_expert@xxxhotmail wrote in message
...
3 possible ways.

1) Using the Add_in manager under the Tools menu
2) saving a file in the default xlstart folder
3) saving the file under the alternative xlstart folder

each of these can easily be checked...

theer is another way, but its more complex and is for
using component objects - and I suspect a bit techy for
this answer.

As a default, there's a file called Personal.xls in the
xlstart foldeer where you can save your code. This file
is hidden when opened in Excel...look under the Windows
menu. If there is a hidden file the unhide menu item will
be enabled.


HTH

Patrick Molloy
Microsoft Excel MVP

-----Original Message-----
Hi

When I open an Excel file, some "add-in" is downloaded

and installed in my
excel file. (Please reference to the pic.)
I want to know how they do that and where can I find

those downloaded
materials in my computer?(I want to change some coding

in it).

Thank you
!