Home |
Search |
Today's Posts |
#11
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I would use a folder with the exact name.
phij wrote: 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. -- Dave Peterson |
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 |