Host Africa

Tuesday 19 July 2016

This workbook has lost its VBA project....

Ask Tech Support Specialists Now


Answer

You get this error because during the installation of MS Office, the "Visual Basic for Application" was not installed.

By default this is installed, but you can uncheck it. "Visual Basic for Applications" is needed to run macros and add-ins such as ASAP Utilities.

Without Microsoft Visual Basic for Applications (VBA) several Excel features in the following categories are unavailable:

· VBA Projects, XLM Macro Code, and ActiveX Controls

· Uncompiled Add-ins (.xla files)

· Menu Items, Toolbar Buttons and Shortcut Keys related to VBA

We still don't understand why Microsoft doesn't make this error message more user-friendly and just tells that Visual Basic for Applications isn't installed.
Quick solution

To solve you can simply change your installation of MS Office and add this feature.

1. Close Excel if it is open.

2. In the Windows Control Panel choose "Add or Remove Programs" (or Programs and Features in Windows Vista or Windows 7).

3. Select Microsoft Office in the list and click on the Change button.

4. Choose "add or remove features"



5. Select "Visual Basic for Applications" in the "Office Shared Features" list and set it to "Run from My Computer". Then click on the continue button.



6. After the installation is finished you will be able to use ASAP Utilities when you start Excel and see ASAP Utilities in the menu.



How to Reset Forgotten Domain Admin Password on Server 2012

Ask Tech Support Specialists Now


This tutorial will show you how to reset forgotten domain admin password on Server 2012. To accomplish the task you would need the Windows Server 2012installation disc.
1. Boot from the Windows Server 2012 installation disc. When prompted with the Language, Time and Keyboard click on Next.

2. At the bottom left of the screen click the option to Repair your computer. DO NOT CLICK ON INSTALL NOW!!!

3. Select the  Troubleshoot Option.

4. Now select Advanced options.

5. Lastly select Command Prompt.

Your Windows installation is now located on D: drive so you would enter a command with the letter D: instead of C: This happened because we booted of the disk, the operating system tends to change the drive letters when that happens.
6. Enter the following command to backup the utilman.exe file:
Move D:\Windows\System32\Utilman.exe D:\Windows\System32\Utilman0.exe.

7. Now copy cmd.exe and rename it to Utilman.exe:
Copy D:\Windows\System32\cmd.exe D:\Windows\System32\Utilman.exe

8. Now restart the server. At the welcome screen, press the Windows key plus “U” on your keyboard to open the command prompt.

9. In the command prompt enter the following command to reset the admin password:
net user administrator new password
10. Done!! You’ve just changed the Administrator password.

11. To change utilman0.exe. Back to it’s original state. Go throught the same process and enter the following command:
Move D:\Windows\System32\Ultiman0.exe D:\Windows\System32\Ultiman.exe
you’ll be asked to overwrite enter the letter “Y” and press Enter.