If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
I was looking at running vba to fill in the comments. That will definalty get me started, I assume i can reference to a cell in excel instead of Typing text here.
I would need to pull the forumula out of the box add to it then put in coment box.
Like the cell will be =Sheet1!B3 and I would want the comment box to pull Sheet!B5 so I would have to add 2 to the number
I assume i can reference to a cell in excel instead of Typing text here.
Exactly, now that you know its possible you can have lets say all comments launched whn the workbook opens or in any other procedure. For specific calculations you could reference whatever cells you need. In addition there might be a way of detailing the comments themselves in color font etc.
Enjoy
Last edited by Amazing_Spiderman; 09-30-06 at 10:00.
Awsome, i'll have work on that this weekend. I'll only set it to calc when i run an update. The info only updates once a day, but theres 62,500 cels :P but not all wil have a comment. Thanks for the info bro.
I want the comment to pull 'Data'!358,'Data'!359,'Data'!360
I would need vba to do this for a range of cells on 25 differant sheets. Each sheet has 2500 cells so theres a total of 62,500 cells this would run thru.