Quote (carteblanche @ 28 Jul 2013 19:17)
i'm not following. you need to be more clear
1) you have a combo box. this much i gather. what language is this? html? java? .net? or is this just a cell inside excel?
2) what do you mean link? are you just trying to open an excel file when someone clicks a combo box? or are you trying to read the data inside the excel and populate it into a form on your program?
3) what does editable table mean? you just want it to open the excel file and let them edit it? or you want to copy this table into your program, then when they make changes, you want to modify the excel file?
4) how is this excel file used? does every user have their own on their own computer? or is there only one file in one computer and all the users just use this one computer?
5) how exactly does your program work right now? what language are you using, what frameworks, etc. are you already opening the file and you're not sure how to write to it? or what?
1)I havent started the program yet, so it can be in any language

(No html or java please)
2)Read the data inside the excel and populate it into a form on your program
3)Copy this table into your program, then when they make changes, you want to modify the excel file
4)I was going to compile it into the format, Im making it for a central office, I assume it will be on multiple computers.
5)I havent started it
I'll be completely honest with you I haven't coded in a good while, I've been preoccupied with school, girls, army stuff. I've got a year or so experience im just a little rusty.