ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   userforms (https://www.excelbanter.com/excel-programming/375397-userforms.html)

Zaahir

userforms
 
hi
can i open a userform located on a different workbook?
Regards

Jim Cone

userforms
 
If the other workbook is open, then you can display a userform from the
other workbook using "Application.Run..." to call the sub in the other
workbook that shows the form...

Sub ShowTheOtherForm()
Application.Run "OtherBook.xls!OtherRoutine"
End Sub


"Zaahir"
wrote in message
hi
can i open a userform located on a different workbook?
Regards


All times are GMT +1. The time now is 12:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com