ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to link a form to a sheet in excel (https://www.excelbanter.com/excel-programming/364332-how-link-form-sheet-excel.html)

vikas k , India

How to link a form to a sheet in excel
 
I have made a form in excel which gets data from another sheet containing
interlinked formulas involving repetitions.
I want only the form to be displayed on the screen with the formulas
described above to keep runnning in background and displaying final results
back onto the form fields.
However, in my case the excel sheet with formulas gets displayed.How do i
ensure that only the form is displayed.???

Norman Jones

How to link a form to a sheet in excel
 
Hi K,

Your form is a userform?

Try:

'=============
Public Sub Tester()
Application.Visible = False
UserForm1.Show
Application.Visible = True
End Sub
'<<============



---
Regards,
Norman


"vikas k , India" <vikas k , wrote in
message ...
I have made a form in excel which gets data from another sheet containing
interlinked formulas involving repetitions.
I want only the form to be displayed on the screen with the formulas
described above to keep runnning in background and displaying final
results
back onto the form fields.
However, in my case the excel sheet with formulas gets displayed.How do i
ensure that only the form is displayed.???





All times are GMT +1. The time now is 12:13 AM.

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