+ Reply to Thread
Results 1 to 3 of 3

worksheet name and cell value

  1. #1
    Registered User
    Join Date
    10-25-2008
    Location
    memphis
    Posts
    1

    worksheet name and cell value

    I have several worksheets (say, Sheet 1 to Sheet 6) in a workbook (say, "ProfileDetails"). I would like to enter into the same location (say, A1) of each of these worksheets a value that is to be found in another workbook (say Sheet 1 of "listofnames") in a sequential fashion by rows. That is, Sheet 1 of "ProfileDetails" workbook should receive the value in A1 of Sheet 1 of "listofnames" workbook, Sheet 2 of "ProfileDetails" workbook should receive the value in A2 of Sheet1 of "listofnames" workbook, etc until A1 in all six sheets in "ProfileDetails" workbook have been filled with values in A1 to A6 of Sheet1 of "listofnames" workbook.

    Please answer in relatively lay person's level.

    Thanks for your help.
    Last edited by VBA Noob; 10-25-2008 at 12:05 PM.

  2. #2
    Registered User
    Join Date
    10-25-2008
    Location
    Vancouver
    Posts
    18
    1. fill in formula =[listfnames.xls]sheet1!$A1 in the A1 of profiledetails, =[listfnames.xls]sheet2!$A1 in the sheet of profiledetails...
    2. select all sheets in profiledetails
    3. drag A1 cell and fill in range A1:A6
    done.
    =If("Y"& ou & " fall into love with me", "Send" & Me & "an Email", indirect("$C$100 & match("your heart", offset('[Canada.xls]BC'!$at$20, Row(int(rand(street)*100)),column(avenue),,3000),))

  3. #3
    Valued Forum Contributor
    Join Date
    08-26-2008
    Location
    singapore
    Posts
    626
    If you want to fill only 1 cell on 6 sheets, then you can key in manully one by one.
    If you want to fill many cells, give us a sample of your file. Because we need to know the structure of the 2 workbooks.
    I need your support to add reputations if my solution works.


+ 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