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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.