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

I am writing a macro in Excel 2000 to manipulate large
amounts of data. I set at a UserForm to gather required
information on the data to be sorted. Unfortunately, not
all of the information is viewable when the UserForm
shows. Does anybody know how to allow navigation of a
worksheet while a UserForm is showing?

How about when a message box is displayed?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default UserForm help

http://www.bmsltd.co.uk/Excel/Default.htm

Check out FormFun.Zip, read it, study it, you'll see. It's not for the
feignt of heart though. =D

-khai

"Michael" wrote in message
...
I am writing a macro in Excel 2000 to manipulate large
amounts of data. I set at a UserForm to gather required
information on the data to be sorted. Unfortunately, not
all of the information is viewable when the UserForm
shows. Does anybody know how to allow navigation of a
worksheet while a UserForm is showing?

How about when a message box is displayed?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default UserForm help

Thanks! I'll check it out.



*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 47
Default UserForm help

Hi

1) Userform1.Show vbModeless

2) Can't be done with MsgBox'es, they are always modal and very annoying.

--
HTH. Best wishes Harald
Excel MVP
Followup to newsgroup only please

"Michael" skrev i melding
...
I am writing a macro in Excel 2000 to manipulate large
amounts of data. I set at a UserForm to gather required
information on the data to be sorted. Unfortunately, not
all of the information is viewable when the UserForm
shows. Does anybody know how to allow navigation of a
worksheet while a UserForm is showing?

How about when a message box is displayed?



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default UserForm help


I tried UserForm1.Show vbModeless. When I ran the code it seemed to skip
over the UserForm, or rather it didn't wait to receive the necessarry
information from the form. It then gave me an error message seemingly
because it was looking for a variable value that hadn't been entered
yet. Maybe I did something wrong; I'll try it again.

Thanks for the advice!


*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


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
UserForm bgkgmg Excel Worksheet Functions 1 February 26th 09 04:25 PM
Userform Jeff Excel Discussion (Misc queries) 1 April 25th 06 07:30 PM
Userform Greg B Excel Discussion (Misc queries) 2 June 12th 05 03:55 PM
userform Antonov Excel Programming 6 August 26th 03 03:41 AM
UserForm Gabriel[_2_] Excel Programming 0 July 28th 03 04:40 PM


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