Hello all,
Currently I have a program that consists of several buttons to that the user clicks to input different types of information such as ductwork dimensions and such. What I would like to do after all the information has been input into the worksheet. I would like to make a macro that would copy parts of the information and paste those into a new sheet called Report. Basically I want to summarize the data into a report format, however, I do not need all the data from the worksheet I am copying from. For example if my worksheet looks like this:
Name, Width, Height, Length, Thickness
Duct, 12, 12, 12, 1
Duct, 12, 12, 12, 1
Bad Data, 1, 1, 1, 1
Where each comma represents a new cell. I would like to copy only the information that is Duct, 12, 12, 12, 1 and not the information about and not the Bad Data Below.
Any Advice?
Currently I have a program that consists of several buttons to that the user clicks to input different types of information such as ductwork dimensions and such. What I would like to do after all the information has been input into the worksheet. I would like to make a macro that would copy parts of the information and paste those into a new sheet called Report. Basically I want to summarize the data into a report format, however, I do not need all the data from the worksheet I am copying from. For example if my worksheet looks like this:
Name, Width, Height, Length, Thickness
Duct, 12, 12, 12, 1
Duct, 12, 12, 12, 1
Bad Data, 1, 1, 1, 1
Where each comma represents a new cell. I would like to copy only the information that is Duct, 12, 12, 12, 1 and not the information about and not the Bad Data Below.
Any Advice?