Hello, I wrote a VBA program which works fine on my machine, but chokes on someone else's. The user selects a piece of text and the program uses the text to query some XML data. The program trims off the control characters %%U which causes the text to be underlined in ACAD but is not relevent to the data. His machine says it doesnt understand this most basic BASIC function Right$. Where did it go? Why does it work on my machine but not someone else's? Is there some way to make an installation program for a VBA project? Such that any missing DLL's and/or VBA commands that the program uses will be supplied to the user's machine? thanks for any assistance jm