Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Sub Workbook_Open()
MsgBox "Now listen here you muppets:-" & vbCrLf & _
"1) - Do abc" & vbCrLf & _
"2) - Do cde" & vbCrLf & _
"3) - Do def" & vbCrLf & _
"4) - Do xyz" & vbCrLf & vbCrLf & _
"Having done all that, you now need to:-" & vbCrLf & _
"5) - Do 123" & vbCrLf & _
"6) - Do 234" & vbCrLf & _
"7) - Do 345" & vbCrLf & _
"8) - Do 456" & vbCrLf & vbCrLf & _
"That's it - You should now be OK!!!!"
End Sub