Ok I am trying to macro a process that takes all files from a folder and lists them in column A of an Excel sheet. From there I will make a second process to open them in sequence and run other processes with them, but I got that part in the bag. I'm just having trouble on where to begin. I know I have to
then I draw a blank. It's probably so easy it's hard. If anyone has any input I'd greatly appreciate it.VB Code:
ChDir ("\\myserver\blah\blahblah\mydir\")
~QueenB




Ok I am trying to macro a process that takes all files from a folder and lists them in column A of an Excel sheet. From there I will make a second process to open them in sequence and run other processes with them, but I got that part in the bag. I'm just having trouble on where to begin. I know I have to
Reply With Quote