View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Joost Lenaerts Joost Lenaerts is offline
external usenet poster
 
Posts: 3
Default Rename Module via VBA

You need to change your macro security settings as follows:

Menu Tools Macro Security... tab Trusted publishers tick 'Trust
access to VBA projects'

Cheers

Gary''s Student schreef:

While running:

Sub rename_it()
ThisWorkbook.VBProject.VBComponents("Module1").Nam e = "new_check"
End Sub

I get a "1004" error

"Programmatic access to Visual Basic Project is not trusted"

I feel that i have earned the trust of my computer and my own files.

How do I avoid this error.

p.s. I can still re-name a module manually in the editor.

--
Gary's Student