No, the spreadsheets don't contain any VBA.
Main Topics
Browse All TopicsDear Experts,
I've got two users in finance who have just started experiencing this problem in Excel 2003. They get as far as =vlookup(A22,... then Excel crashes and offers to try to recover their file.
Both users are running Windows XP SP3. I use WSUS to update Windows and Microsoft Office so their computers should be completely up to date.
What's even more odd is that when I log into one of the computers I can create the vlookup on the exact same spreadsheet without any problems at all. That made me think perhaps it was some kind of admin rights issue, but one of the users is already a local administrator of his PC.
I have tried reinstalling Excel for one of the users but it made no difference.
I've got NOD32 antivirus running on both computers and I am confident it would have picked up any nasties, but perhaps I'll run a full scan on both of their computers just to be sure.
Because the problem does not affect me when I log in it seems to be something user-specific, but I'm not sure how to proceed on this one. Any suggestions would be very welcome!
Cheers.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Try these things and test the file after each one.
1) Run Detect & repair from the help menu in Excel
2) Running a repair on the file - Open Excel, navigate to the file and click the small arrow on teh open button and select Open & Repair.
3) Run Office Diagnostics from the All programs - MS Office - MS Office Tools
4) Check the users profile for any .xlb files and remove (backup to another location) they are normally stored in c:\docs and settings\profilename\Appli
5 & 6 are a long shot as they should affect all users....
5) Check the Insert - Name menu and see if there are any names that contain a square looking character
6) Check the Format Styles menu and see if there are any names that contain a square looking character
Ask the users to open excel on safe mode (hold down Ctrl while opening excel normally), then open the workbook and try entering a function. If that works ok, it points to one of the files loaded at startup, so try disabling all addins, removing any files from any of the XLSTART directories, and rename or move the Excel11.xlb file (you can add .old to the extension) and start excel again. If that's ok then you can add the files back one by one until it goes loopy again! :)
MrExcel1981 - Thanks for your response.
1) and 2) made no difference.
3) I didn't have a program called office diagnostics under Microsoft Office Tools
4) There are no files saved under the user's Excel path...
C:\Documents and Settings\ahunter\Applicati
...except a folder called XLSTART, which is empty.
5) Contains nothing with a square looking character
6) Contains Comma [0] and currency [0]. Didn't know if these are a problem or not?
rorya - Thanks for your response.
Running Excel in safe mode works fine!
I unchecked all the addins the user has installed and removed the Excel11.xlb file and then restarted Excel but it still crashes.
Do the available addins have any affect on Excel, even if they are not active???
Thanks again.
No, they shouldn't do but you should also check for COM add-ins and see if there is an additional startup folder specified in the Excel options (Tools-Options-General tab) in the 'At startup open all files in' option. COM addins can be located in the registry under:
HKEY_CURRENT_USER\Software
or:
HKEY_LOCAL_MACHINE\Softwar
Anything whose Loadbehavior value is set to 2 or 3 (I think) is being loaded automatically. If you set them all to 0 as a test, keep a note of the original values to reset them later.
rorya - Thanks again.
There is nothing in "At startup, open all files in" for that user.
There is nothing under HKEY_LOCAL_MACHINE\Softwar
Under HKEY_CURRENT_USER\Software
Grrrrr!
MrExcel1981 - Yes, it's not all spreadsheets that are affected. There are only two spreadsheets where we have noticed this behaviour, however like I say I can create a vlookup on these spreadsheets under my login OK.
rorya - Google Desktop was already uninstalled. I removed the registry key but nothing has changed.
Thanks again.
Hmmmm I am starting to run out of ideas. Is there anything unusual about the path of the file that you are trying to pass as an argument to the VLOOKUP?
Maybe a reinstall of excel or rebuild the users profile. Quite drastic I know but I have found that rebuilding a users profile has corrected VB errors in the past.
YES! Uninstalled KB973475 and the problem has gone away! I replaced the .xlb file because my user is very fussy about his icons and the problem has not come back.
rorya you really are a genius, Experts Exchange are not lying! How did you know that this update could be causing the problem? I Googled the problem and found nothing useful.
MrExcel1981 & others thanks also for your contribution.
I was having this issue as well and found out via the MS website:
http://support.microsoft.c
that it is often related to "Freeze Panes" being used. I Unfroze the panes did the same Vlookup and it worked fine. Just thought this might help other frustrated users.
Business Accounts
Answer for Membership
by: kanwal_no1Posted on 2009-11-25 at 01:24:35ID: 25905452
Got any code in the files ?