Search results

  1. S

    VBA/Newbie DB Setup w/ Automated Importing

    I am also a newbie, but I dealt with a somewhat similar situation a couple of weeks ago. The following code doesn't do exactly what you are looking to do, but may give you some ideas. The code is invoked by clicking a button on the form. Here is what it does: prompts the user to select the...
  2. S

    OLE Word Control

    I have a form (Section_Editor) that includes an OLE control (Editor_Window). The click event on the OLE control opens an existing or new Word document for editing. After editing, a ribbon control click retuns the edited document to the OLE control, returns some other values to other form...
  3. S

    OLE Control for a Word document

    I have a form (Section_Editor) that includes an OLE control (Editor_Window). The click event on the OLE control opens an existing or new Word document for editing. After editing, a ribbon control click retuns the edited document to the OLE control, returns some other values to other form...
Back
Top Bottom