Data form use

Geoffrey1231

New Member
Joined
Oct 28, 2005
Messages
22
Hi all,
A couple of, hopefully simple, questions;
How do you force that only caps be entered in a cell?

Also, is there a way to have excel automatically open the data form at startup to encourage entries in the spreadsheet be done via the form?

This is for excel 2000.

Thank you,

Geoff
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Record a macro to display the form. Copy it to the ThisWorkBook module under the ON Open Event.

I have to think about the CAPS question

lenze

BTW: While you are using a dataform, check out John W's enhanced form at

http://www.j-walk.com/ss/
 
Upvote 0
Geoffrey1231 said:
Hi all,
A couple of, hopefully simple, questions;
How do you force that only caps be entered in a cell?

Do you want text entered in the cell to be forced to caps or give an error? VBA has the UCase() function for conversion.

If you wanted to detect something other than uppercase in a cell, so that you could tell the user they've made an error, that would probably be harder. You might have to go through each character and test for case.
 
Upvote 0

Forum statistics

Threads
1,226,225
Messages
6,189,736
Members
453,566
Latest member
ariestattle

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