S
Seaside Mark
I have two spreadsheets. Spreadsheet One has a list of names.
Spreadsheet Two is formatted to print the first four names on a form.
I am trying to set things up so that I don't have to copy the name
into the cells when I want to print the next form.
I have linked each of the cells in Spreadsheet Two to a cells A1, A2
A3, and A4 in Spreadsheet One. I have tried this using both absolut
addresses and relative addresses.
What I want to do is delete cells A1 through A4 in Spreadsheet One
thereby moving the names in cells A5 through A 9 into cells A1 throug
A4, so that the four cells in Spreadsheet Two contain the next set o
names, allowing me to print the second form. When I delete cells A
through A4 in Spreadsheet One, I get #REF! in each of the cells i
Spreadsheet Two. The same thing happens when I delete Rows 1, 2, 3
and 4 instead of just the cells.
The brute force method is to create a macro where I:
Copy cells A1 through A4 in Spreadsheet One
Toggle over to Spreadsheet Two
Paste Special, Transpose, Values Only (to preserve the formatting o
Spreadsheet Two)
Print Spreadsheet Two
Toggle back to Spreadsheet One
Select the next four names
Repeat
Do you know of a way that I can do this without creating a macro
Spreadsheet Two is formatted to print the first four names on a form.
I am trying to set things up so that I don't have to copy the name
into the cells when I want to print the next form.
I have linked each of the cells in Spreadsheet Two to a cells A1, A2
A3, and A4 in Spreadsheet One. I have tried this using both absolut
addresses and relative addresses.
What I want to do is delete cells A1 through A4 in Spreadsheet One
thereby moving the names in cells A5 through A 9 into cells A1 throug
A4, so that the four cells in Spreadsheet Two contain the next set o
names, allowing me to print the second form. When I delete cells A
through A4 in Spreadsheet One, I get #REF! in each of the cells i
Spreadsheet Two. The same thing happens when I delete Rows 1, 2, 3
and 4 instead of just the cells.
The brute force method is to create a macro where I:
Copy cells A1 through A4 in Spreadsheet One
Toggle over to Spreadsheet Two
Paste Special, Transpose, Values Only (to preserve the formatting o
Spreadsheet Two)
Print Spreadsheet Two
Toggle back to Spreadsheet One
Select the next four names
Repeat
Do you know of a way that I can do this without creating a macro