Hi,
I'll try to explain my problem as good as possible.
I work with 1 'main page' in excel and several help pages.
On the main page I can enter different names in cell A1. I get in cel B1, C1 and D1 values who are linked with that name.
Those 3 values are the base for a lot of formulas in the help pages. All this works perfectly. But:
I need a VBA code that will do the following: I want to sort the data (column A, from A5:A730) in the help pages automaticly the moment I change a name in cell A1 on my main page. (Without going to the help pages) Sorting from high to low.
The data in those help pages is big. I got 100 columns and 730 rows on each page. (normally 4096 rows but I skipped a lot of them) And I have 9 pages... Only the first 5 columns must be sorted. The rest will follow automaticly because that data depends on those first 5 columns.
So, who can help me with this? I tried a lot of things but I didn't succeed.
Bookmarks