Conditional formatting is basically meant to apply a style to a cell based on its content. I agree, but it would be so useful and powerful for so many developers if the conditional formating window also offered the possibility to call a macro when a cell was (double-)clicked … I put the question (tdf#146613) to Bugzilla but they sent me back to this site … So, could somebody help me telling me how he would proceed to solve my following problem ?
My problem : I am confronted with the problem of having to copy into a target array of 9x9 elements the value of a cell chosen by (double-)clicking in a source array of 27x27 (=729) elements (the values of this array being themselves calculated (each containing a formula))(the address of the target cell being a function of the address of the source cell). It is equivalent to turning a source array into a range of tiny buttons. In my case, creating a clean and beautiful array of 729 tiny buttons (with calculated face value) is just crazy …
My “extended conditional formatting on each source cell” proposal to Bugzilla would have suit me perfectly (as many other programmers), but … At the moment, I have no idea how to solve this problem else than by programming a macro called via Sheet event > Modified content …
Thank you in advance for your attention to this request. Kind regards, JoVD.
===
Made the link to bugzilla work. (@Lupp)