Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
Dear Experts,

I have a project, I will have one Excel 2010 Sheet which has a button that in order to import data from given .dat file or .txt file. The data from those files will be copied to the specified cells in excel sheet.

I have a basic on Excel and VBA, but I do not know how to start with the project.

Looking forward some helps from experts.
-Khoa
Posted
Comments
Sergey Alexandrovich Kryukov 16-Nov-12 15:01pm    
Do you have a particular question? "I don't know how to start..." is not informative enough.
--SA
khoa pham van 17-Nov-12 7:52am    
Thank SA,

That is where can I start to learn to use VBA in excel from the basic, and how I can copy from the give file (.dat/.txt file) in to specified cells in excel. It's like tutorial for me to use VBA in excel.

Thank you,
-Khoa.

In Excel 2007 in order to view the code or to start the project one has to do some basic steps.

Select Excel options from Excel Toolbor (present at top left of the excel) and then select popular tab and select show developer tab in ribbon.

This will provide you a developer tab in excel sheet.

Select that and click Visual basic there you can find the code for your project.

Place appropriate debbuger in the code and analyze what is happening there.

And raise issues if you get any in this process?

Cheers!
 
Share this answer
 
Take a look at some of these links[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900