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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by caniwi

  1. caniwi

    IF Then formula

    I want a formula to calculate based on the value being in a range. something like: if cell A1 is >= 1000 & <= 2000 (or A1 is between 1000 & 2000) then A1 * 0.2 else 0. I have no idea how to write it. Thanks
  2. caniwi

    UserForm to Emulate a DataForm

    Thanks jsb5293@hotmail.com
  3. caniwi

    UserForm to Emulate a DataForm

    I have five fields, one numerical and four text. I want to be able to search, add and edit the database records from the userform. Thanks
  4. caniwi

    Copying specific data from one worksheet to another (Excel97/VBA)

    [ponder]Look at this before considering a loop. http://www.ozgrid.com/VBA/MiscVBA.htm Place the text &quot;Find Me&quot; into cell IV65336 and run this code: Sub NoLoop() Cells.Find(What:=&quot;Find Me&quot;, After:=[A1], LookIn:=xlFormulas, _ LookAt:=xlPart, SearchOrder:=xlByRows...
  5. caniwi

    UserForm to Emulate a DataForm

    [ponder]I have no idea if this can be done, or how to do it, but I would like to create a userform that does the same functions (i.e. search, add, edit) as a dataform for a database in Excel. Using the DataForm works, but I want to customize the look & some minor button functions. If you can...

Part and Inventory Search

Back
Top