Both problems concern Excel files that someone other than me has programed. As a relative beginner i try to study what other people have done and learn from that. There are however two things that I dont understand how they work. Please note that English is not my native language.
The first thing is a file with 2 sheets. One cell on the first sheet has a drop down menu which picks its "choices/names" from a column in the other sheet. For instance if i write AAA in row 1 in that column, BBB in row 2 and CCC in row 3 the meny shows "AAA", "BBB", "CCC" as well as a lot of "0" for all the rows that i havent written anything in.
My question is how to program Excel to "pick up" and "put into drop down meny" what someone writes in a certain column. As far as I can see there is not VBA code in this file.
The second thing concerns another file which contains alot of VBA programing. On the main sheet there is a box called "listbox8" which calculates and shows several things. When i rightclick on it anc choose "properties" there is a row called "ListFillRange" that shows "Calculation!G85:I92".
I have two questions about this. First of all does this refer to cells on a sheet called "Callculation" ? If so how do I find this sheet. I cant find any sheet with this name when i go to sheet-unhide. Second of all, how do I make a listbox calculate from a certain area on a specific sheet?
Bookmarks