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 =...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.