Hi all, I tried to search for textbox in forums and found nothing. So I throwing this out.
I have excel sheet where I have added check boxes in 5 rows down and 7 rows across. I have linked each one to a cell so that when you click the Check box(cbHours) it brings up a Userform I have created which will have textbox and okay button. The user will enter in hours into the Text box called txHours and when he clicks Okay I want it to enter that value into the cbHours Linked cell. so I can then use it for a simple Sum on the excel sheet.
I am having problems with the object here as I tried differnent ways to do it and keep getting errors.
There are many check boxes linked to their own cells so I didn't want to write code for a user form for each. That is why I tried to link the Check box to a cell. Maybe there is better way to do this?
Any help would be great! Thanks
I have excel sheet where I have added check boxes in 5 rows down and 7 rows across. I have linked each one to a cell so that when you click the Check box(cbHours) it brings up a Userform I have created which will have textbox and okay button. The user will enter in hours into the Text box called txHours and when he clicks Okay I want it to enter that value into the cbHours Linked cell. so I can then use it for a simple Sum on the excel sheet.
I am having problems with the object here as I tried differnent ways to do it and keep getting errors.
There are many check boxes linked to their own cells so I didn't want to write code for a user form for each. That is why I tried to link the Check box to a cell. Maybe there is better way to do this?
Any help would be great! Thanks