• 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. S

    Group data weekday wise- Monday to Friday

    Hi, I have been trying to group the data in pivot tables weekly. But not 7 days a week. I just want to club the data for the five working days. So for example if 1/3/2013 is a friday and the next week is from 4/3/2013 to 8/3/2013 i want the data to be clubbed as 1/3/2013...
  2. S

    Consolidate data from multiple sheets in a new sheet.

    Hi, I would like to know if it is possible to consolidate data from various sheets into one sheet. Actually there are multiple sheets in my excel workbook. I want to create a macro in which i can select as to which sheets i would like to consolidate as i want only selected data and not...
  3. S

    data validation list automatically shows the first item in the list

    Hi, I am trying to create two Data Validation lists (one dependent on the other). when i change the value in the first drop down i would like the other drop down to either show a blank or one of the items in the list. Eg. If the first drop down is a country and other is cities India (in the...
  4. S

    Pause a macro in VBA and resume by a click of the button

    Hi, I have paused the macros by using Exit sub and now i want the user to click on a button in the excel which will help him resume the code. I have tried the following but it seems that Goto works only in one Sub: Sub Next_Client() Goto 10 End Sub but this doesnt work. Is there a way...
  5. S

    How to run a VBA in a new workbook from the existing one

    Hi Chandoo, I am trying to run a VBA code in a workbook and after making changes i save the file with a different name. I need to run this macro n number of times. But when its run for the first time and the sheet is saved with the changes, i have to open the master workbook again through the...
Back
Top