VBA possible bug ?
VBA possible bug ?
Imported an xls with a simple popup user form.
There is an error im getting for the following module:
Sub OpenEnterTimeForm()
enterTime.Show
End Sub
ERROR
Encountered error at line 3 : Unknown function or field: show
Any suggestions or is this a limitation of sheets vba right now ?
How else do i present a user form ?