![]() |
#6
|
|||
|
|||
![]()
Not sure if it will help you or not, but I used the code from post #3 and it runs fine.
Also, the msgbox you added will never run as you have placed it directly after Exit Sub. This Code:
MsgBox "Yes, it ran." 'Added. Exit Sub End Sub Not This Code:
Exit Sub MsgBox "Yes, it ran." 'Added. End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Is there a sub-Forum for Office for Mac? | IvanH | Office | 1 | 02-20-2014 11:31 PM |
![]() |
Joan64 | Office | 2 | 07-01-2013 10:18 AM |