Excel VBA: Replace$: Sub or Function not defined
Excel VBA: Replace$: Sub or Function not defined
(OP)
I am using Replace$ in some VBA code in Excel without any problem. I have distributed the file to several testers and for the most part it's ok.
However, one user is getting "Sub or Function not defined" and the Replace$ function is highlighted.
Does anyone know why this is happening?
However, one user is getting "Sub or Function not defined" and the Replace$ function is highlighted.
Does anyone know why this is happening?





RE: Excel VBA: Replace$: Sub or Function not defined
I would also check and compare the References between the failing machine and a running machine.
RE: Excel VBA: Replace$: Sub or Function not defined
The .xls was created with Excel 2002.
RE: Excel VBA: Replace$: Sub or Function not defined