Here's what I need. I have a target cell A2, a compare cell B2, and a macro call cell C2. To start, A2 = B2. Eventually, B2 will be changed. I want to set up C2 to call a macro I already wrote ("test_macro" when A2<>B2. I tried the following formula in C2:
=IF(A2<>B2,CALL("kernel32","test_macro",II))
Not sure if the call function will work, or if the syntax is correct. I couldn't make heads or tails of the help on the CALL_worksheet_function.
Any help will be much appreciated! Thanks in advance.
Jon
=IF(A2<>B2,CALL("kernel32","test_macro",II))
Not sure if the call function will work, or if the syntax is correct. I couldn't make heads or tails of the help on the CALL_worksheet_function.
Any help will be much appreciated! Thanks in advance.
Jon