Can I use a IF statement or other tests on an Excel sheet to look at a variable in a VBA program running in the background?
Is this possible
=IF(some vba variable=100,SUM(B5:B15),"")
Or do I have to write the variable from VBA to a cell and then use that cell in the IF statement?
Bookmarks