vba - Function of excel addin working on my computer but adding the path file in another computer -


i'm having trouble excel addin. wrote code working fine in computer. it's function made me , saved addin format.

when send excel file coworkers - have addin installed on computers - formulas in excel changed - file path of addin in computer added formula of funciton.

this bad because have large table using these formulas. if replace file path string "" function works because have addin installed.

this example: in computer excel formula is:

baixar($b8;d$7) 

in coworkers excel formula is:

'c:\users\thomaz\desktop\add in busca contas filtro por empresa.xlam'!baixar($b8;d$7)'c:\users\thomaz\desktop\add in busca contas filtro por empresa.xlam'!baixar($b8;d$7) 

i guess formula try connect addin not addin same have here installed in computers.

really need help.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -