+ Reply to Thread
Results 1 to 6 of 6

how to copy some field and paste it into another format automatically generated sheet

  1. #1
    Registered User
    Join Date
    11-23-2011
    Location
    qatar
    MS-Off Ver
    Excel 2003
    Posts
    11

    how to copy some field and paste it into another format automatically generated sheet

    i have a sheet."mysheet"..when ever i enter a value in the "qty" column,a new sheet(we can call "mynewsheet") should be generated automatically including some text and table(like template) and copy some fields corresponding to "qty" column in "mysheet" to "mynewsheet"

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: how to copy some field and paste it into another format automatically generated s

    This is doable. But can you attach a sample workbook so that we can provide you a faster solution?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    11-23-2011
    Location
    qatar
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: how to copy some field and paste it into another format automatically generated s

    Quote Originally Posted by arlu1201 View Post
    This is doable. But can you attach a sample workbook so that we can provide you a faster solution?
    For example:sheet1.xls
    Item_discription Qty
    Machinery 1

    when ever a value is entered in the field of "Qty" here...there should be generated a new sheet with a name(call "mysheet'')..and the value of filed such as item_discription ,"Qty",corresponds to this "Qty" in sheet1.xls should be copied to newly generated mysheet.xls...this mysheets must be in the form of a template(ie:...contains some heading " welcome" and some qty column and item_description)

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: how to copy some field and paste it into another format automatically generated s

    Did you attach the sample workbook (as i dont see it here)? It will be easier to understand if you provide a before and after sheet.

  5. #5
    Registered User
    Join Date
    11-23-2011
    Location
    qatar
    MS-Off Ver
    Excel 2003
    Posts
    11

    Re: how to copy some field and paste it into another format automatically generated s

    can you help me to copy some fields from one sheet to another and save the form..?

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: how to copy some field and paste it into another format automatically generated s

    As per whatever limited information you have provided, i have the code as below :
    Please Login or Register  to view this content.
    But this is in a crude form right now since we do not have the complete requirements nor the sample workbook. The code will allow you to only create one sheet titled "mynewsheet". If you need more sheets to be created, we have to edit it some more.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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