Results 1 to 19 of 19

Thread: Dynamic tax calculator

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #9
    VBAX Regular
    Joined
    Aug 2016
    Posts
    10
    Location
    I'm pretty stuck and confused as hell
    Every time I try to do something, i get subscript out of range.
    So I think there is a problem here:
    arrBreakPoint = Range("a4:a7").Value
    arrTaxPct = Range("b4:b7").Value
    For i = LBound(arrBreakPoint) To UBound(arrBreakPoint)
    Am I setting up my for loop wrong?
    Last edited by Aussiebear; 04-02-2025 at 05:05 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •