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 Chris Miller 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: j00hn
  • Order by date
  1. j00hn

    Filling a range of cells using a VBA function

    Many thanks for the suggestion and the example code. The SheetCalculate event should do the job in my case, because it is fired whenever the sheet is recalculated.
  2. j00hn

    Filling a range of cells using a VBA function

    Thanks for the response, PHV. Yes, I functA is called from a worksheet. The background for this, is that funcA is actually a wrapper around the rtd function. Eachtime when the rtd gets called, i want the result to be chunked/parsed in pieces and than to be written into multiple cells. If this...
  3. j00hn

    Filling a range of cells using a VBA function

    I am attempting to figure out how to fill a range of cells with values using a VBA function. Using the Value property does not work for any reason. The code below depicts my current idea: Public Function funcA(CellRange as Range) CellRange.Value = "MY_VALUE" funcA = "OK" End Function where...

Part and Inventory Search

Back
Top