Hello,
this part of the macro does not work:
![]()
If Range ("A2: A100) =" "Then MsgBox "empty cells", vbCritical + vbOKOnly, "Attention!" Exit Sub end If
If the range A2: A100 is empty warning "empty cells."
A help?
max_max
Hello,
this part of the macro does not work:
![]()
If Range ("A2: A100) =" "Then MsgBox "empty cells", vbCritical + vbOKOnly, "Attention!" Exit Sub end If
If the range A2: A100 is empty warning "empty cells."
A help?
max_max
Last edited by max_max; 03-03-2016 at 02:27 PM.
Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code.
Posting code between [CODE] [/CODE] tags makes your code much easier to read and copy for testing, it also maintains VBA formatting.
Highlight your code and click the # icon at the top of your post window. More information about these and other tags can be found here
(This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)
Never use Merged Cells in Excel
O.k. correct
max_max
Try
![]()
If Worksheetfunction.Counta(Range("A2:A100)) = 0 Then MsgBox "empty cells", vbCritical + vbOKOnly, "Attention!" Exit Sub end If
Hello,
zbor is o.k thanks.
A greeting.
max_max
If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks