Quote:
|
Originally Posted by knottrodney
where do i place this code? is there a sub that I run the code under or is there another way to do it in excel, possibly a macro?
thanks,
knottrodney
|
oh well..depends how you want it to be, if u want to have a click of the button, then make a button, lets call it cmdDelete, then u should put the code in cmdDelete_Click().
if u want only when u open the workbook that time, it clear away the value, then put it in Workbook_Open()
Yes, there is somewhere in the excel u can write code, it is under Tools->Marco try out the marco (we called it vba) then u will find out that is much more excel can do for u.
Have fun!!