Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Fix the add-in. Post the code if you need help for the add-in. -- joel ------------------------------------------------------------------------ joel's Profile: 229 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=167046 Microsoft Office Help |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You will be disappointed at present it is just a function returning the
formula of a cell. However as I said it is supposed to get used across many users and convenience in installation and use is central. Public Function FORMELN(Zelle As Range) As String Application.Volatile True FORMELN = Application.Text(Zelle.FormulaLocal, "") End Function Using .changelinks in combination with the environmental varible ProgramFiles sounds like a possible solution. However I then run into the problem of running the function for each new workbook opened. As all code should be in the add-in, none in the individual files. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
sharing excel sheet with multiple users, but other users cant see | Excel Discussion (Misc queries) | |||
problem while saving the file as .xslm format in excel 2007 | Excel Programming | |||
maybe by VBE users..... | Excel Programming | |||
prevent users from overwriting other users data | Excel Worksheet Functions | |||
Help - Automating a file.. Adding Users , Deleting users, Changing | Excel Worksheet Functions |