Cell with Formula not Updating

tryingmybest418

New Member
Joined
Jan 22, 2018
Messages
32
Hi all,

I have a userform that will enter a date into E4 when I click Submit. Cell F4 has a formula to vlookup the date from E4.

F4 is not automatically updating when I click Submit. It will update if I click in E4 and press Enter.

Is there a way to ensure the formula in F4 recognizes the date and updates?

Thanks
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Have you tried adding a line to your code to calculate the sheet or even just calculate F4? Something like:

Code:
Activesheet.Calculate
or just
Code:
Activesheet.Range("F4").Calculate
 
Upvote 0
How exactly did you introduce the options? We can only guess if you don't post your code.
 
Upvote 0

Forum statistics

Threads
1,223,958
Messages
6,175,633
Members
452,661
Latest member
Nonhle

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