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

Hi,

I am just starting to design a form and can upload it using the
"formname.show".

This works fine but I would like the user to be able to move around the
spreadsheet at the same time entering values into the form (e.g. they can
switch between the two). Please can someone explain the kind of code I need ?

Many Thanks in advance
Pete
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default Active Form

A user form has a modal property that is set as an argument of the show
method... So all you need is

formname.show False

The default value is true if it is not specified...
--
HTH...

Jim Thomlinson


"Pete" wrote:

Hi,

I am just starting to design a form and can upload it using the
"formname.show".

This works fine but I would like the user to be able to move around the
spreadsheet at the same time entering values into the form (e.g. they can
switch between the two). Please can someone explain the kind of code I need ?

Many Thanks in advance
Pete

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,272
Default Active Form

formname.show 0

--
HTH

Bob Phillips

"Pete" wrote in message
...
Hi,

I am just starting to design a form and can upload it using the
"formname.show".

This works fine but I would like the user to be able to move around the
spreadsheet at the same time entering values into the form (e.g. they can
switch between the two). Please can someone explain the kind of code I

need ?

Many Thanks in advance
Pete



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
Active X Controls Tabbing from Form Field 2 Form Field Tfrup12 Excel Discussion (Misc queries) 0 February 19th 08 08:15 PM
Form Button not active YanYan Excel Discussion (Misc queries) 0 August 17th 06 03:17 AM
Active Form during Execution BillCPA Excel Discussion (Misc queries) 0 August 11th 06 03:15 PM
Active user form gregork Excel Programming 2 March 5th 04 06:46 AM
Can I set a page of a Multipage form to active? John T Ingato Excel Programming 2 October 11th 03 12:15 AM


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