View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Phuelgod Phuelgod is offline
external usenet poster
 
Posts: 8
Default Copy selected columns from .xls to a .txt file question

Couple questions:

- Does the .txt file already exist, or are you wanting to create a new .txt
file with just the table in it?

- Do you want two 1x100 tables or one 2x100 table?

--
Frank

"Do or do not; There is no try"
-Yoda


"gedinfo" wrote:

I would like to be able to copy two columns from a .xls file, columns 2
(B) and 9(I) into a .txt file for approximately 100 rows, using VBA.
What is the best way to do this?

Thank you
.