Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
NYL NYL is offline
external usenet poster
 
Posts: 1
Default Launching form blocks cell selection

Dear Excel experts,

I created a user form that requires input from a cell. After launching
the form, I cannot modify the contents of the cell. In fact, I am
blocked from selecting any parts of Excel until I close the form. Is
there some way to work around this problem?

Thank you for helping.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 812
Default Launching form blocks cell selection

Set the form's ShowModal property to False.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Launching form blocks cell selection

NYL laid this down on his screen :
Dear Excel experts,

I created a user form that requires input from a cell. After launching
the form, I cannot modify the contents of the cell. In fact, I am
blocked from selecting any parts of Excel until I close the form. Is
there some way to work around this problem?

Thank you for helping.


UserForm1.Show vbModeless

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 587
Default Launching form blocks cell selection

hi,

UserForm1.Show 0 '(ShowModal)

or :
Set x = Application.InputBox(prompt:="Select range", Type:=8)
Application.Goto Sheets(2).Range(x.Address)

--
isabelle



Le 2012-04-03 22:33, NYL a écrit :
Dear Excel experts,

I created a user form that requires input from a cell. After launching
the form, I cannot modify the contents of the cell. In fact, I am
blocked from selecting any parts of Excel until I close the form. Is
there some way to work around this problem?

Thank you for helping.

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
Launching from a cell Jennifer[_5_] New Users to Excel 5 July 11th 11 09:55 PM
How do I fill a cell in a user form from a selection on same form? Terry Tipsy Excel Discussion (Misc queries) 4 June 11th 07 02:59 PM
Initiate a form on the selection of a particular cell of a workshe Stephane P Excel Programming 5 December 12th 05 06:10 PM
Data Entry Form : Cell selection P.Jaimal Excel Programming 0 November 26th 05 06:03 PM
Launching form Peter Osawa Excel Programming 0 September 3rd 04 02:27 PM


All times are GMT +1. The time now is 06:43 PM.

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"