- Joined
- May 9, 2017
- Messages
- 6
- Reaction score
- 1
Good day everyone.
I need a bit of help with something. I have created an excel document where I want to make a cell mandatory to be filled. No take backs. The cells must have something in it. I found the following code that seemed like it would work:
If Cells(1, 2).Value = "" Then
MsgBox "Cell B1 requires user input", vbInformation, "Kutools for Excel"
Cancel = True
End If
(Not my own code.)
However, the cells that must be filled in, are merged. I am completely new at all this coding in Excel. I know bugger all, so please go easy on me with the explanation, haha. Any help at all would be much appreciated. Please advise if you want to know anything else
I need a bit of help with something. I have created an excel document where I want to make a cell mandatory to be filled. No take backs. The cells must have something in it. I found the following code that seemed like it would work:
If Cells(1, 2).Value = "" Then
MsgBox "Cell B1 requires user input", vbInformation, "Kutools for Excel"
Cancel = True
End If
(Not my own code.)
However, the cells that must be filled in, are merged. I am completely new at all this coding in Excel. I know bugger all, so please go easy on me with the explanation, haha. Any help at all would be much appreciated. Please advise if you want to know anything else