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 biv343 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 sarmizzle

  1. sarmizzle

    Another object-defined error

    So I'm getting another object-defined error. What am I doing wrong? The hilighted parts are the four statements: 'if i=....and j=...' for w=1 to 134 For I = 1 To 8 For j = I + 1 To 9 If I = 2 Then c = 28 If I =...
  2. sarmizzle

    'Application-defined or object-defined error'

    Hey I've written a simple VBA code that references several Excel worksheets, but every time I compile it, I get 'Application-defined or object-defined error.' What am I doing wrong? Here's my code: Sub errorpropagationforQ() For w = 2 To 134 For a = 1 To 12 If a = 2 Then p = 4...

Part and Inventory Search

Back
Top