View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Adel Pascaris Adel Pascaris is offline
external usenet poster
 
Posts: 4
Default Automated Process that Updates all Spreadsheets in a Folder

Hi all,



I was wondering if there is a way to automate a process that automatically
runs a VB module which updates all spreadsheets in a folder. I have created
VB code that copies columns on a current worksheet (sheet 1) and transposes
them onto a new worksheet (sheet 2). I would like to do this for all the
spreadsheets in the folder, and I was wondering if there's a way to automate
the process. Meaning: Is there a way I could create a VB module that will
copy columns from all worksheets (sheet 1) of all spreadsheets (in the
folder) and transpose them onto the new worksheet (sheet 2) of all
spreadsheets?



Thanks in advance,



Adel