Hi,
I am running a report and get this error
Run-time error 1004: Application-defined or object-defined error
Takes me to the line .Offset(i, 4).Value = .Offset(i, 3).Value - .Offset(i, 2).Value in my VBA function that is
Firstly, how do I start debugging based off of that error? It seems super general. Secondly, how can you get an error from Offsets? Isn't it just moving around in the cells and subtracting?![]()
Please Login or Register to view this content.
Where should I look for the source of the error? Thanks.
Bookmarks