Hi
Language: VBA (Excel)
I am wanting to execute different functions/subs dependent on a value picked up in a cell on Excel. For example if Cell A1 has the value "name" then I want to be able to run the NewName() sub and send to it the value of Cell B1 (which will contain a name). However, if Cell A1 contains the value "Age" then I want to run the NewAge() sub and send it the value of cell B1 (which...