Format$ problem
Posted by Fred Donahoe on January 08, 2001 5:22 AM
This line of code works perfectly on my machine.
txtTotal.Text = Format$(txtTotal.Text, "$###,###,###")
but it higlights Format$ and gives a message "Compile error Can't find project or library" on everyone else's computer in the office. This same code, in a stand alone VB program, runs fine on every computer. Whats wrong? Thanks for your time and effort.