?
2011-06-16 04:14:22 UTC
The thing is i am not so good in VBA, and don't know how can i make excel to look if this row is already filled with info than turn to next row (if empty - paste special "values")
The search engine sheet is a simple sheet, that uses vlookup and gives the necessary results in one row for example c3;d3;e3;f3 are being filled with info when you select something from a drop-down list.
Near that search result fields i want to make a button that will copy theses cells c3;d3;e3;f3 and paste them in the result sheet, but not one on top of another - i want the macro to understand if the 1;2;3;4;5..... rows are filled already and paste the info in to the next available.
What would be the VBA code for this ? :)