Hi everyone,

I wrote a simple VBA formula that return the formula text of a cell. Here it is.

Function GetFormula(Cell As Range) As String
GetFormula = Cell.Formula
End Function

Every time I open my file with a computer that has bloomberg add-ins, then open the file again in a different computer, every cell that has the GetFormula changes to have C/:blah blah/bloombergUI.xla. THe formula will not work, needless to say.

Anyone know how I could prevent this?

Thanks