CalumJames
New Member
- Joined
- Jun 18, 2011
- Messages
- 13
Ok, firstly Hi to all... I'm Calum & I'm working on a project to "refresh" a project spreadsheet which is where we keep a high level overview of how things are moving etc.
Unfortunately I'm not that knowledgeable in VBA and have two questions I hope someone maybe able to help with:
1. At this moment in time I'm only interested in cells within the one column being updated separately via a user form. Basically a new project is listed on each row and the column.."J" for example is headed "Update". For each Row, on column J I need a code where the user can select the hyperlink in that box to call the user form. The user form will allow the user to input an update (i.e. project on hold because of cost issues) & select submit. I need this submission to only UPDATE the existing cell at the top and not overwrite the comments already there and also prefix with a date the addition was made.
The userform will need to automatically know which cell it is being called from and ONLY update that one (as each project is different).
I've searched around but all I can find is either overwriting the current cell or adding a new cell... neither are what I need.
Thank you.
Unfortunately I'm not that knowledgeable in VBA and have two questions I hope someone maybe able to help with:
1. At this moment in time I'm only interested in cells within the one column being updated separately via a user form. Basically a new project is listed on each row and the column.."J" for example is headed "Update". For each Row, on column J I need a code where the user can select the hyperlink in that box to call the user form. The user form will allow the user to input an update (i.e. project on hold because of cost issues) & select submit. I need this submission to only UPDATE the existing cell at the top and not overwrite the comments already there and also prefix with a date the addition was made.
The userform will need to automatically know which cell it is being called from and ONLY update that one (as each project is different).
I've searched around but all I can find is either overwriting the current cell or adding a new cell... neither are what I need.
Thank you.