#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35
Default userforms

hi
can i open a userform located on a different workbook?
Regards
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,290
Default 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
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with UserForms mb Excel Programming 3 October 28th 05 06:02 AM
Userforms Ernst Guckel[_4_] Excel Programming 3 March 24th 05 12:13 AM
userforms [email protected] Excel Programming 1 February 28th 05 05:29 PM
Userforms desperate Excel Programming 1 October 19th 04 08:08 PM
Userforms nath Excel Programming 1 May 20th 04 04:53 PM


All times are GMT +1. The time now is 09:03 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"