userform
Is it better to show ProgressBar UserForms in VBA as modal or modeless?
Is it better to show ProgressBar UserForms in VBA as modal or modeless? What are the best practices for developing progress indicators in VBA?[详细]
2022-12-19 04:01 分类:问答Userform Cancel Button _Intermittently_ Unresponsive?
The attached VBA procedures are for a progress bar userform. Everything works as expected, except that the cancel button is intermittently unresponsive.[详细]
2022-12-19 02:42 分类:问答Windows Forms' Appearance
Just started using Visual Studio 2008 and was hoping to convert my VBA UserForms to VB.NET with the intent of upgrading my antiquated UserForm controls to newer Windows form controls that match the op[详细]
2022-12-18 14:24 分类:问答Can't close userform
Let me set up the environment. This is VBA code running in Excel. I have a userform that contains a msflexgrid. This flexgrid shows a list of customers and the customer\', salesperson, csr, mfg rep[详细]
2022-12-15 10:46 分类:问答Timer on user form in Excel VBA
I\'ve got some old Excel VBA code where I want to run a task at regular intervals. If I were using VB6, I would have used a timer control.[详细]
2022-12-08 16:40 分类:问答Userform Listbox selection & Value update based on column
I am creating an userform where user can select existing materials, and input stock quantity. Process:[详细]
2022-12-07 21:28 分类:问答