2012-05-30 03:55:40 UTC
I have created macro's to run, there are two - One (Macro1) which initiates the initial event (the object being sent), saving it into the spreadsheet.
Two (Macro2) which I want to come up when the object is returned.
I have managed to create a button on the spreadsheet to prompt Macro1 to open.
However, for Macro2, I want a button to be generated after the information from Macro1 is entered into the spreadsheet in a cell beside the row the information was entered onto (ie. Macro1 enters it's information in row 4, I want the button to appear in cell N4 after this). The button is to initiate Macro2. Is this at all possible?
If this IS possible, after the macro is run, I want that particular row (in this example,row 4) to change colour based on the command buttons in the macro. But I want it to affect only this row. One must turn green, one must turn red. Will I need individual macros for each row?
Thanks for any help! :-)