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 Active


I have generated a UserForm which I can call up from within my Exce
spreadsheet OK.
How can I click on the cells in my spreadsheet while the UserForm i
showing?
Its as if the UserForm has now become the active window which you ca
click on OK but have to hide it to resume working within th
spreadsheet.
I need to be able to click on the commandbuttons in the UserForm an
select cells in my spreadsheet with the UserForm showing

--
grahamma
-----------------------------------------------------------------------
grahammal's Profile: http://www.excelforum.com/member.php...fo&userid=2033
View this thread: http://www.excelforum.com/showthread.php?threadid=50808

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,339
Default UserForm Active

userform1.show vbmodeless

"grahammal" wrote:


I have generated a UserForm which I can call up from within my Excel
spreadsheet OK.
How can I click on the cells in my spreadsheet while the UserForm is
showing?
Its as if the UserForm has now become the active window which you can
click on OK but have to hide it to resume working within the
spreadsheet.
I need to be able to click on the commandbuttons in the UserForm and
select cells in my spreadsheet with the UserForm showing.


--
grahammal
------------------------------------------------------------------------
grahammal's Profile: http://www.excelforum.com/member.php...o&userid=20336
View this thread: http://www.excelforum.com/showthread...hreadid=508080


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


I am trying UserForm4.Show vbModeless but it keeps coming up with
Compile Error. "Wrong number of arguments or invalid propert
assignment".

Sub StockPlan_Button68_Click()
UserForm4.Show vbModeless
End Sub

Any idea

--
grahamma
-----------------------------------------------------------------------
grahammal's Profile: http://www.excelforum.com/member.php...fo&userid=2033
View this thread: http://www.excelforum.com/showthread.php?threadid=50808

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default UserForm Active

If you are using xl97, it doesn't have a vbModeless property. Otherwise it
should work.

--
Regards,
Tom Ogilvy


"grahammal" wrote
in message ...

I am trying UserForm4.Show vbModeless but it keeps coming up with a
Compile Error. "Wrong number of arguments or invalid property
assignment".

Sub StockPlan_Button68_Click()
UserForm4.Show vbModeless
End Sub

Any ideas


--
grahammal
------------------------------------------------------------------------
grahammal's Profile:

http://www.excelforum.com/member.php...o&userid=20336
View this thread: http://www.excelforum.com/showthread...hreadid=508080



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


Thanx mate, am using Excel97

--
grahamma
-----------------------------------------------------------------------
grahammal's Profile: http://www.excelforum.com/member.php...fo&userid=2033
View this thread: http://www.excelforum.com/showthread.php?threadid=50808

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 Listbox using an active sheet [email protected] Excel Discussion (Misc queries) 0 March 1st 06 08:22 PM
userform - active sheet gillesdhooghe Excel Programming 3 January 20th 06 12:24 PM
Excel VBA: Move Userform Based on Active Cell? Dale Maggee Excel Programming 2 June 21st 05 07:02 AM
Viewing a worksheet while a UserForm is active Alan Glaister[_2_] Excel Programming 2 March 8th 05 06:57 PM
Accessing a non-active sheet from a userform Ken Loomis Excel Programming 2 October 5th 04 06:45 AM


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