link a page in a multipage userform to a worksheet defiant Jul 19th 2017 Re: link a page in a multipage userform to a worksheetYou could have a button that opens the said workbook using something like this Code Sup Open_Exist() Workbooks.Open "C:\WorkbookName.xls" end sub or Code Workbooks.Open Filename:="C:\WorkbookName.xls"