We receive multiple spreadsheets daily. Each one of these spreadsheets needs to be manually edited before being imported into MS Access. I am looking for a way use VBA code to automate the manual edit process. The following are the edits that need to happen to each of the spreadsheets.
·[FONT="] [/FONT]Omit Extra Rows and Columns – there are many blank cells to the right and bottom of the actual needed data.
·[FONT="] [/FONT]Make sure data sheet is named “Data”
·[FONT="] [/FONT]Insert first column named PIN
·[FONT="] [/FONT]Insert PIN number in first column (ctrl D)- This would need to be user input.
·[FONT="] [/FONT]Change second column name to “EventID”
·[FONT="] [/FONT]Change third column name to “TimeStamp”
·[FONT="] [/FONT]Format TimeStamp column as Date / Type mm/dd/yyyy hh:mm:ss AM/PM
[FONT="]I'm not sure if any of this is possible, but it would sure save us a lot of time. We are not able to require the users to send the data with a template that has the above format.
Thanks.
[/FONT]
·[FONT="] [/FONT]Omit Extra Rows and Columns – there are many blank cells to the right and bottom of the actual needed data.
·[FONT="] [/FONT]Make sure data sheet is named “Data”
·[FONT="] [/FONT]Insert first column named PIN
·[FONT="] [/FONT]Insert PIN number in first column (ctrl D)- This would need to be user input.
·[FONT="] [/FONT]Change second column name to “EventID”
·[FONT="] [/FONT]Change third column name to “TimeStamp”
·[FONT="] [/FONT]Format TimeStamp column as Date / Type mm/dd/yyyy hh:mm:ss AM/PM
[FONT="]I'm not sure if any of this is possible, but it would sure save us a lot of time. We are not able to require the users to send the data with a template that has the above format.
Thanks.
[/FONT]