Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default PC runs slow whenever workbook with UserForm is open

My pc seems to run very slow whenever I open the workbook that has the
UserForm that I'm creating (first time I've ever used UserForm). Any ideas
on why and how to fix the problem?

Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
Lee Lee is offline
external usenet poster
 
Posts: 8
Default PC runs slow whenever workbook with UserForm is open

On Feb 2, 5:21 pm, dread wrote:
My pc seems to run very slow whenever I open the workbook that has the
UserForm that I'm creating (first time I've ever used UserForm). Any ideas
on why and how to fix the problem?

Thanks in advance.


Without more detail, it is hard to say for sure, but make sure you are
turning off calculation when you open your userform and turn it back
off when you unload the form.

Application.Calculation = xlCalculationManual

'Your Code Here

Application.Calculation = xlCalculationAutomatic

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default PC runs slow whenever workbook with UserForm is open

I have used userform many many times. I never noticed a slowdown.

Try cleaning out your temp directory and any subdirectories of the temp
directory while Excel is closed.

--
Regards,
Tom Ogilvy


"dread" wrote in message
...
My pc seems to run very slow whenever I open the workbook that has the
UserForm that I'm creating (first time I've ever used UserForm). Any
ideas
on why and how to fix the problem?

Thanks in advance.



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 116
Default PC runs slow whenever workbook with UserForm is open

I read another post similar to this. The guy ended up finding a pile of
hidden forms under what he thought was 1 form. I think it was around 60 or
so. Just a thought.

Alan



"dread" wrote in message
...
My pc seems to run very slow whenever I open the workbook that has the
UserForm that I'm creating (first time I've ever used UserForm). Any
ideas
on why and how to fix the problem?

Thanks in advance.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default PC runs slow whenever workbook with UserForm is open

That sounds more like shapes on a worksheet.

--
Regards,
Tom Ogilvy

"Alan" wrote in message
...
I read another post similar to this. The guy ended up finding a pile of
hidden forms under what he thought was 1 form. I think it was around 60 or
so. Just a thought.

Alan



"dread" wrote in message
...
My pc seems to run very slow whenever I open the workbook that has the
UserForm that I'm creating (first time I've ever used UserForm). Any
ideas
on why and how to fix the problem?

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
Excel runs slow coco w. Excel Worksheet Functions 1 February 19th 10 06:50 AM
VBA loop slow if another workbook open George[_8_] Excel Discussion (Misc queries) 3 September 29th 08 01:30 PM
Runs fast then slow rpw Excel Programming 17 February 28th 07 10:32 PM
Excel Workbook slow to open Sandy M Excel Discussion (Misc queries) 2 January 9th 06 09:11 PM
Keping a UserForm open as VBA runs Chris Gorham[_3_] Excel Programming 3 December 26th 03 09:02 PM


All times are GMT +1. The time now is 04:36 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"