Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
vba help
Name: mherber2 Date: April 13, 2007 at 17:09:19 Pacific OS: 98se CPU/Ram: unknown Product: unknown
Comment:
i am using excel 2000. how can i creat a check box using vba?
Name: rhawk7938 Date: April 14, 2007 at 09:03:01 Pacific
Reply:
Make the control toolbox visable. Select the check box, place it on the form by dragging the mouse to get the size you want. Set its' properties and write the code to associate with it.
0
Response Number 2
Name: mherber2 Date: April 14, 2007 at 09:21:05 Pacific
Summary: Hi All, I have one open workbook containing many sheets. I want to copy a range of cells into a new workbook I create a new workbook using following VBA code. If I use following code it creates a new ...
Summary: Some other thoughts... Are you getting a pop-up from Outlook asking if you want to allow the email to be sent from another progam? If not, how have you disabled it? I looked at your code a little deep...
Summary: Help Anyone? I have a workbook with about 10 worksheets, unfortunately they are not uniform either. I need only certain data from these worksheets that contain a 3 letter code in one of the columns. I...