Michael Simpson
Board Regular
- Joined
- Jun 21, 2010
- Messages
- 232
First of all, my apologies is this is a ridiculously newbie question. I have written applications in VBA, but am (on a scale of 1-10) a 1 when it comes to using the basic aspects of Excel.
My question is as follows. I have been given a small workbook (cols A-J, 20-30 lines - number of lines can vary/increase). This workbook is updated by end-users who then export it as a CSV file. It is then uploaded to a mainframe and used as input there. Trouble is, of course, then they end up entering all sorts of garbage in rows/columns that they shouldn't. I was asked if I could change the workbook so that their data was checked (as much as possible) at source before uploading.
To begin with, they want to ensure that a data column only has valid dates, but I suspect the day will come when they start wanting to check other columns, both as they are and with relational checks between columns.
I have no problems in designing a userform and locking the sheet so they can only enter/change data via the form but is this the best way to go ?
Thank you
My question is as follows. I have been given a small workbook (cols A-J, 20-30 lines - number of lines can vary/increase). This workbook is updated by end-users who then export it as a CSV file. It is then uploaded to a mainframe and used as input there. Trouble is, of course, then they end up entering all sorts of garbage in rows/columns that they shouldn't. I was asked if I could change the workbook so that their data was checked (as much as possible) at source before uploading.
To begin with, they want to ensure that a data column only has valid dates, but I suspect the day will come when they start wanting to check other columns, both as they are and with relational checks between columns.
I have no problems in designing a userform and locking the sheet so they can only enter/change data via the form but is this the best way to go ?
Thank you