I\'m very new to programming and I\'m just starting to learn VBA with excel. I came across on this website and did the examples here but I have question about this code:
These are return value from MsgBox(). The author should have used their symbolic value instead to make the program more readable:
vbYes 6 vbNo 7
See this MSDN article for more info