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
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论