View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Madduck Madduck is offline
external usenet poster
 
Posts: 35
Default Form 2 Form data transfer

Sorry , I was unclear...

The problem isn't hiding the form... It is transfering the data from one
form to the other...

UserForm1!advisername.Value = advisername.Value
UserForm1!apptdate.Value = Appt_date.Value

This is the code that doesn't work.


"DM Unseen" wrote:

Use

Unload UserForm2

to get rid of it.

DM Unseen