K
Khalil Handal
I have a sheet that represent records each record has a code such as:
K,K1,K2 1, 2, 3, ... 12, 12A, 12B
The sheet has about 800 lines of data records. The code is in colomn B .
For simplicity reason, Is it possible that If I type one of the codes in
cell C1 to see only the lines with that specific code.
If I type 6a in cell C1 then I would see only line with that code.
Is it better to use hiding line or filtering? This is because the data in
this sheet will be used in other sheets...
A VBA code that works automaticly is more preferable than cliking a button
(macro).
Any advice is appriciated. I am not an expert in VBA.
K,K1,K2 1, 2, 3, ... 12, 12A, 12B
The sheet has about 800 lines of data records. The code is in colomn B .
For simplicity reason, Is it possible that If I type one of the codes in
cell C1 to see only the lines with that specific code.
If I type 6a in cell C1 then I would see only line with that code.
Is it better to use hiding line or filtering? This is because the data in
this sheet will be used in other sheets...
A VBA code that works automaticly is more preferable than cliking a button
(macro).
Any advice is appriciated. I am not an expert in VBA.