Recent content by Toolbit1

  1. T

    Question Opening an existing Excell File

    The first one worked great. Thanks again.
  2. T

    Question Opening an existing Excell File

    If I want the program to open a certain worksheet in this excel workbook that was opened, how do I do that?
  3. T

    Question Opening an existing Excell File

    Thanks. That got it. :)
  4. T

    Question Opening an existing Excell File

    I am trying to get an exsisting file to open from my shared drive over a network using Excell and I am not having any luck. Can anyone please asssist me with this. My code is below. Private Sub cmbControl_Chart_Exl_Click() On Error GoTo Err_cmbControl_Chart_Exl_Click Dim oApp As Object...
  5. T

    Activate Open Excel file

    Can you copy and paste your code so I can get an idea of what it looks like? Toolbit1
  6. T

    Activate Open Excel file

    I'm trying to do something similar as this but using an excell file from our network. How do I do that? Toolbit1
Back
Top Bottom