+ Reply to Thread
Results 1 to 4 of 4

Cell Reference, Multiple Sheets

  1. #1
    Bob Phillips
    Guest

    Re: Cell Reference, Multiple Sheets

    If you can manage with VBA, this does it

    ActiveCell.EntireRow.Copy
    Worksheets("Sheet1").Select
    Range("A1").PasteSpecial Paste:=xlPasteAll, Transpose:=True


    --
    HTH

    Bob Phillips

    "CazMan007" <CazMan007.1skqsm@> wrote in message
    news:[email protected]...
    >
    > I have 2 sheets in my workbook. The first sheet is simply a listing of
    > all my data. I want the second sheet to show the data from the first
    > sheet listing my column data vertically on the page of the current row
    > position. So if I am on row 5 on my first sheet, I want the second
    > sheet to only show all row's 5 data from the first sheet, listing it
    > down the page. I have tried using cell("address") but it changes it's
    > value according to what sheet you're in.
    > Thank you,
    > CazMan007
    >
    >
    > --
    > CazMan007Posted from http://www.pcreview.co.uk/ newsgroup access
    >




  2. #2
    Bob Phillips
    Guest

    Re: Cell Reference, Multiple Sheets

    If you can manage with VBA, this does it

    ActiveCell.EntireRow.Copy
    Worksheets("Sheet1").Select
    Range("A1").PasteSpecial Paste:=xlPasteAll, Transpose:=True


    --
    HTH

    Bob Phillips

    "CazMan007" <CazMan007.1skqsm@> wrote in message
    news:[email protected]...
    >
    > I have 2 sheets in my workbook. The first sheet is simply a listing of
    > all my data. I want the second sheet to show the data from the first
    > sheet listing my column data vertically on the page of the current row
    > position. So if I am on row 5 on my first sheet, I want the second
    > sheet to only show all row's 5 data from the first sheet, listing it
    > down the page. I have tried using cell("address") but it changes it's
    > value according to what sheet you're in.
    > Thank you,
    > CazMan007
    >
    >
    > --
    > CazMan007Posted from http://www.pcreview.co.uk/ newsgroup access
    >




  3. #3
    CazMan007
    Guest

    Cell Reference, Multiple Sheets


    I have 2 sheets in my workbook. The first sheet is simply a listing of
    all my data. I want the second sheet to show the data from the first
    sheet listing my column data vertically on the page of the current row
    position. So if I am on row 5 on my first sheet, I want the second
    sheet to only show all row's 5 data from the first sheet, listing it
    down the page. I have tried using cell("address") but it changes it's
    value according to what sheet you're in.
    Thank you,
    CazMan007


    --
    CazMan007Posted from http://www.pcreview.co.uk/ newsgroup access


  4. #4
    Bob Phillips
    Guest

    Re: Cell Reference, Multiple Sheets

    If you can manage with VBA, this does it

    ActiveCell.EntireRow.Copy
    Worksheets("Sheet1").Select
    Range("A1").PasteSpecial Paste:=xlPasteAll, Transpose:=True


    --
    HTH

    Bob Phillips

    "CazMan007" <CazMan007.1skqsm@> wrote in message
    news:[email protected]...
    >
    > I have 2 sheets in my workbook. The first sheet is simply a listing of
    > all my data. I want the second sheet to show the data from the first
    > sheet listing my column data vertically on the page of the current row
    > position. So if I am on row 5 on my first sheet, I want the second
    > sheet to only show all row's 5 data from the first sheet, listing it
    > down the page. I have tried using cell("address") but it changes it's
    > value according to what sheet you're in.
    > Thank you,
    > CazMan007
    >
    >
    > --
    > CazMan007Posted from http://www.pcreview.co.uk/ newsgroup access
    >




+ 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