View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Shon Yim Shon Yim is offline
external usenet poster
 
Posts: 1
Default VBA: Userform Access

I created a Userform in my workbook, let's call it MyForm.

Whenever I try to access it, I get an "Type Mismatch"
error. For example, If I try to do something as simple
as:

Userforms("MyForm").Show

or

Userforms("MyForm").ComboBox1.Value = "whatever"

Please help.