View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
JdJ JdJ is offline
external usenet poster
 
Posts: 4
Default decimals in textboxes

You're dead right
At least I've got the right stuff now
Thanks !!!!

J
-----Original Message-----
Actually I believe it should be

Multipage1.Value = 0

for the first page since the pages count is zero based.

from help on the Value property from the MS forms 2.0

help:

MultiPage
An integer indicating the currently active page.
Zero (0) indicates the first page. The maximum value is

one less than the
number of pages.



--
Regards,
Tom Ogilvy

JdJ wrote in message
...
Thanks - working !

Johann

-----Original Message-----

multipage1.value=1

keepITcool

< email : keepitcool chello nl (with @ and .)
< homepage: http://members.chello.nl/keepitcool


"Johann" wrote:

While you'r helping me, and I am grateful for your
effort, I have another problem ;

Activating a form that contains multipages, how can

I
get
the first page to always show?
It normally opens the page where you exited.

Thanks again Maistro !

.



.