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 Mike Lewis 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: *

  1. chopin33

    passing argument

    i get an object missing error when the program reaches this line.
  2. chopin33

    passing argument

    Hi, How can I pass an argument to a macro from my vb app? I tried ApExcel.Run(macroName, arg)and it doesn't seem to work. Thanks for any help =0)
  3. chopin33

    vba in vb application

    hello, can I insert my vba code for excel into the code of a vb application if I've created an Excel sheet object in the vb code: Set ApExcel = CreateObject("Excel.sheet")? Thanks! Xian
  4. chopin33

    VBA for excel

    the code activeCell.formulaR1C1 = "2 + median(...)" worked fine on its own, but caused errors when I combined it with a bunch of other code. Maybe there's some error in the other part? Xian
  5. chopin33

    VBA for excel

    Hi, I am trying to update the content of a cell by using the code ActiveCell.FormulaR1C1 = formula, in which "formula" is the string "= 2 + median(...values)". However I kept on getting the "Application-defined or object defined" error. What is the reason for this...

Part and Inventory Search

Back
Top