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 Rhinorhino 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
  • Content: Threads
  • Order by date
  1. 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