ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Remove UserForm (https://www.excelbanter.com/excel-programming/306830-remove-userform.html)

lostthought

Remove UserForm
 
I have a program that has multiple userforms. I want to build a progra
that removes one and replaces it with another. I know how to import i
the new userform, but can't seem to remove the old one. Does anybod
know the proper coding for removing a userform

--
Message posted from http://www.ExcelForum.com


Bob Phillips[_6_]

Remove UserForm
 
Here is an example

Dim VBComp As Object
MsgBox "hello"
Set VBComp = ThisWorkbook.VBProject.vbcomponents("Module2")
ThisWorkbook.VBProject.vbcomponents.Remove VBComp


--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"lostthought " wrote in message
...
I have a program that has multiple userforms. I want to build a program
that removes one and replaces it with another. I know how to import in
the new userform, but can't seem to remove the old one. Does anybody
know the proper coding for removing a userform?


---
Message posted from http://www.ExcelForum.com/




lostthought[_2_]

Remove UserForm
 
Thanks for the Help......finally a site with people who are actuall
helpful

--
Message posted from http://www.ExcelForum.com


lostthought[_3_]

Remove UserForm
 
Thanks for the Help......finally a site with people who are actuall
helpful

--
Message posted from http://www.ExcelForum.com


Bob Phillips[_6_]

Remove UserForm
 
Glad to help

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"lostthought " wrote in message
...
Thanks for the Help......finally a site with people who are actually
helpful.


---
Message posted from http://www.ExcelForum.com/





All times are GMT +1. The time now is 02:27 AM.

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