Hello!
here is a tricky one 
I have a list of 4 sums (sheet2) and 4 destination cell numbers that these sums should go into stated as a text just below sums (destination is in sheet1). Example:
A B C D E
100 200 300 400 500
C81 C82 C83 C84 C85
I would like to make a command button that would transfer value 100 from sheet2 cell A1 to sheet1 cell C81.
I would use such code:
.....
but how should I get this X,X destination address?
adress line is generated as different argument (formula based, like "=a&b") from two different cells and is user dependent. lets say user can select G1 to be "class1" and H1 to be "room1" from a drop down list and then vlookup searches "class1" from sheet1 and states that it is in line 55, and "room1" is dedicated to be in column "D" in sheet1, so whenI use & function i get destination cell D55 for certain sum and certain selection of arguments. Next sum would get another location, like T89.
quite confusing, but maybe someone has an idea 
Thanks!
Bookmarks