Compile Errors and Missing references

  • Thread starter Thread starter mangesh_yadav
  • Start date Start date
M

mangesh_yadav

Thanks for the response, Tom.

But as I mentioned earlier, for the first run I get the run-time error
Programmatic access to VB Project is not trusted, and for subsequen
runs of the sub, I get the run-time error: Method 'VBProject' of objec
'_Workbook' failed.

Is it something to do with my local setting that I get these run-tim
errors....?

My macro security setting is set to 'Medium'. And I am using Windows X
professional and Office XP.

Manges
 
Programmatic Access to the VBOM not trusted...

in ExcelXP this setting can be changed by the user in Macro options
(second tab at the bottom.

IN Excel2003 the dialog still shows it, but is grayed out.
(only an administrator can set it.)

In the registry the key has been moved from HKCU to HKLM.

HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Excel\Security
AccessVBOM REG_DWORD 0|1

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\11.0\Excel\Security
AccessVBOM REG_DWORD 0|1



keepITcool

< email : keepitcool chello nl (with @ and .) >
< homepage: http://members.chello.nl/keepitcool >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top