Through code : Making a global change to 100 templates

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a few hundred templates. each template has some forms and oee of the
forms pops up on worksheet open.

Now the challenge is that i have a global change to make to all the
templates : making the sheet tabs available (which are originally hidden).

I want to do it through code rather than going to each of the template and
doing it manually...

Any ideas....thoughts would be highly appreciated.
 
How about using SendKeys to cancel the form ?
(presumably this is all you wanted).
or
code to unload the form
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top