Excel VBA: Issues with filling an array

RonBroyles EE 1 Reputation point
2021-04-07T21:25:54.22+00:00

I have If and ElseIf statements that read cells in a work book. As they go through they find which argument is valid and then run other separate subscripts. I can not get the other subscripts to run from the Original One. Any Ideas? Images are Below Sub Find_PUE() is the starting of the macro

85426-help-starting-point.png

85409-help-subscript.png

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Viorel 112.1K Reputation points
    2021-04-08T04:25:28.06+00:00

    Write Find_A instead of Run ("Find_A"), etc.

    0 comments No comments