B
beeawwb
Good afternoon all,
I'm currently working on transcribing a list of files we have archive
into an Excel spreadsheet. Before anybody asks I'm not using Acces
(which would be my first choice) because I'm the only one with i
installed in our group.
What I have is this. A large list of file archived which contains
(Column) A: Box / Barcode ID
B: Name On File
C: Destruction Date (Reference Only)
D: Date Of Loss (Reference Only).
This is the first sheet.
On a second sheet, I have made an exact duplicate of the faxes I woul
send off to the storage company if I need a file retrieved. What I wan
to do is this.
Highlight a file (Column B) the click a button, and have
Information in Column A go to the first Empty row (There are 20 rows o
the Fax)
Information in Column B go to the second cell in this Row
Information in Column B go to the third cell in this Row with the word
"All Files for " preceeding. (So, "All Files For " & [Cell])
Unfortunatly, I don't know how to A) transfer only the current cell
and B) how to reference the next Empty row in a block.
I assume this will all be VBA code, and there are 10000+ files (pity m
fingers typing).
Edit: I forgot to mention, that the cells on the fax are merged cells
So, where A563 (Barcode) would transfer, it goes into [B/C]29 (Merged)
and B563 goes into [D/E]29 and [F/G/H]29
Any ideas? Your help is greatly appreciated.
Have a good day,
Robert
I'm currently working on transcribing a list of files we have archive
into an Excel spreadsheet. Before anybody asks I'm not using Acces
(which would be my first choice) because I'm the only one with i
installed in our group.
What I have is this. A large list of file archived which contains
(Column) A: Box / Barcode ID
B: Name On File
C: Destruction Date (Reference Only)
D: Date Of Loss (Reference Only).
This is the first sheet.
On a second sheet, I have made an exact duplicate of the faxes I woul
send off to the storage company if I need a file retrieved. What I wan
to do is this.
Highlight a file (Column B) the click a button, and have
Information in Column A go to the first Empty row (There are 20 rows o
the Fax)
Information in Column B go to the second cell in this Row
Information in Column B go to the third cell in this Row with the word
"All Files for " preceeding. (So, "All Files For " & [Cell])
Unfortunatly, I don't know how to A) transfer only the current cell
and B) how to reference the next Empty row in a block.
I assume this will all be VBA code, and there are 10000+ files (pity m
fingers typing).
Edit: I forgot to mention, that the cells on the fax are merged cells
So, where A563 (Barcode) would transfer, it goes into [B/C]29 (Merged)
and B563 goes into [D/E]29 and [F/G/H]29
Any ideas? Your help is greatly appreciated.
Have a good day,
Robert