View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jean-Pierre Jean-Pierre is offline
external usenet poster
 
Posts: 4
Default problem calculate

Hi,

I have a problem with calculating.

i have:
- worksheet1 with
- vba code calculating certain cells in a selection_change section sub.
- userform 1 in which the user can input date that is then transferred tot
sheet1

The problem is that, in sheet1,all fields are calculated when i go from 1
textbox to another on the userform excpt the cells that are calculated in
the selection_change sub of sheet1 because there is no selection_change in
sheet one.

How can I have the code in the sub selection_change executed when i move
from one textbox to another on the userform ?

Thanks !!!!
Jean-Pierre