Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 92
Default Strange problem

We have been rolling out new Windows 7 workstations (all new computers) at
work over the last few months and a strange problem has developed. Prior to
Windows 7 we were using Windows XP with Office 2007.

The problem is, we have a workbook which uses a UserForm for filling in all
required information. Prior to rolling out the new Windows 7 workstations,
the workbook and UserForm were working flawlessly (for over a year) and they
still work flawlessly on the first 3 Windows 7 workstations but on the last
2 workstations we rolled out if you open the UserForm and leave it open for
a few minutes (while you gather some needed information) when you come back
and complete the UserForm and click Finish, it crashes Excel. Also when you
open the workbook you get an error msg saying that corrupt data was detected
but if you trust the source click yes. If you complete the UserForm without
delay Excel does not crash.

Has anyone else out there had an issue like this. IT suspects my code, to
which I respond "well it works fine on the first 3 workstations you rolled
out".

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Strange problem


This smells like a malware problem. Make sure your MIS department has
loaded all the windows 7 updates before allowing user to use there
computers. I did a search for the error message you posted on the web
and found a few hits. Here is one of them

'Second Windows 7 beta UAC security flaw: malware can silently
self-elevate with default UAC policy – istartedsomething'
(http://tinyurl.com/awf97r)

The userform in excel runs a DLL in your windows\system32 folder and
RUNDLL32 is often called by these DLLs. I haven't used Windows 7 but
have seen articles on the web that said windows 7 eliminated a lot of
the legacy system32 applications. Not sure of the details what has been
eliminated and what hasn't been eliminated. The system32 executables go
back to the days of DOS and windows 95 and run less efficiently that new
exectables. Microsoft has problems with Vista running slow and looked
for ways of speeding up Windows 7 to avoid having simialr problems that
occured with Vista.

I found other hits on google with similar problems to yours that said
in 2007 the calendar objects in excel had problems and recommended
converting all excel files to xlsx files.


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=194554

http://www.thecodecage.com/forumz

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange serious problem Norman Jones Excel Programming 0 December 7th 06 01:39 PM
Strange Problem Perry Excel Discussion (Misc queries) 7 April 12th 06 09:52 PM
Strange Problem... Sujesh Excel Discussion (Misc queries) 6 December 30th 05 02:56 PM
VBA & API - Strange problem using Philip Excel Programming 0 May 11th 05 09:30 AM
Strange problem Stuart[_8_] Excel Programming 1 October 3rd 03 12:14 AM


All times are GMT +1. The time now is 08:54 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"