View Single Post
  #13   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Private Textbox Exit Sub question...

I thought that mytimeform was a control on that userform. Try using any control
on that userform.


wrote:

Dave,

It seems to work great except it errors out when I use .SetFocus. If
I try and click on "Cancel" in the Save As" window, the macro stops,
it says "Method or data member not found", and then highlights:

MyTIMEForm.SetFocus

in the VB code.


--

Dave Peterson