Search:

Type: Posts; User: Jrocket

Search: Search took 0.02 seconds.

  1. Re: Prevent drop down list from moving when column deleted.

    I controlled this with a conditional statement, which worked out well.
  2. Re: Prevent drop down list from moving when column deleted.

    Yes it will be in the correct position after columns are deleted, but not everyone will do it the same. I for instance delete the columns on a separate spreadsheet then paste into the working tab.
    ...
  3. [RESOLVED] Prevent drop down list from moving when column deleted.

    I have a spreadsheet that has a few drop down lists. The problem I will encounter is when data is pasted onto a tab, said data will fill columns A-J, columns A & B will be deleted, thus the last...
  4. [RESOLVED] Prevent drop down list from moving when column deleted.

    I have a spreadsheet that has a few drop down lists. The problem I will encounter is when data is pasted onto a tab, said data will fill columns A-J, columns A & B will be deleted, thus the last...
  5. Re: Filename no extension, left of the first "_"

    ActiveCell.FormulaR1C1 = Left(ActiveWorkbook.name, InStr(ActiveWorkbook.name, "_") - 1) & " " & Format(Now(), "mm/yyyy")


    Posting my own solution.
  6. [RESOLVED] Filename no extension, left of the first "_"

    I am trying to return a portion of a filename.

    This is what I have written:

    ActiveCell.FormulaR1C1 = ActiveWorkbook.name & " " & Format(Now(), "mm/yyyy")

    My filenames come through like...
  7. [RESOLVED] Filename no extension, left of first "_"

    I am trying to return a portion of a filename.

    This is what I have written:

    ActiveCell.FormulaR1C1 = ActiveWorkbook.name & " " & Format(Now(), "mm/yyyy")

    My filenames come through like...
  8. Replies
    3
    Views
    249

    Re: Excel VBA - Does Sheet Exist

    Disregard, I have discovered the error of my ways.
  9. Replies
    3
    Views
    249

    Re: Excel VBA - Does Sheet Exist

    I meant the 'Else' portion
  10. Replies
    3
    Views
    249

    Does Sheet Exist

    I have the attached code that is giving me trouble; this is part of a much larger macro. It will execute one part of the If/Then, depending on if I use an = or > sign. I want the macro to look for a...
Results 1 to 10 of 10