View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
phil phil is offline
external usenet poster
 
Posts: 201
Default creating a document from an xl row

i have an excel doc with something like...

title1 title2 title3

blah1 blah2 blah3
next1 next2 next3

1)

i want to be able to click on the grey left-hand button for each row, and
generate a 1-page report for that row. eg, if i click on the left button next
to "blah", i want an excel page like

title1: blah1
title2: blah2
title3: blah3

to be printed out.

clicking on the button by "next" would give me

title1: next1
title2: next2
title3: next3

does anyonw know how i can do this?

thx