Hello all, I need some help
I am trying to create a macro that opens a specific workbook in a specific location, or allows me to choose the workbook I am opening
I then want to go to a specific tab and filter row 4 of that opened workbook
I then want to filter column U for the value "V" of that opened workbook
from the presented results
I will have multiple records per ID in column F (The values in F will be a 5 digit number)
ID, Name, Age, Transport
01486 - Peter, 12, Red, Car
01486 - Fred, 0, Orange, Bike
56613 - Rob, 10, Yellow, Boat
I want to paste the values for each id in column F into my macro template
any values in column G into A11 onwards of my template for that ID
any values in column F into B11 onwards of my template for that ID
any values in column A into C11 onwards of my template for that ID
any values in column B into D11 onwards of my template for that ID
then from my macro template
for each ID I want to create a separate non macro workbook, but with headers etc, named as that ID and date i.e 01486_2019-03-22 in a specific location
is this possible, because I am really struggling
R
I am trying to create a macro that opens a specific workbook in a specific location, or allows me to choose the workbook I am opening
I then want to go to a specific tab and filter row 4 of that opened workbook
I then want to filter column U for the value "V" of that opened workbook
from the presented results
I will have multiple records per ID in column F (The values in F will be a 5 digit number)
ID, Name, Age, Transport
01486 - Peter, 12, Red, Car
01486 - Fred, 0, Orange, Bike
56613 - Rob, 10, Yellow, Boat
I want to paste the values for each id in column F into my macro template
any values in column G into A11 onwards of my template for that ID
any values in column F into B11 onwards of my template for that ID
any values in column A into C11 onwards of my template for that ID
any values in column B into D11 onwards of my template for that ID
then from my macro template
for each ID I want to create a separate non macro workbook, but with headers etc, named as that ID and date i.e 01486_2019-03-22 in a specific location
is this possible, because I am really struggling
R