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

    SQL Nested Query

    How would I convert the following three queires into one nested query SELECT T1.ITEM FROM TABLE1 T1 WHERE T1.NUMBER = 123 SELECT T2.VALUE FROM TABLE2 T2 WHERE T2.ITEM = T1.ITEM SELECT T3.LOCATION FROM TABLE3 T3 WHERE T3.ITEM = T2.ITEM
  2. GORAVENS

    Put an image(picture) in excel using vb code

    Let's say I have a picture of myself in c:\my pics\me.jpg and I want to put it in B4. Can Anyone help. I tried shtEXCEL.Cells(2, 4) = LoadPicture("c:\my pics\me.jpg") with no luck.

Part and Inventory Search

Back
Top