haha

  • Thread starter Thread starter 9 days away...
  • Start date Start date
9

9 days away...

what better place to post this question than the forum
that has helped me so much in the past with my VBA
problems?

I'm getting married in 9 days, and I find that I'm a bit
edgy and quick to snap over small annoyances, and I'm
beginning to push my fiancé away with my quick temper.
Although I'm sure this is common behavior for someone
with only 9 days to go before the wedding, I just want
some feedback on how people feel I should deal with these
issues.

Thanks a million!
 
VBA code for this situation.

Sub Buy_A_Ticket_To_Brazil()

With ActiveSheet
If Range("wedding date").Value < 9 Then
Application.escapewhileyoucan
End With

End Sub

Gord Dibben Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top