Recent content by element2013

  1. E

    Drop table

    A ha! I understand now. Very interesting, works perfectly. Thank you for you valuable help!!
  2. E

    Drop table

    When I press F8 do nothing, just a sound from the pc but when I press the execute button (green button) it show me the Macros Box. I mean the list of Macros (like Excel) but empty.
  3. E

    Drop table

    Thank you very much Paul. But I have another question. Why the first code doesn't execute? I think this line change something: Public Function checkExistance(objectName As String) As Boolean Sorry I'm a newcomer!
  4. E

    Drop table

    Hello Programmers, 1) I want to figure out how I can drop a table using "if argument". If the table exists then drop table, if not exists do something else. 2) I want to figure out (ALSO) how I can drop a column using "if argument". If the column exists then drop column, if not exists do...
Back
Top Bottom