Create Excel Form with Excel data

S

Scotts

I have an Excel speadsheet of data that I would like to print out a seperate form of each record (line item). I am familar with Access's ability, though I thought I can accomplish the same from within Excel since Excel was actually created as a database application some years ago.
 
D

Debra Dalgleish

You could use a macro to loop through the items in a list, and print
each one on a separate form.

Or, if there are no complex calculations, you could use Word's Mail
Merge feature to print the forms, with the Excel file as the data source.
 
Top