Search:

Type: Posts; User: MARK858

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    3,954

    and has multiple cross-posts ...

    and has multiple cross-posts

    http://www.mrexcel.com/forum/excel-questions/963886-excel-visual-basic-applications-macro-help-required-urgent.html#post4628372
  2. Try the code below, change the sheetnames to...

    Try the code below, change the sheetnames to suit.


    Sub CCCCB()
    Dim c As Range, DeleteRange As Range
    For Each c In Sheets("Sheet2").Range("A2:A" & Sheets("Sheet2").Range("A" &...
  3. Replies
    26
    Views
    47,009

    You can't, the Forum Admin decide and control...

    You can't, the Forum Admin decide and control what permissions are allowed in each forum.
    In general in my experience it is quite general that if a forum allows attachments (like this one does) then...
  4. You can't, the Forum Admin decide and control...

    You can't, the Forum Admin decide and control what permissions are allowed in each forum.
    In general in my experience it is quite general that if a forum allows attachments (like this one does) then...
  5. Replies
    26
    Views
    47,009

    Hi DocAElstein, just as a pointer to your trouble...

    Hi DocAElstein, just as a pointer to your trouble with posting Html tables.
    On vBulletin based forums there is a box in the bottom right corner that tells you what posting permissions can be used on...
  6. Hi DocAElstein, just as a pointer to your trouble...

    Hi DocAElstein, just as a pointer to your trouble with posting Html tables.
    On vBulletin based forums there is a box in the bottom right corner that tells you what posting permissions can be used on...
  7. The codes in posts #2 and #3 are 2003 compatible....

    The codes in posts #2 and #3 are 2003 compatible. Did they not work for you?
    If not what are your issues with the codes?
  8. If you are try to highlight all the duplicates...

    If you are try to highlight all the duplicates then you can try the code below. It is set up for Column C, to change the column change the bits in red


    Sub DupIt()
    Dim Rng As Range
    Dim cel As...
Results 1 to 8 of 8