Same Worksheet Opens Every Time Workbook is opened

  • Thread starter Thread starter rmm30
  • Start date Start date
R

rmm30

Hi Jon -

OK, I pasted the code into the "thisworkbook" area and it still doe
not work. I will mention that Under "Microsoft Excel Objects" (wher
the "ThisWorkbook" is), in Sheet1 (DocList) I have the following cod
also:

Private Sub Worksheet_BeforeRightClick(ByVal Target As Range, Cancel A
Boolean)
Cancel = True
MsgBox ("Sorry I can't allow you to do that")
End Sub

I don't know if this makes a difference. Do you want me to email m
workbook to you
 
Back
Top