+ Reply to Thread
Results 1 to 2 of 2

Producing report from one line of spreadsheet

  1. #1
    Registered User
    Join Date
    09-05-2007
    Posts
    4

    Producing report from one line of spreadsheet

    Hi all,

    I have a problem whereby I need to find a quick way to produce 5000 odd printouts of rent from one spreadsheet. The spreadsheet I have currently details the rent for about 5000 tenants of an organisation, like so:

    A B C D E
    Name Address Core Rent Services 1 Services 2....etc.

    There are about 5000 rows on the spreadsheet, all with the same format. Is there some kind of macro out there, which will print out on a separate page the contents of one row, ie. one tenant? I've tried creating one, but I can't get it to 'collect' the details of the row I specify, it only does the one that I was 'collecting' when I recorded the macro. Is there any way round this or will I have to use some other software package?

    Thanks in advance,
    Ray.

  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    edit the macro and have a counter in the macro num=num+1

    then go to cells(num,1) or is it (1,num) to get your data

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1