I have been running this code for a while and I *think* this is the first time running it under Acad2002 instead of 2000 but now I get a "Compile error: Can't find project or library" message and the word "UCase" is highlighted in the code below: With ThisDrawing.Utility .InitializeUserInput 1, "Vert Horiz" strDirection = .GetKeyword(vbCr & "Lettered grid lines should run [Vert/Horiz]: ") Select Case UCase(strDirection) ...do stuff here The help examples show it exactly like I have it, did something change that Help isn't telling me about? Thanks.