ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   not able to see any sheets! (https://www.excelbanter.com/excel-programming/435570-not-able-see-any-sheets.html)

Sam

not able to see any sheets!
 
I am not able to see any sheets when I open my workbook that has my
userform.. The button to launch the userform is in sheet1 but i cannot see
any sheets.. But the code is there.. once I click Developer and then visual
basic, I am able to see the code and form and everytime, but not the sheets..
How can I make the sheet1 to come again? I have the button on that sheet that
launches the form!

Thanks in advance

Sam Wilson

not able to see any sheets!
 
In the VB editor, in properties, you can change the status of the sheet to
visible.

Do that then save it.

Sam


"sam" wrote:

I am not able to see any sheets when I open my workbook that has my
userform.. The button to launch the userform is in sheet1 but i cannot see
any sheets.. But the code is there.. once I click Developer and then visual
basic, I am able to see the code and form and everytime, but not the sheets..
How can I make the sheet1 to come again? I have the button on that sheet that
launches the form!

Thanks in advance


Rick Rothstein

not able to see any sheets!
 
It sounds like you may have the Window hidden. Try this... click
Window/Unhide from Excel's menu bar and see if that works.

--
Rick (MVP - Excel)


"sam" wrote in message
...
I am not able to see any sheets when I open my workbook that has my
userform.. The button to launch the userform is in sheet1 but i cannot see
any sheets.. But the code is there.. once I click Developer and then
visual
basic, I am able to see the code and form and everytime, but not the
sheets..
How can I make the sheet1 to come again? I have the button on that sheet
that
launches the form!

Thanks in advance



Sam

not able to see any sheets!
 
Hey Sam, That status is set to " -1 - xlSheetVisible" But when i reopened the
sheet I still couldnt see any sheets there

"Sam Wilson" wrote:

In the VB editor, in properties, you can change the status of the sheet to
visible.

Do that then save it.

Sam


"sam" wrote:

I am not able to see any sheets when I open my workbook that has my
userform.. The button to launch the userform is in sheet1 but i cannot see
any sheets.. But the code is there.. once I click Developer and then visual
basic, I am able to see the code and form and everytime, but not the sheets..
How can I make the sheet1 to come again? I have the button on that sheet that
launches the form!

Thanks in advance


Sam Wilson

not able to see any sheets!
 
Hi,

This is lifted from Patrick's response to your other post...

Try running this:

sub temp()

Windows(ThisWorkbook.Name).Visible = True

end sub

from a module in your invisible workbook.

Sam

"sam" wrote:

Hey Sam, That status is set to " -1 - xlSheetVisible" But when i reopened the
sheet I still couldnt see any sheets there

"Sam Wilson" wrote:

In the VB editor, in properties, you can change the status of the sheet to
visible.

Do that then save it.

Sam


"sam" wrote:

I am not able to see any sheets when I open my workbook that has my
userform.. The button to launch the userform is in sheet1 but i cannot see
any sheets.. But the code is there.. once I click Developer and then visual
basic, I am able to see the code and form and everytime, but not the sheets..
How can I make the sheet1 to come again? I have the button on that sheet that
launches the form!

Thanks in advance



All times are GMT +1. The time now is 09:32 AM.

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