PDA

View Full Version : userform problem



tommy1234
02-15-2009, 12:17 PM
Hello
My code open a userform when excel starts. after that it open a new workbook.
i would like to be able to move between the 2 workbook (one contain the userform which is still open and the second one is the new workbook)

thanks

Bob Phillips
02-15-2009, 12:19 PM
You need a lot more detail. What does it mean ... mov e between?

MaximS
02-16-2009, 02:09 AM
i think the problem lies in the way your userform is shown.

try something like that:


UserForm.Show (vbModeless)