Search results

  1. D

    Open a excel file

    I am trying to open a specific excel file with the following code: Private Sub cmdExcel_Click() OpenExcelFile ("C:\Documents and Settings\Planner.xls") Dim objXL As Object On Error Resume Next Set objXL = GetObject(, "Excel.Application") Set objXL = GetObject(strPathToFile)...
  2. D

    resize switchboard

    Hi grus!!! I have my switchboard that when opened it looks like pic "switchboard 1" when I use the menu to open and then close any form my switchboard appears like pic "Switchboard 2". I have the code maximise on the on open event of the switchboard. Do you have any idea on how to get back the...
Back
Top Bottom