joestott1
joestott1
@joestott1
Admin
Big Dog
Joined: Nov 28, 2022
Last seen: Aug 27, 2025
Topics: 2 / Replies: 2
Reply
Answer to: How to use Excel while VBA userform is open?

Userforms can be open in two states: vbModal vbModeless vbModal takes full control over Excel and won't allow input any worksheet window until...

3 years ago
Forum
Topic
3 years ago
Forum
Replies: 0
Views: 52
Reply
RE: First Post

see if this works: Sub testsub() dim xlTest as New Test set xlTest = New Test xlTest.Create End Sub

3 years ago
Forum
Topic
3 years ago
Forum
Replies: 1
Views: 53