View Single Post
 
Old 09-09-2018, 03:24 PM
jrooney7 jrooney7 is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Sep 2018
Posts: 23
jrooney7 is on a distinguished road
Default

I should also have mentioned, I call the userform with a macro button in the Quick Access Toolbar. That macro is simply:

Code:
Sub Table_Test()
'
' Table_Test Macro
'
'
    UserForm1.Show
    
       
End Sub
Reply With Quote