Working with forms

S

Sunil Pradhan

I have created an Utility application in VBA/Excel. Application starts with
Form which is opened excusively in current Excel Session. This requires me
to start separate excel session for other works. Is there any way that I can
use Forms which does not open excel excusively?
 
A

Abdul

I think you can still open another session of excel
or Do you want to use form show.vbmodeless?
 
Top