joestott1
joestott1
@joestott1
Admin
Member
Joined: Nov 28, 2022
Last seen: May 30, 2024
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...

2 years ago
Forum
Topic
2 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

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