Hello all.
Need you help on this one. I've got an Excel / VBA app which permits the user to select and create one or more outputs (hardcopy, PDF, excel, .csv, .txt).
After selecting multiple sheets, I use:
(1) the printout method fine for the hardcopy and PDF.
(2) the copy method for excel
(a) with a saveas filetype for .csv, .txt, and .htm
HOWEVER, on the .csv and .txt types, I only get the ACTIVE worksheet (vs. all selected). I can't activate multiple sheets at once (OR CAN I?)
Any suggestions on how to get all selected sheets into the csv and txt files?
Thanks in advance!!
Rob B.???
Need you help on this one. I've got an Excel / VBA app which permits the user to select and create one or more outputs (hardcopy, PDF, excel, .csv, .txt).
After selecting multiple sheets, I use:
(1) the printout method fine for the hardcopy and PDF.
(2) the copy method for excel
(a) with a saveas filetype for .csv, .txt, and .htm
HOWEVER, on the .csv and .txt types, I only get the ACTIVE worksheet (vs. all selected). I can't activate multiple sheets at once (OR CAN I?)
Any suggestions on how to get all selected sheets into the csv and txt files?
Thanks in advance!!
Rob B.???