Here is a response I've posted in other forums ref this, having encountered the same problem for myself..
Re the error:
Read this Microsoft article:
http://support.microsoft.com/default.as ... -us;289493If you have 'permissions' set but still get the error-
**It is best to back up your registry or create a restore point before proceeding.
Verify that you have the file, TABCTL32.OCX, on your system. Check the text below for location depending on your OS. You can download it from the link below if needed.
Then.......
Using your mouse, click on the "Start" button and then click on "Run".
According to your Operating System, type the following command to register this library file:
Windows 95, 98, or Me:
regsvr32 \windows\system\TABCTL32.OCX
Windows NT or 2000:
regsvr32 \WINNT\system32\TABCTL32.OCX
Windows XP:
regsvr32 \windows\system32\TABCTL32.OCX
You should see a message saying "DllRegisterServer ... succeeded"
If you are getting an error telling you that the file is missing, then you are not typing the command in correctly. You will need to type it in *exactly* as as shown above for your operating system.
* Please note that there is a SPACE after "regsvr32" and before the rest of the command.
Source:
http://www.ascentive.com/support/new/su ... BCTL32.OCXDave