• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. M

    split pdf file

    Hello, I had a code a while back that would split a pdf from pages x to y based on column A1 and B1. For example: A1 B1 C1 1 5 "Charlie" 6 9 "Mickey" The VBA would split the pdf from page 1 - 5 and rename it "Charlie", and then 6 - 9 and rename it "Mickey". My old computer went KAPLUNK and I...
  2. M

    split pdf pages in excel based on...

    Hello, I had a code a while back that would split a pdf from pages x to y based on column A1 and B1. For example: A1 B1 C1 1 5 "Charlie" 6 9 "Mickey" The VBA would split the pdf from page 1 - 5 and rename it "Charlie", and then 6 - 9 and rename it "Mickey". My old computer...
  3. M

    Excel VB Help!!!

    I have an excel sheet, column A and column B. Column A consist of a list of names of folders Column B consist of another set of list of names of folders i.e. ColumnA | ColumnB 1abc Washington 342a Oregon and so on.... is there a code that I can write in VB that will...
  4. M

    copy formula from one sheet to another sheet

    I have a series of formula that is linked on sheet1, I would like to copy those formulas to sheet2 while still linking to sheet1, is there a way to do it in mass, I have about a thousand formula so it would take forever to do it by hand.
  5. M

    repeated list to single item list

    Can this be done without VBA, I have a list of names. i.e. Names Bob Joe Mike Bob Tim Bob Mike I would like to somehow populate those list with no repeated names. So the results would be List2 Bob Joe Mike Tim thanks, mckhoa
  6. M

    Remove a product list from selection

    I have a list i.e. List 1 Apple Pear Oranges Challenge: I would like to have a drop down box select a product from List 1 (Easily done) However, in another column, it would populate all but the selected item from List 1. The challenge is to do this without VB code. (And also the...
Back
Top