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

    Excel 2007: Object variable or With block variable not set ERROR

    Am getting an 'object variable or With block variable not set' error on below part of my code to transpose a column of data in Excel. The error is happening on this line: .Range("D1").Select Any ideas what I'm doing wrong? Thank you. With xSheet Range("A1").Select Range(Selection...
  2. canasta

    Bind Access Form Record Source at Runtime

    I am following the instructions in this link to Bind an Access Form's Record Source from an XML File at Runtime, http://msdn.microsoft.com/en-us/library/aa167814%28office.11%29.aspx#footerLink, but after creating the form and destination table, the results don't seem to be binding to the form...

Part and Inventory Search

Back
Top