开发者

Having trouble with hiding a template sheet

I've been trying to set up the Workboo开发者_StackOverflowk_Open() sub so that it hides my template sheet when I open the workbook, but it always hides the template and any subsequent sheet that I create with my macros that use the template. I'm not really sure why it's hiding everything, but I would like to know how to hide


My guess, your sheet create macro is making a copy of the template. Unhide the copy:

Set sh = ThisWorkbook.Sheets("Template").Copy
sh.Visible = xlSheetVisible
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜