J
James8309
Hi everyone;
I spent about 2 hrs researching how I could do this. If anyone can
help, that would be great!
I have 180 sheets in one excel file all containing same number of rows
and columns = A1:E737
but each cell has different values. Values are always in same format,
number in two decimal place followed by a single alphabet letter then
number in one decimal or single number or none.
e.g. 3.50Q8.3 or 4.81V or 3.12M9
1. How do I apply advance filter and loop to every worksheet using
VBA?
- I have to use criteria range in K1:T2
- Filtered result must be attached in new sheet.
- i.e. if one sheet is called "50" then filtered result must be
attached to a new worksheet "50A"
2. if filtered data has column 'A' containing 1.40M9, 1.20M8, 8.02M1
etc.. from A1:A737
How do I apply "sort descending order" on last digit and alphabet
excluding first two decimal digits?
i.e. sorting only M0 to M9 in descending order.
2a) How do I fill the colour in from coloum A1:A737 using VBA?
3. Is it possible to program VBA in such way to look up a certain
value "X" in column "A", and if that value was found then fill the
entire row with colour?
is it possible to use VBA to do all of those above?
I ve been studying VBA for 2 months but my knowledge is nowhere close
to answer those questions. Can anyone help please? My brain is going
to explode.
thank you so much!
I spent about 2 hrs researching how I could do this. If anyone can
help, that would be great!
I have 180 sheets in one excel file all containing same number of rows
and columns = A1:E737
but each cell has different values. Values are always in same format,
number in two decimal place followed by a single alphabet letter then
number in one decimal or single number or none.
e.g. 3.50Q8.3 or 4.81V or 3.12M9
1. How do I apply advance filter and loop to every worksheet using
VBA?
- I have to use criteria range in K1:T2
- Filtered result must be attached in new sheet.
- i.e. if one sheet is called "50" then filtered result must be
attached to a new worksheet "50A"
2. if filtered data has column 'A' containing 1.40M9, 1.20M8, 8.02M1
etc.. from A1:A737
How do I apply "sort descending order" on last digit and alphabet
excluding first two decimal digits?
i.e. sorting only M0 to M9 in descending order.
2a) How do I fill the colour in from coloum A1:A737 using VBA?
3. Is it possible to program VBA in such way to look up a certain
value "X" in column "A", and if that value was found then fill the
entire row with colour?
is it possible to use VBA to do all of those above?
I ve been studying VBA for 2 months but my knowledge is nowhere close
to answer those questions. Can anyone help please? My brain is going
to explode.
thank you so much!