Where did my question go?

  • Thread starter Thread starter Tendresse
  • Start date Start date
T

Tendresse

I just posted a question less than an hour ago (title: Do not show this
message again). I could see it listed for a while then it disappeared! I have
been notified by email that i received a response, however i cannot see it.
Every time i refresh the screen i don't get the question or the answer? where
did they go????
Tendresse
 
Hi Tendresse (I hope you see this)

There are problems with the web newsgroup interface
Use Outlook Express or Windows Mail to connect to the newsgroups

Use this server when you add a news account
msnews.microsoft.com

This was my answer


Hi Tendresse

You can check a cell value in the workbook and if it is not "no" for example
show the msgbox

Private Sub Workbook_Open()
If Sheets("Sheet1").Range("A1").Value <> "no" Then
MsgBox "Hi"
End If
End Sub

You can also build a small userform with a tickbox to fill the cell value with this value
 
The Microsoft Office Online newsreader has been malfunctioning since
Christmas Eve. You are lucky if you get any access.
 

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