G
Guest
I’ve coded various items of data and assigned values to each item such that
when I produce a total I want to lookup a particular cell and check for the
total in it and then run a specific program associated with that total.
For example, when the total in, say, cell A50 is 60 I want it to trigger
application A, if 61 then application B etc.
So how would I write a Visual Basic program to: check the value of this cell
containing my total (which may be, for example, between 60 and 120) and then
run the program I have associated with that number?
Many thanks
when I produce a total I want to lookup a particular cell and check for the
total in it and then run a specific program associated with that total.
For example, when the total in, say, cell A50 is 60 I want it to trigger
application A, if 61 then application B etc.
So how would I write a Visual Basic program to: check the value of this cell
containing my total (which may be, for example, between 60 and 120) and then
run the program I have associated with that number?
Many thanks