Problem with formulas turning into values.

TIMOTHYs

New Member
Joined
Jan 15, 2019
Messages
3
I have a VBA form that gets information from a worksheet and populates into the text boxes of the form using the control source property. Once I run the code, the formulas that were in the cells that the form gets its data from becomes the result of the formula:mad: and when I run it again the next day the numbers don't change because the value is yesterdays value and I have re-key the formula to make it work. :confused:I have no idea what is going on. It doesn't happen every time I use it but is becoming a nuisance to fix the formula when it does. Can any one help with this? (I hope this makes sense).
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
I would advise against using the control source.
If you change the value in the control, that change will be reflected in you worksheet.
It would be better to remove the control & populate the textboxes when the form is initialised
 
Upvote 0

Forum statistics

Threads
1,223,897
Messages
6,175,269
Members
452,628
Latest member
dd2

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top