#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default User Form

Hi, I've created a form in VB to add and sort information in Excel. Right now
it doesn't allow any interaction with Excel while using the form. I want to
be able to have the form stay open and be able to work in Excel, does anyone
know how I would do that? Now, if I want to do anything in Excel I have to
close the form first.

Thanks,
John
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default User Form

Hi,

In the userform properties box set ShowModal to false

Mike

"johnrb7865" wrote:

Hi, I've created a form in VB to add and sort information in Excel. Right now
it doesn't allow any interaction with Excel while using the form. I want to
be able to have the form stay open and be able to work in Excel, does anyone
know how I would do that? Now, if I want to do anything in Excel I have to
close the form first.

Thanks,
John

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 245
Default User Form


Private Sub Workbook_Open()
UserForm1.Show vbModeless


End Sub

"johnrb7865" wrote:

Hi, I've created a form in VB to add and sort information in Excel. Right now
it doesn't allow any interaction with Excel while using the form. I want to
be able to have the form stay open and be able to work in Excel, does anyone
know how I would do that? Now, if I want to do anything in Excel I have to
close the form first.

Thanks,
John

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 20
Default User Form

Worked perfect.

Thanks,
John

"Mike H" wrote:

Hi,

In the userform properties box set ShowModal to false

Mike

"johnrb7865" wrote:

Hi, I've created a form in VB to add and sort information in Excel. Right now
it doesn't allow any interaction with Excel while using the form. I want to
be able to have the form stay open and be able to work in Excel, does anyone
know how I would do that? Now, if I want to do anything in Excel I have to
close the form first.

Thanks,
John

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
Date field in user form & Loading a user form on opening workbook Balan Excel Programming 1 May 24th 08 03:40 PM
Call user form from ThisWorkbook; close file if form closed XP Excel Programming 2 July 20th 07 07:04 PM
Automatically add a textbox to a user form based on user requireme Brite Excel Programming 4 April 7th 07 11:37 PM
User form ComboBox Items: Remember user entries? [email protected] Excel Programming 0 March 29th 07 06:41 PM
How to: User Form to assign a user defined range to a macro variab TrevTrav Excel Programming 1 March 22nd 05 07:57 PM


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

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"