Search and copy

S

Sj

I have two workbooks A & B, A is a workbook that has a sheet for every day
of the month and is saved daily, B is only used each day to print off the
necessary information and is not saved. The data in A is as follows:
A B C D E F

A1 1 1 1
B1 1 1 1
A12 1 1 1
B3
A1 1 1 1 1
C 1 1 1 1 1

I now need to be able to search Column A and pick out any rows where the
data begin with A and then I need them to be able to copy these rows into
workbook B for printing off. I was going to set up a macro for the printing
and saving and searching, however I am struggling with a formula to search
and copy the data in the rows. Any help would be much appreciated.
 
S

Simon Lloyd

I believe you would need to use vba to achieve what you want, do yo
want to copy all rows from all sheets that have Ax in column A (where
is anything else) when running the code

Sj;443564 said:
I have two workbooks A & B, A is a workbook that has a sheet for ever
da
of the month and is saved daily, B is only used each day to print of
th
necessary information and is not saved. The data in A is as follows
A B C D E

A1 1 1
B1 1 1
A12 1 1
B
A1 1 1 1
C 1 1 1 1

I now need to be able to search Column A and pick out any rows wher
th
data begin with A and then I need them to be able to copy these row
int
workbook B for printing off. I was going to set up a macro for th
printin
and saving and searching, however I am struggling with a formula t
searc
and copy the data in the rows. Any help would be much appreciated

--
Simon Lloy

Regards
Simon Lloy
'Microsoft Office Help' (http://www.thecodecage.com
 
S

Sj

No, the each sheet in workbook a refers to a day and I only need to link to B
for that day, A will then be saved and I will set the code to print off B and
close without saving, it's the search and copying of the cell data to B that
I am having problems as I am unsure what code to write.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top