ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Hi Excel (https://www.excelbanter.com/excel-programming/297878-hi-excel.html)

Marcelo Pregliasco

Hi Excel
 
Hi I have a file *.xls when the people open this i want to desapear in the
menu "Save As" How I Can do? Marcelo..Buenos Aires Argentina....

Tengo una planilla *.xls y cuando la abren quiero que del menu desaparezca
el "Guardar Como" para que no me hagan copias ok?? No se si fui claro..

Marcelo..Buenos Aires Argentina....



David Canales

Hi Excel
 
Pon lo siguiente en el modulo ThisWorkbook en el editor del
VBA:

Private Sub Workbook_Activate()
With Application.CommandBars("Worksheet Menu Bar")
.Controls("File").Controls("Save As...").Enabled =
False
End With
End Sub

Private Sub Workbook_Deactivate()
With Application.CommandBars("Worksheet Menu Bar")
.Controls("File").Controls("Save As...").Enabled =
True
End With
End Sub

--
Saludos,

David Canales


"Marcelo Pregliasco" wrote
in message ...
Hi I have a file *.xls when the people open this i want to

desapear in the
menu "Save As" How I Can do? Marcelo..Buenos Aires

Argentina....

Tengo una planilla *.xls y cuando la abren quiero que del

menu desaparezca
el "Guardar Como" para que no me hagan copias ok?? No se

si fui claro..

Marcelo..Buenos Aires Argentina....






All times are GMT +1. The time now is 09:36 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com