Hi,
I have a column which has comments in it (block text). I have a user form at the moment that opens when the users does a certain keyboard shortcut, which places the contents of the active cell into a multiline text box, and the user can then edit it easily in that, and click on UPDATE which puts the contents of the text box back into the active cell, and closes the form... this works great.
What I need is a way for the user to be able to launch the macro by just clicking the cell in question, rather than having to launch the macro by a keyboard shortcut. I don't really want to have to add a button at the end of every row. I suppose I'm asking for a cell "on click" event, or if not a hyperlink to a macro.
All the macro needs to do is to open the form, so if there's a way to do this through the hyperlink/onclick thing that can't use a macro, it doesn't matter, as long as it opens up the user form.
Thanks for your help in advance.
Dave.
I have a column which has comments in it (block text). I have a user form at the moment that opens when the users does a certain keyboard shortcut, which places the contents of the active cell into a multiline text box, and the user can then edit it easily in that, and click on UPDATE which puts the contents of the text box back into the active cell, and closes the form... this works great.
What I need is a way for the user to be able to launch the macro by just clicking the cell in question, rather than having to launch the macro by a keyboard shortcut. I don't really want to have to add a button at the end of every row. I suppose I'm asking for a cell "on click" event, or if not a hyperlink to a macro.
All the macro needs to do is to open the form, so if there's a way to do this through the hyperlink/onclick thing that can't use a macro, it doesn't matter, as long as it opens up the user form.
Thanks for your help in advance.
Dave.