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

    NormInv property of the Worksheet.

    Hi there, below is the code i use to get NormInv. The error i am getting is "Unable to get the NormInv property of the WorkSheet class. Please help. Sub NOrmInv() Dim mean , StdDev as double dblRandom = WorksheetFunction.NormInv(RandomNumbers, mean, StdDev) end sub
  2. bontle01

    All Possible combination in VBA

    How do i code vba to give me all possible combination of 3 combination 5? Masese

Part and Inventory Search

Back
Top