Apply VBA function to multiple excel files

  • Thread starter Thread starter mate
  • Start date Start date
M

mate

I have a function that transfers the values in certain
cells to a new worksheet. I recieve around 10 of these
identical layout, but separate files each day. Is there a
way to apply the function to all the excel files instead
of having to write the code for each separate file? any
help would be great. thanks, mate.
 
You could add a toolbar button to your

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
You could add a toolbar button to a macro in your Personal.xls and then
just open the ss and click the button.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 

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