Hi
I am asking for your help for a VBA code which create new sheets from a template sheet.
I have already found and modified which works well :
<code class="hljs vbscript">Sub CreeOnglets()
Application.ScreenUpdating = False
supOnglets
Set bd = Sheets("bd")...