View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default Exporting Cell Values Only To A Database

Hi Michelle

What mail program do you use?


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Michelle" wrote in message ...
Me Again!

I have created a survey in excel that users have a hyperlink to for responding to and when they submit the survey it sends a file

with their name, date and questions and results to my e-mail box. I would like to add visual basic code that will break appart the
file name to extract their name, and the date and then the question numbers and the answers into an access database (where the
survey name and questions are stored and each record would contain all the answers from one survey).

Does anyone have any ideas on how to do this or where to start?