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 Daamann

  1. Daamann

    GeDisplay pictures with Excel 2000, need help and direction

    Image2.Picture = LoadPicture("C:\MYCHART.JPG") im sure you can change the picture name to a variable and replace my chart with that variable. hope this helps. Daamann
  2. Daamann

    Checkbox value

    If CheckBox1.Value = False Then GoTo NextProcedure here is how i check the present status of a check box checking for the status i am looking for. hope it makes sense.
  3. Daamann

    Excel Worksheet SelectionChange

    i would try stepping through code, while watching the value of P. does it ever get to value of 38 ? what happens after value hits 38 ? watch to see where it strays to.
  4. Daamann

    How to open a blank notepad file from excel vba

    here is how i open it. Just another way. Shell "C:\WINDOWS\NOTEPAD.EXE", vbNormalFocus

Part and Inventory Search

Back
Top