Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 459
Default HELP!! Macro suddenly not working

If something only works when you step through the code line by line,
it is usually a timimg issue. You are likely to be allowing other
processes to complete before your next line executes. The same thing
can be achieved in code with the DoEvents keyword, which should appear
regularly in your code anyhow. If you need a longer pause in
execution, look at the Sleep Windows API.

--

(A. Wong) wrote in message . com...
Need some help with this one.

I created an Excel application that is currently working on the
company's computers. Many users are able to do what they need to do.
Today I find out that one of the users are having problems opening the
form.

Basically, whenever he opens the workbook (either from e-mail or
desktop), it directly takes him into the Visual Basic Editor. The
strange part is that when I step through the whole project, it works
fine. However, when I open the workbook, the form that gets displayed
does not work correctly... I am unable to tab to other textboxes and
unable to send the information to a database... none of the buttons
work.

I checked the references and none are missing.
I tried another similar Excel application and it does the same thing
(opening straight into the Visual Basic Editor.

Using Excel 2K on Windows XP platform communicating with an Access 97
database.

Any help is greatly appreciated.

Please let me know if there is more information that needs to be
provided.

Thanks in advance.

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
Histogram function suddenly stopped working Allisonnl09 Excel Discussion (Misc queries) 2 December 17th 08 04:17 AM
My formulas in excel are suddenly not working. Help! mathteacher Excel Worksheet Functions 5 April 26th 08 08:08 AM
My Excel freezes suddenly while working marwin Excel Discussion (Misc queries) 1 April 12th 06 03:10 PM
Sumproduct suddenly not working Andy Excel Discussion (Misc queries) 7 July 11th 05 10:56 PM
HELP!! Macro suddenly not working rodt[_2_] Excel Programming 0 February 7th 04 06:28 AM


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

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

About Us

"It's about Microsoft Excel"