• 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

    i want vba code for finding the number of merged cells in a particular column

    i want to find the number of merged blocks in column 1 before I encounter a text(report) in that column 1 . can any one please help me
  2. M

    how to conditional format alternate merged cells

    I have in my first column merged cells and from second column i have unmerged columns . i want to color entire rows of alternate merged cells along with all the unmerged columns corresponding to those merged cells .
  3. M

    merge cells in VBA

    Hi , I have to find a text in the sheet and from that cell i have to merge 6 cells horizontally . I am not good at VBA . i need help please i have written a code for finding the text Set cell = ActiveSheet.Cells.Find(What:="~ ~ Enquiries", After:=[A1], LookIn:=xlFormulas, LookAt:=xlPart...
  4. M

    conditional formatting with merged cells

    Can anyone help me I saw the HW of Chandoo for the above problem which creates a helper column etc etc , but my table has merged rows , the above table is not the way it is week method enquiries ----------------------------- week1 email 5 coupon 10...
  5. M

    how can i reuse macros

    Hi Hui and Raviaroa, Thank youfor your suggestions and it is a great help for me.
  6. M

    conditional formatting with merged cells

    i have a table like this week Numbers week1 123 234 123 week2 456 234 123 i want to conditional format this table week1 is merged cells. The number of merged cells is dependent on the number of rows on its right and may vary every week . I want to give a color to every alternate...
  7. M

    how can i reuse macros

    I create a workbook1 and a macro for a sheet1 in it . Later i create another workbook2 witha sheet1 . Now i want to use the macro of workbook1 on workbook2 sheet1 . how can i do that
  8. M

    when a new sheet adds , add that summarised row to the current sheet dynamically

    I have a sheet name summary in the workbook where i maintain the summarised data of all the sheets in each row . example students noofdownloads noofprints week1 123 234 week2 345 254 when a new sheet is added to the workbook , the summary sheet should have another...
Back
Top