LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Forms always on top

Thank you!

After checking the form's properties, I set ShowModal to false. I think
that's the same to your solution.

Have a nice day!
--
-Corey


"Tom Ogilvy" wrote:

Private Sub Workbook_Open()
frmReportTool.Show vbModeless
End Sub

supported in xl2000 and later

--
Regards,
Tom Ogilvy


"Corey" wrote:

Hi Folks,

I designed a Userform (frmReportTool) for users to select the predefined
operations in a Excel file.

The issue is that, once the form is loaded and show, it is always on top and
causes users are unable to select any worksheets, cells; unless it is closes.

The code I used is:

Private Sub Workbook_Open()
frmReportTool.Show
End Sub

I would like to make the form visible which users are able to select
worksheets, cells meanwhile. Thank you in advance!
--
-Corey

 
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
Forms Legallisa New Users to Excel 6 September 20th 07 11:28 PM
Excel forms - authorise / deny forms Ian Manning Excel Programming 1 May 8th 06 05:03 PM
RefEdits and normal forms / forms in a DLL David Welch Excel Programming 0 December 1st 04 03:49 PM
Forms that open from forms Azza Excel Programming 1 October 12th 04 10:54 PM
Calling Forms from Forms - Exit problems Stuart[_5_] Excel Programming 3 May 25th 04 06:50 AM


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