Macro to Imitate Custom Views with Data Lists

Alex20850

Board Regular
Joined
Mar 9, 2010
Messages
146
Office Version
  1. 365
Platform
  1. Windows
I am working with Excel 2003 at the office.
I like the Data List feature, but I really miss the Custom Views feature especially for hiding columns to simplify data entry updates. Unfortunately, the Data List feature does not allow Custom Views.

My perfect macro would deal with a tab 1 that would have the data with the columns. Tab 2 would have a column with the column names going down. The other columns would be for different views. There could be a macro button above each view to hide or show the columns listed below.

Tab 1
First Middle Last Project Status Status_Date
W. Alex Smith ABC Design 07/01/2010
B. James Calhoun XYZ Review 07/02/2010
David Thomas Harris DEF Discuss 07/09/2010


Tab 2
[Macro Button]
Updating_Status View
First
Middle
Last x
Project x
Status x
Status_Date x


Tab 1 after running Updating_Status View

Last Project Status Status_Date
Smith ABC Design 07/01/2010
Calhoun XYZ Review 07/02/2010
Harris DEF Discuss 07/09/2010
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top