kennyden
Electrical
- Jun 16, 2004
- 17
Hello,
I'm new to VB in MS Excel and I have some very specific questions before I dig into it further. But first, here is basically what I'm trying to do :
I need to upload data (such as dates, names etc..) to my embedded application which runs on a microcontroller. This uctrl has a USB host interface.
So the way I want to do it would be for a user to:
1) In windows XP, enter data in say, an excel file
2) save it in a CSV format to a USB flash drive
3) Connect that USB key to my embedded system and have the uctrl read that file and update its internal memory
________________________
I'm thinking of building an excel template with VB macros for date and time pickers etc..
Questions:
1) Besides Excel, would you know of a small customizable stand-alone database software that could allow me to save its user filled data in a simple file format (such as CSV in excel) ? Ideally. it wouls also need to support password protection.
2) If not, can I use macros and templates in Excel and still be able to only save its user filled data ?
Thanks for your help.
Ken
I'm new to VB in MS Excel and I have some very specific questions before I dig into it further. But first, here is basically what I'm trying to do :
I need to upload data (such as dates, names etc..) to my embedded application which runs on a microcontroller. This uctrl has a USB host interface.
So the way I want to do it would be for a user to:
1) In windows XP, enter data in say, an excel file
2) save it in a CSV format to a USB flash drive
3) Connect that USB key to my embedded system and have the uctrl read that file and update its internal memory
________________________
I'm thinking of building an excel template with VB macros for date and time pickers etc..
Questions:
1) Besides Excel, would you know of a small customizable stand-alone database software that could allow me to save its user filled data in a simple file format (such as CSV in excel) ? Ideally. it wouls also need to support password protection.
2) If not, can I use macros and templates in Excel and still be able to only save its user filled data ?
Thanks for your help.
Ken