I am Unable to play games which are in excel format

it is unable to open

whats the problem ???

Need Help- :)

Dani AI

Generated

For : Excel "games" are usually ordinary workbooks that rely on macros, VBA references or registered controls. A short, structured diagnosis will reveal whether the file itself is bad or the Vista/Office install is blocking it.

Start with quick checks: confirm the file extension (.xls, .xlsx, .xlsm), right-click the file → Properties and click Unblock if present, then try opening by first launching Excel and using File → Open. Try Excel in Safe Mode (hold Ctrl while starting Excel or run excel.exe /safe) and see if the workbook opens there. Also test the same file on another PC to rule out file corruption.

Macros and VBA are the most common cause. Do not enable macros globally; instead add the folder to Trusted Locations or set Macro Settings to “Disable all macros with notification” so macros can be enabled per file. If a macro fails with a “Can't find project or library” error, open the VBA Editor (Alt+F11) → Tools → References and look for entries marked MISSING; either install the missing library or uncheck the reference. Microsoft guidance on macros is here: Enable or disable macros in Office files.

If an error mentions a missing .dll or .ocx (ActiveX), registration or runtime redistributables may be needed. Register controls with regsvr32 from an elevated prompt or install the appropriate runtime (for example common controls/VB runtime). If add-ins or components look broken, run Control Panel → Programs and Features → Microsoft Office → Change → Repair — see: .

Diagnostic checklist:

  • Note the exact error text.
  • Check extension and Unblock the file.
  • Try opening on another PC.
  • Check Trust Center / Trusted Locations and macro settings.
  • In VBA Editor check Tools → References for MISSING.
  • Repair Office or install required runtimes.

This addresses the likely causes raised by and and should identify whether the issue is an Excel-version/format mismatch, security setting, missing library, or registration problem.

Recommended Answers

All 2 Replies

What errors are you getting? My guess is that there are some missing dll's and/or activeX controls.

What version of Ms-excel you are using. Try to upgrade your Ms-excel may be that games are not supporting to your excel program version.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.