AccessWater
Registered User.
- Local time
- Today, 05:12
- Joined
- Jun 14, 2006
- Messages
- 52
hello, I am trying to get rid of spaces from a imported data in a macro. I used
clean(trim(Emp_name)). Emp_name is a string. However, when I run the macro, it says: Sub or function not defined. If I delete CLean (), it works fine. But there are spaces for some names. Could anyone tell me what to do? I thought Clean funtion is a default one in excel.
Thank you very mcuh.
clean(trim(Emp_name)). Emp_name is a string. However, when I run the macro, it says: Sub or function not defined. If I delete CLean (), it works fine. But there are spaces for some names. Could anyone tell me what to do? I thought Clean funtion is a default one in excel.
Thank you very mcuh.