Consulting

Results 1 to 4 of 4

Thread: Refedit issue

  1. #1
    VBAX Master
    Joined
    Jun 2006
    Posts
    1,091
    Location

    Refedit issue

    Some of my users are having an issue that says they are missing refedit. I go into the references library and add browse to it and add it manually but I still get that error when I try to run vba on the system. This is on a server. Does anyone know how to fix this issue?
    Thank You,
    Daniel Blois
    http://studenthacker.blogspot.com/

  2. #2
    VBAX Guru Kenneth Hobs's Avatar
    Joined
    Nov 2005
    Location
    Tecumseh, OK
    Posts
    4,956
    Location
    Typically, it is in c:\Program Files\Microsoft Office\Office11\RefEdit.dll for v2003. You may need to run RegSvr32 to install it.

    e.g.
    Start > Run > RegSvr32 "c:\Program files\MicroSoft Office\Office11\RefEdit.dll"

  3. #3
    VBAX Master
    Joined
    Jun 2006
    Posts
    1,091
    Location
    Here are a few more points to help diagnose the problem.

    1) we are using excel 2007
    2) My company is testing out the x64 version of Windows Server 2003 and anyone on there has that issue. And only those people have the issue
    3) Kenneth I tried that and it doesn't help
    Thank You,
    Daniel Blois
    http://studenthacker.blogspot.com/

  4. #4
    VBAX Master Norie's Avatar
    Joined
    Jan 2005
    Location
    Stirling, Scotland
    Posts
    1,831
    Location
    Daniel

    Have you considered not using the RefEdit control?

    If you need to select a range then you could perhaps use Application.Inputbox.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •