+ Reply to Thread
Results 1 to 10 of 10

Please Write code for respective Description

  1. #1
    Registered User
    Join Date
    12-09-2015
    Location
    india
    MS-Off Ver
    2007
    Posts
    22

    Thumbs up Please Write code for respective Description

    Firstly Thanking this Group for helping me in before posts

    Entire program should be based on Column A ,as there are thousands of rows & columns

    1)Column A Different category number which are of same category ( Example : Sheep ( count 30 ) , goat ( count 60 ) ...... ) in the similar way Column is filled based on that where other rows and columns are arranged .

    2)At the start code should check total number entries in Column A & how many same type of entries are present in Column A

    3)Now consider column A consists of ( eg: Sheep ( 300) , goat ( 120) ,camel ( 120) , dog ( 60 ) ) in this example i need all sheep ( 300 ) & Goat + Camel + Dog (120+ 120+60 ) = 300 as new sheets in which Column A should get deleted after New workbook is made ( Sheet should not Exceed more than 300 )

    (Here it should Check the totals of different category entries whether they can set in one sheet or not )

    Note :If same category i.e sheep (280) it should not get splitted , it should be on same work book )

    Exceptional Case(this should work only if same category exceed more than 300 i.e if goat is 700 it should get into 3 sheets (300 +300 + 100 ) )

    any queries plz ask i need this code ASAP
    Attached Files Attached Files
    Last edited by sai0449; 12-18-2015 at 01:11 PM.

  2. #2
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Please Write code for respective Description

    sai0449,

    If you require something to be set up from scratch, without showing us what you have tried yourself thus far, I would kindly suggest you either close this Thread here, and post it in the Commercial Services Forum, or consider another approach.

    Regards
    Please consider:

    Be polite. Thank those who have helped you. Then Click on the star icon in the lower left part of the contributor's post and add Reputation. Cleaning up when you're done. If you are satisfied with the help you have received, then Please do Mark your thread [SOLVED] .

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Please Write code for respective Description

    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem - not what you think the answer might be. (think google search terms?). Once you have done this please send me a PM and I will remove this request. (Also, include a link to your thread - copy from the address bar)

    Many members search our previous posts, and thread titles play a big part of the search. I doubt anybody would do a search based on your title?

    To change a Title on your post, click EDIT POST then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (note: this change is not optional )
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  4. #4
    Registered User
    Join Date
    12-09-2015
    Location
    india
    MS-Off Ver
    2007
    Posts
    22

    Re: Please Write code for respective Description

    Quote Originally Posted by FDibbins View Post
    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem - not what you think the answer might be. (think google search terms?). Once you have done this please send me a PM and I will remove this request. (Also, include a link to your thread - copy from the address bar)

    Many members search our previous posts, and thread titles play a big part of the search. I doubt anybody would do a search based on your title?

    To change a Title on your post, click EDIT POST then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (note: this change is not optional )
    you only suggest good title :@ thankyou

  5. #5
    Registered User
    Join Date
    12-09-2015
    Location
    india
    MS-Off Ver
    2007
    Posts
    22

    Re: Please Write code for respective Description

    Quote Originally Posted by Winon View Post
    sai0449,

    If you require something to be set up from scratch, without showing us what you have tried yourself thus far, I would kindly suggest you either close this Thread here, and post it in the Commercial Services Forum, or consider another approach.

    Regards
    sure but not now i have to pay for that so first i need confidence that i will get solutions here so i am waiting for that these are samples actually for main things i will sure go to Commercial services Thankyou

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,926

    Re: Please Write code for respective Description

    Quote Originally Posted by sai0449 View Post
    you only suggest good title :@ thankyou
    What are you trying to do? Use that for the title

  7. #7
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,376

    Re: Please Write code for respective Description

    Chicken and egg situation ... catch 22, if you prefer. If you're not going to try anything for yourself, there is nothing we can help you with.

    You have not provided a sample workbook, no worksheets, no structure, no data, no formula, no formatting, nothing, nada, zilch ... or is that labouring the point? Oh, and no attempt at a macro to achieve what you want.

    So you want us to take a very broad description of your problem, produce all those missing elements, and then develop and test a solution. Really?

    Go to the Commercial Services forum, offer some points to make it worth somebody's time, and you will get a solution from some of the forum's best contributors.

    Make a bit of an effort and you might get some interest and help here
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  8. #8
    Forum Guru Winon's Avatar
    Join Date
    02-20-2007
    Location
    East Rand, R.S.A.
    MS-Off Ver
    2010
    Posts
    6,113

    Re: Please Write code for respective Description

    Hello sai0449,

    Please do not take offence to my previous post, or to what TMS has replied to your thread.

    We are trying to help or guide you to a possible quick solution to your issue.

    Regards.

  9. #9
    Registered User
    Join Date
    12-09-2015
    Location
    india
    MS-Off Ver
    2007
    Posts
    22

    Re: Please Write code for respective Description

    Quote Originally Posted by Winon View Post
    Hello sai0449,

    Please do not take offence to my previous post, or to what TMS has replied to your thread.

    We are trying to help or guide you to a possible quick solution to your issue.

    Regards.
    not at all

    i am working so it difficult to get files and no time at all so just i mentioned a conecept so that some one will help thats it

  10. #10
    Registered User
    Join Date
    12-09-2015
    Location
    india
    MS-Off Ver
    2007
    Posts
    22

    Re: Please Write code for respective Description

    i will attach excel files so that some one will help thank you



    Kindly follow the same steps and need the out put file and code (as mentioned in the post dont mind about the data )
    Last edited by sai0449; 12-18-2015 at 01:44 PM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Code description
    By vio.coman in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 12-09-2014, 05:18 AM
  2. Replies: 2
    Last Post: 07-22-2014, 07:44 AM
  3. Function required to add description to code within spreadsheet
    By JulieRayner in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-10-2014, 11:13 AM
  4. User Input Description to SKU 'Smart Code'
    By twistedweb in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-07-2014, 02:04 PM
  5. VBA code that cut .pdf files and copy in respective folders
    By waqarqrl in forum Excel Programming / VBA / Macros
    Replies: 23
    Last Post: 10-07-2013, 04:46 AM
  6. [SOLVED] If code same combine the description
    By Klitos in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-28-2013, 05:16 AM
  7. lists in excel how to match code with description
    By Nicki1966 in forum Excel General
    Replies: 2
    Last Post: 04-08-2009, 05:41 PM

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