Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can certainly work with the sheets/worbooks with code.
I know you have to unhide a worksheet to use it interactively. Yes, it would be difficult to manually interact with a worksheet if you couldn't see it. But the OP wanted to work with it from his Userform - so that should be no problem. -- Regards, Tom Ogilvy "JLGWhiz" wrote in message ... Will the form and/or any of the controls on the form be able to interact with the worksheets when they are not visible? I know you have to unhide a worksheet to use it interactively. "Tom Ogilvy" wrote: Something along the lines of Private Sub Workbook_Open() Application.Visible = False Userform1.Show Application.Visible = True End Sub The application has to open, so you can't totally hide it. It will flash. -- regards, Tom Ogilvy "Chris George" wrote in message ... Sheets([Insert Sheet name here]).Visible = False Hope this helps, maybe putting workbook in there might work as well. Cheers mate but unfortunatly it does not like the syntax, maybe I should reiterate what im trying to do I have written a vba within excel and when loading the *.xls I only want to see the form, nothing else not even the excel application if possible.. Thanks Chris |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Userform Question (Load/Unload/Show/Hide) | Excel Programming | |||
Conditional load of form when entering a certain worksheet | Excel Programming | |||
Conditional load of form when entering a certain worksheet | Excel Programming | |||
form wont show or load | Excel Programming | |||
Load 2nd form - second one not working after hide - help pls | Excel Programming |