userform
Capturing random images
I think everything speaks for itself in the image below.I\'m not sure how to write the code开发者_JAVA百科 to acomplish it.[详细]
2023-02-25 13:16 分类:问答Inserting 3 Excel columns into 1 label
I have three columns of data.Is there a way using vba to insert the information into a label on a userForm?[详细]
2023-02-25 01:38 分类:问答Remove the scroll bar on a list box
I\'m using a userForm in vba and I have a list box.I want to remove the horoz. scroll bar from the bottom.Is t开发者_运维问答here a way to do this?I don\'t see any option in the properties box.[详细]
2023-02-24 07:23 分类:问答Disable button on a userForm
I\'m trying to figure out how to disable a button within my userForm if a certain cell within my spreadsheet equals a certain number.I tried the code stated below, but it isn\'t working.[详细]
2023-02-22 01:04 分类:问答Write form textbox values to Word document doesn't work
I have a user form for text phrases and I want to save the entered phrases upon closing the user form. For some reason it does not work.[详细]
2023-02-07 17:48 分类:问答Opening userforms from a userform over and over - causes object issues
I currently have built a tool in Excel 2003 which displays a series of data entry forms. The client has requested that there be \"Previous Form\" and \"Next Form\" buttons on the forms.[详细]
2023-01-29 09:03 分类:问答What are the benefits to using DoEvents over Repaint on a userform in VBA?
What are the benefits to using DoEvents over Repaint on a userform in VBA? Is it due to performance, for minimising the annoyance of things such as screen flicker, or for when you need to update more[详细]
2023-01-27 13:19 分类:问答How to change the title bar text of a Userform in VBA?
I\'m maintaining an old-ish application written in VBA for Excel 2002 (XP)/2003, and am trying to internationalise it.[详细]
2023-01-02 11:55 分类:问答UserForm in script run from Outlook Rule
Based on http://support.microsoft.com/kb/306108 I\'d like to create a custom rule that shows a custom UserForm instead of the pl开发者_StackOverflowain old MsgBox.What I wrote was this:[详细]
2022-12-31 09:17 分类:问答Can't read the value of a button click from a userform
I hope this is a relatively easy problem although I have spent hours websearching and using T&E to no avail.Hopefully someone can help ;o)[详细]
2022-12-22 15:02 分类:问答