Selection Collection Empty If Grouped Items Selected

  • Thread starter Thread starter MLL
  • Start date Start date
If Selection.Count = 0, use a MsgBox to tell the user that they need to
select one or more individual items, not a group header.
 
Sue Mosher said:
If Selection.Count = 0, use a MsgBox to tell the user that they need to
select one or more individual items, not a group header.

Thank you Sue for the tip, but this becomes a hassle when several
groups are selected (need to develop each of them and then reselect
them). I myself use the code on a repetitive scale, I sure know how
tedious it is.

Actually, I was searching for a workaround that would need no human
interaction. Maybe there's none ? Outlook, for one, does know what's
chosen when some groups (even collapsed) are selected. Just try "new
message to contacts", or even simpler, "delete". Very frustrating.

MLL
 
Back
Top