VbModeless help

TomBagley

New Member
Joined
Aug 29, 2012
Messages
6
Hi guys,

I currently have a userform that takes data, posts onto a spreadsheet and is used to create reports.

To run the form as an application on colleagues' desktops I am currently hiding Excel while the macro runs using
Code:
ThisWorkbook.Application.Visible = False
.


It has become apparent that the use of other spreadsheets in conjunction with the macro is a must and I recently made the form modeless.


This worked fine except when another workbook is opened, the sheet behind the userform becomes visible and does not re-minimize.

I am unsure whether this is down to the order my code has been placed or whether anything addtional needs to be added to keep the sheet hidden.


All your help is greatly appreciated as always. :biggrin:
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,214,932
Messages
6,122,323
Members
449,077
Latest member
jmsotelo

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top