I need to put my active workbook in an email but do not want to send it.
Using ActiveWorkbook.SendMail always sends the workbook automatically.
Thanks
Osian
Hi - my program runs using a number of listboxes that only allow users to make single selections within each one.
I basically want to show an error message if at least one of these listboxes haven't been selected, but not sure how to define 'empty' when referring to a listbox. I've tried
If...
I want my programme to jump to Err 1 when it detects an error in this loop, but this doesn't seem to be working (i.e. I still get run-time error message '13'). Can anyone spot any problem with my syntax?
Private Sub groups_Click()
On Error Resume Next
For i = 0 To 100...
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.