I guess what I'm asking - Can I take your data file and make my own table - using the format you provided? If so - no problem.
Main Topics
Browse All Topicshello
open two attachment and run the macro in Carinfo.xls.
it sucessfully run but in the CarInfo.xls coding have Select Case list of Engine Duration.
I want to stop using Select Case function, is there a way to copy the "Engine Size name" in the table and their data to be in the correct row.
The reason why i rejected Select Case is because i have new name coming in every week. It would be great if you could me out on on this. Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Sherry,
The problem in your file that both the engine name dont match with each other, That's the way you describe engine name in car-info is short form and other in a long form, If you can make both of them in one manner, Then this can be done easily.
Possible for you?? Or a data table to refer??
Saurabh...
Business Accounts
Answer for Membership
by: lorendaPosted on 2009-07-29 at 18:56:51ID: 24976159
I think I suggested something like this on your other question.
2.) It's easy on the Case Statement, just add a Case Else - the only issue with this is that you will have to write some code to find the next blank column on your destination workbook, so that you don't overwrite something already there
But if you are getting more than one new one every now and again - how do you feel about using the same name for your car type on your car table spreadsheets as what comes in the data - I.e - instead of using honda prelude as your report title, use HP as the data file does. If you do this, it will be possible to rewrite the code to accept new models. I will work on a mock up.