I have a workbook with macro button to open another workbook (which has macro in it),
Private Sub CommandButton1_Click()
Workbooks.Open Filename:="C:My Documentsxxx.xls"
End Sub
But when the xxx.xls opens, it does not pop up the security box to select the security option, how to enable this? what should i add to the macro?
Private Sub CommandButton1_Click()
Workbooks.Open Filename:="C:My Documentsxxx.xls"
End Sub
But when the xxx.xls opens, it does not pop up the security box to select the security option, how to enable this? what should i add to the macro?