View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kaak[_38_] Kaak[_38_] is offline
external usenet poster
 
Posts: 1
Default I don't want to run visual basic editer code after saving...


Your can remove code from a workbook from vba code.

Put the code in :

Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As
Boolean)



End Sub


--
Kaak
------------------------------------------------------------------------
Kaak's Profile: http://www.excelforum.com/member.php...fo&userid=7513
View this thread: http://www.excelforum.com/showthread...hreadid=479392