I have got an assignment in VBA where I have to convert an existing table’s rows to colums, but I only have to show two rows from the table and all that has to be done with the help of an ActiveX control button. I also have to change the table cells values to Euros and back to Estonian Kroons with the help of a button. Thirdly, I have to find a value and the price of it according to the new table.
I have already written the code as much as I could, but it does not work correctly. There are a few problems: a)firstly, after pressing the solving button it does not give all the values in the new table, b)secondly, when I try to use the currency changing buttons Euros/Kroons, it multiplies my values infinitely and thirdly I do not get a right answer when I have to find the cheapest SMS package name and the price of it.
I guess my explanation was very messy, so I am adding the Excel file that can be seen here: http://www.2shared.com/file/awEG5hf-/KT_online.html
The code is really long, so I don’t want to add it here, but the image from the assignment looks like this:
that image shows the correct solution of the assignment.
I really, really appreciate it if someone could find time to help me. A huge thank you.
Try changing the following subs
SHEET1
MODULE1
MODULE2
MODULE3