ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Active Form (https://www.excelbanter.com/excel-programming/342215-active-form.html)

Pete

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

Jim Thomlinson[_4_]

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


Bob Phillips[_6_]

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





All times are GMT +1. The time now is 11:51 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com