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

Well all that I did was to when the form activates to
read the value of a range eg.

textbox1.value = range("B123").value

But I follow your suggestions as well, don't really have
time today, but I'll keep you posted.
Thanks hey !
J

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

check the sequence of any other eventshandlers running

on the box?
no conflicts there?

Set breakpoints to see where the code exits (and if it

gets there in the
first place).
Preferably use e few debug.print lines : This proc works

with keyboard
buffer. Using mouse in VBE is okay but typing (editing)

will interfere
with that buffer.


keepITcool

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


"JdJ" wrote:

Userform.

Johann
-----Original Message-----
are u working with an embedded control or a textbox on

a
userform?

keepITcool

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


"JdJ" wrote:

Hi keepITcool

Tried it, but still no results.
Thanks anyway !!

JdJ
.


.