I have a simple form that contains a couple text boxes and a command button. The command button, when clicked, runs VBA code that imports data into the Access database from a series of Excel files. One of the text boxes on the form is supposed to be a status display - it shows the name of the Excel file as it is being processed. I can't seem to get the text box to work right - if I just set the value of the text box in the VBA code to the name of the Excel file for each Excel file accessed, nothing ever displays. If I set the focus to the status text box before assigning the text value, it does display the filename, but in highlighted text (which I don't want). And this only works until I get a message from Excel requiring operator intervention ("Do you want to save changes?" or something like that) - after this message appears, nothing displays in the text box afterward.
I'm obviously missing something - any suggestions for helping me get this to work right would be very much appreciated. Thanks!
Walt
I'm obviously missing something - any suggestions for helping me get this to work right would be very much appreciated. Thanks!
Walt