Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: mca2k4
  • Content: Threads
  • Order by date
  1. mca2k4

    Export to Excel w/ VBA

    I currently have a listbox where selected entries are exported to a brand-NEW Excel worksheet (each time) after the user clicks a command button to run the following VBA code. However, I'd like it to create just ONE new Excel worksheet initially and then append later selections onto that same...
  2. mca2k4

    Editing a Text OLE Object

    I currently have a form that has an OLE Object on it that was created by copy-and-pasting from a Microsoft Word document. The problem is that it only allows me to edit the text when I double-click the Object in Design View. In normal Form view, double-clicking does nothing. Is there any way to...
  3. mca2k4

    Command Button to link to Microsoft Word File

    Hi, I'm trying to create a command button to directly open up an existing Word document; is there any way to do this with VBCode? Thanks.
  4. mca2k4

    Run-time error 3077

    Hi, I keep getting "Run-time error '3077': Syntax error (missing operator) in expression. here is my code: rst.FindFirst "3Digit Item Number = " & LBx.Column(0) I never got this problem when "3Digit Item Number" used to simply be "MSID" instead. Anyone know how to fix this? Thanks.

Part and Inventory Search

Back
Top