Page 11 of 11 FirstFirst ... 91011
Results 101 to 102 of 102

Thread: VBA Copy Rows From One Workbook To text csv File Based On Count In Different Workbook. Cross Posted Chaos

  1. #101
    Fuhrer, Vierte Reich DocAElstein's Avatar
    Join Date
    Aug 2014
    Posts
    9,313
    Rep Power
    10
    Quote Originally Posted by fixer View Post
    ....From Now there will be no.csv files in my Question
    This is your choice. But it may not be a good decision…

    There are sometimes problems with Excel VBA and Excel Files. There are sometimes not problems with Excel VBA and Excel Files
    There are sometimes problems with .csv Files. There are sometimes not problems with .csv Files
    No difference. Sometime problems. Sometimes no problems with either. Maybe sometimes different problems.

    Excel is good for if you want lots of formats ( like colours ) in worksheets.
    Text files are sometimes better for just values.

    For Excel Files
    .xlsm and .xlsx are sometimes slow and inefficient for lots of values
    .xls is sometime a little better

    For Text files
    .csv and .txt are very similar. Sometimes they are almost the same. Sometimes they are exactly the same.
    For lots of just values, ( for no formats like no color ) , text files are better than any Excel files

    If you have a system that handles lots of values only, with no cell or spreadsheet formats, then usually they will use text files


    Excel VBA is good for controlling Excel Files
    Excel VBA is good for controlling Text files

    It is just sometimes bad to try to Open a text file into Excel.
    To open an Excel file with Excel VBA is no problems usually.
    To import data from a text file into Excel is also usually no problem.


    This is mostly a problem…
    To try
    Workbooks.Open ____________.csv
    or
    Workbooks.Open ____________.txt
    These two things are often big problem
    Last edited by DocAElstein; 06-11-2020 at 01:15 PM.
    ….If you are my competitor, I will try all I can to beat you. But if I do, I will not belittle you. I will Salute you, because without you, I am nothing.
    If you are my enemy, we will try to kick the fucking shit out of you…..
    Winston Churchill, 1939
    Save your Forum..._
    _...KILL A MODERATOR!!

  2. #102
    Senior Member
    Join Date
    Jul 2019
    Posts
    382
    Rep Power
    0
    No problem
    Now there will not be any problem
    Bcoz No .CSV files is used
    I have many codes that are doing great Job
    But only the macro of .CSV file caused issue but from now I will not used .CSV instead of .CSV I will upload .text file in my system & it will become Perfect

Similar Threads

  1. Replies: 4
    Last Post: 04-10-2014, 10:58 PM
  2. Replies: 2
    Last Post: 09-18-2013, 12:30 AM
  3. TO convert Excel entire workbook in csv format
    By pritee in forum Excel Help
    Replies: 11
    Last Post: 08-16-2013, 11:28 AM
  4. Replies: 4
    Last Post: 06-20-2013, 04:25 PM
  5. Replies: 9
    Last Post: 09-09-2011, 02:30 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •