Mithas
Guest
Good day to all.
I have a problem that's making me waste a lot of time.
I created a solid parametric model that can be governed by a vba macro through userforms with text boxes to be filled out. the macro function and does its work but from problems with decimal separators that just do not like them.
in the system (windows) is set the comma as a separator, in solid is set the use of the system separator, then the comma. in the macro in vba you can write decimal values only with the point, the comma from compilation error.
changing the system setting works everything. or see the decimals after the point as it does vba.
I therefore gave my problem solved.
At work however, we have an external pdm and a management that mess with the point. example: now I have some bushings that weigh 600kg and not 600g.
Do you have any idea how to do this? Is there a way to tell vba, in the macro, to format the numbers sent to the model with the comma and not with the point?
I have a problem that's making me waste a lot of time.
I created a solid parametric model that can be governed by a vba macro through userforms with text boxes to be filled out. the macro function and does its work but from problems with decimal separators that just do not like them.
in the system (windows) is set the comma as a separator, in solid is set the use of the system separator, then the comma. in the macro in vba you can write decimal values only with the point, the comma from compilation error.
changing the system setting works everything. or see the decimals after the point as it does vba.
I therefore gave my problem solved.
At work however, we have an external pdm and a management that mess with the point. example: now I have some bushings that weigh 600kg and not 600g.
Do you have any idea how to do this? Is there a way to tell vba, in the macro, to format the numbers sent to the model with the comma and not with the point?