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

    Excel 2003 checkin method

    Hello All, I'm trying to run a macro that was written in Excel 2007 on a computer that is running Excel 2003. Set wb = Workbooks.Open(path) wb.Save wb.Saved = True wb.CheckIn <--- Err: Appilcation-defined or object-defined error This code works perfectly using Excel 2007. I've tried...
  2. kreplech

    getting contenttypeproperty of multiple document types

    hello all, i'm new to all of this, so please forgive me if i'm not making sense... i'm writing an excel 2007 vba macro that should traverse a directory and get the contenttypeproperties of each file. the directory will contain many different document types - doc, xls, pdf to name a few. the...
  3. kreplech

    too many UNIONs? (sql query throws exception)

    hello all... having trouble with a query. possibly too many UNIONs? - eats too much memory? - i don't know... the error produced: DATE/TIME: 4/30/2009 10:27:15 AM DESCRIPTION: Error: 0, Severity: 19, State: 0 SqlDumpExceptionHandler: Process 67 generated fatal exception c0000005...
  4. kreplech

    SQL best practices

    Hello All, I have a question regarding SQL industry best practices. Specifically calling stored procedures from server side scripting (in this case C#). My current sproc and C# pseudo-coded below - question to follow. SQL: create putData { @recID @actionFlag @field1 @field2 @field3 ...

Part and Inventory Search

Back
Top