Hi all,
this is my first post so please be nice.
I am extremely new to VBA and am trying to make a one touch daily report for work.
At the moment I have a worksheet called "AmplaData", it has columns titled Eff % (number), Equipment type (string), cause location (string), cause (string), classification (string) and explanation (string). What I want to do is create a loop to go through the Eff% column from row 0 to Ubound and for every time Eff% =1, I would like the corresponding values (or in some cases words) in the other columns to be put into another worksheet titled "calcs".
I pretty much just need to be started off in the right direction and can hopefully go from there by myself.
cheers
this is my first post so please be nice.
I am extremely new to VBA and am trying to make a one touch daily report for work.
At the moment I have a worksheet called "AmplaData", it has columns titled Eff % (number), Equipment type (string), cause location (string), cause (string), classification (string) and explanation (string). What I want to do is create a loop to go through the Eff% column from row 0 to Ubound and for every time Eff% =1, I would like the corresponding values (or in some cases words) in the other columns to be put into another worksheet titled "calcs".
I pretty much just need to be started off in the right direction and can hopefully go from there by myself.
cheers