I have a database and there are about 10 different forms the user goes through to enter information. Right now I have command buttons on each form that the user clicks on to go to another form - and whatever record they are on in the first form - it finds it on the other form. The code also...
Hi,
I'm trying to repeat the code below for
several different cells. Everything stays the same but
the cell (range) changes and msg - there are about 20
different ones. I could just keep writing the if
statement over and over but I know there is a better way.
I was thinking case select...
I tried to get help last week and it didn't quite solve the problem. So - now I have a new approach that doesn't work. I'm trying to add cell values to a collection. But, I keep getting the error that the subscript is out of range. Here is my code:
Private Sub UserForm_Activate()
Dim...
I have a userform in Excel that loads on the workbook before save event. I want it to list (in a list box) all of the cells that I have specified that are null or empty. Thanks to Skip I know how to evaluate if a cell is empty. But, there are a good 100 cells that I need to look at - and if...
I'm trying to identify when a cell has not had information entered so that I can give an error. I have tried using IsEmpty and IsNull but nothing seems to work. How do I do this?
Thanks!
Daya
I'm really an access programmer and can't figure out how do do anything in excel. Basically, I want some code that says if A1 + B1 <> C1 then... - I know how to put in the message box.
Also, how do I require a field? SO they can't save or move to another sheet if the cell is empty.
I...
I'm somewhat of a beginner with VBA and desperately need help. I have a form in my Access DB and have a button to create a new record in the table. I'm having trouble putting together the unique ID. Once the user clicks on the new record button then I have an input box to prompt them for a 6...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.