i need some help in userform

elbazreturn

New Member
Joined
Oct 24, 2019
Messages
5
i want a code to make auto-update to the userform screen

so when anythinh changes in the excel sheet it happens immediately in the userform screen
 

Excel Facts

Can Excel fill bagel flavors?
You can teach Excel a new custom list. Type the list in cells, File, Options, Advanced, Edit Custom Lists, Import, OK
Hello,

Do not know what you are processing ... but what you are asking for is already the case with : Private Sub UserForm_Initialize()

Hope this will help
 
Upvote 0
Hello,

Do not know what you are processing ... but what you are asking for is already the case with : Private Sub UserForm_Initialize()

Hope this will help



no this is not what i need but thank you for your help

like if you have a bill and there's 2 staff in it and you want to delete one of them so you delete it (in the userform not from the sheet) the staff deleted but the name of it in the userform still exist

you got it or not ?
 
Upvote 0
Have you tried : UserForm_Initialize ... ???<code></code>
 
Upvote 0
I would think we need more specific details about what you have on your UserForm.

To expect a UserForm to update itself every time you do anything in your Workbook may be a big task.

So if you enter "Yes" in Range("A1") you want all the controls on your userform to update.
And this would also apply to all the 1 billion or so cells in your workbook. That would be a big tasking.
 
Upvote 0
Have you tried :UserForm1.Repaint ...?<code></code>
 
Upvote 0

Forum statistics

Threads
1,215,036
Messages
6,122,794
Members
449,095
Latest member
m_smith_solihull

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