

InterviewSolution
1. |
Solve : How to create search facility to find previous customer details in excel?? |
Answer» I have a PAGE where the customer can enter their details of a previous quote like their name, address, quote ID etc and then I want the sheet to search another sheet to find the full set of details from their quote. The spreadsheet is to be used by the sales assistants only. Giving false indication that this is for commercial use and then Quote I must use excel, its a school project only using excel Now we find out its a school project. Since this is an Excel Project for school, and no option for a better method, I would suggest looking into VBA for Excel. http://msdn.microsoft.com/en-us/library/office/ee814737%28v=office.14%29.aspx Many many code examples out there on the web to learn technique and build your own code from. The best way to learn this is to do it the hard way which is to research and code up your own code. Then if you have a code example and need further assistance. Share your code with us and we can point you in the correct direction. Curious was this project by choice or given to all students to work on? Are you suppose to be going into VBA to pull this off? This would be pulled off much better with Access even though you cant use it, although if your allowed to use Excel & Access you could use VBA that references the Access Database from within Excel.I have already TRIED visual basic. I will try elsewhere where the "Guru" isn't as rude or someone who actually wants to help. I am willing to help, and thought that I did by pointing you in the right direction. It comes down to We Wont do your Homework for you; BUT we will assist if you provide a code example that needs clarification. Your not going to do well on this education path if you expect everyone else to do your work for you Wow... I have been assisting with online forums for over 10 years and first time being called rude, and didnt think I was. Oh well a first time for everything I suppose Quote from: brumney65 on January 02, 2015, 11:53:41 AM I agree with the kid if I'm honest.I agree with Dave. |
|