Simple macro question... Excel 2007 on MS Vista machine: I need help with a very simple macro. I am attempting to create a note entering feature that works as follows: I enter notes into a cell, click a button and the macro cuts and pastes the notes into a different cell which already contains text. The main focus is to have the macro cut and paste the text to the END of the previously entered notes. The catch is that I have a list of 25 clients next to which I have checkboxes, and a textbox that notes appear in when the checkbox is checked. The macro will have to paste the notes into a correct cell, depending on which textbox is checked. In addition I have very little experience with VBA and would appreciate to be as detailed as possible. Thank you very much! |