I think this is a simple question but because i'm new to VBA coding its a mindbreaker for me...
I'm building a simple userform so the user can put in the values in a form instead of the Excel worksheet. In this userform there are nummers like 1,20 (comma separated numbers) when these numbers are placed on the worksheet there is no calculation made when I enter an number without a comma the calculation is being made (at the worksheet i want to keep the calculations, I do not want to transfer the calculations to the VBA, this is more convienient for me)
When I enter the "fresh value" direct is the worksheet cel the calculation is made... What am I doing wrong???
I've seen that I have to calculate or activate the sheet so I can Write DIRECT into the sheet, Please help. ;-)
Here the code I'm using...
Bookmarks