View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Unable to access VBA editor

If you open excel in safe mode:

Close excel
windows start button|Run
type:
excel /safe
and hit enter

Can you get to the VBE?

Starting in safe mode stops lots of things from happening--no macros, no
customized toolbars (ribbon??).

Another way to search for files is to use an old DOS command:

Windows Start button|Run
type:
CMD
(to get to the Command prompt)

C:
(to get to the C: drive--change this to the drive that excel is installed on)

cd\
(to get to the root directory)

dir personal*.xl* /s

The /s says to search subfolders, too.

Make a note of the locations of the found files. I would move them somewhere
else--not just rename them.

" wrote:

Hi,

I have just re-installed Office 2007, and now when I load Excel, the "Visual
Basic", "Macros" and "Record Macro" icons in the Developer ribbon are grayed
out and 'Alt F11' does nothing except cause a 'ping' noise.

I previously have some Macro's stored in the Personal.xlsb and seem to
remember hiding it.

I can't now find how to get back into this area, and am at a loss on how to
recove this functionallity - anyone any ideas?


--

Dave Peterson