VBA Error Message

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I asked this question a couple of days ago and got no
response, so thought I would try one more time. So here
goes...

I have a couple of files that a friend of mine programmed
using vba. I do not know anything about programming, but
when I try to open the excel files, I get an error message
that says, "Microsoft Visual Basic - Error accessing the
system registry". When I click ok, the error message goes
away, but the file will not open. Can someone please tell
me how I can get rid of this problem? Thanks.
 
Hi Dave,

If you don't know anything about VBA, ask somebody else.
You could change , just in excel with a new workbook, to change the macro
security to medium.
Then when you open the file created by your frien, a popup will ask if you
want to enable or disable macro.
Select no- macro disabled.
This should allow you to open the file.
It is not really good that this files contains macros are playing with your
registry settings. In fact it could even be harmfull to your computer as it
could be a virus.
Regards
JY
 
Try holding down the shift key when you open the file.

If it opens, then go in and remove all the macros and save it as a different
name.
 

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