Error Linking blank cell to a textbox

placasse

Board Regular
Joined
Jun 14, 2010
Messages
90
Hi,
I have this blank cell that I want to link to a userform textbox. If I enter a number including 0, it gets populated to the userform textbox correctly without errors. If I leave the cell blank, then I get a Data Type compatibility error message.

Here is my code within the userform "DistrDepensesCaisseCAN":

Private Sub UserForm_Activate()
DistrDepensesCaisseCAN.BudgetNourritureCAN.Value = Format(Worksheets("Budget Caisse").Range("D8").Value, "0.00")
BudgetCaisseTotalCAN.Text = CDbl(BudgetNourritureCAN.Text)
End Sub

Thank you for your precious help

Pierre
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.

Forum statistics

Threads
1,224,599
Messages
6,179,827
Members
452,946
Latest member
JoseDavid

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