See example, explanation is in the file.
Sorry, forgot to tell, new draw (F9?) should give new groups, but not the participands that already been chosen.
Thanks.
As I remember it never did in MS outlook (old or new) MS outlook is not office outlook.
I work with office 365 an have about 20 different mail codes (including send workbook as attachment) that still are working.
But Marc L is right it will not work on a Mac.
Like this?
Sub SaveAsPDF()
fn = Application.GetSaveAsFilename(FileFilter:="PDF Files (*.pdf), *.pdf")
If fn <> nfn Then
ThisWorkbook.ExportAsFixedFormat Type:=xlTypePDF, Filename:=fn
End If
End Sub
Like this?
Fill a value in textbox 1 and textbox 2 and press copy.
And please next time put your code between code tags
Do it like this < your code and at the end />
And next time post a representative example instead of a weak example