Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8484297
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:20:35+00:00 2026-06-10T20:20:35+00:00

I have a large CSV file and I want to programmatically open it in

  • 0

I have a large CSV file and I want to programmatically open it in excel with a particular line highlighted (I know the line number). What is the easiest way to this?

I think my options are:

  1. Auto convert the csv file to an xlsx file. How can I do this from a script?
  2. Give Excel some arguments when it opens up. No idea what command line arguments Microsoft products take.
  3. Somehow interact with Excel after it opens up the CSV file and tell it to highlight a particular. Again not sure how.

I prefer Java/Python/Shell or anything that would work across Mac/Windows assuming the system has Excel installed. So, my best bet is probably #1 which brings me back to the question how can I convert a CSV file to a xlsx file.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T20:20:36+00:00Added an answer on June 10, 2026 at 8:20 pm

    this works simple save it in an empty workbook.

    Private Sub Workbook_Open()
        Workbooks.Open ("test.csv")
        Range("8:8").Select
    End Sub
    

    also if you save that in your normal.dot (the default template document when opening excel) it will run on any document it opens. so what you could do is:

    save this to your normal.dot

    Private Sub Workbook_Open()
        Range("8:8").Select
    End Sub
    

    then change the default application for opening .csv files to excel. then whenever you double-click on .csv file it will be opened with excel and excel will run the Workbook_Open() sub and viola!

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a large CSV file and I want to execute a stored procedure
I have a large number of csv files that I want to read into
I have a csv file that contains a large number of values in 4
I have a large CSV file, approx 10 MB in size, which contains all
I have some large csv file, with about 200 header names (the first one
I have a large CSV data file -- ~1,444,000 rows of data -- that
I have a large 2 column csv file (data.csv) with a weeks worth of
I have a large CSV file (7.3GB; 16,300,000 lines), how can I split this
I have a large CSV file (5.4GB) of data. It's a table with 6
I have a large CSV file with the following records: 60,1572236,3,58394247,\N,\N,\N,1925720,\N,2011-11-25 12:55:53,2011-11-25 12:55:53 61,2875109,4,58394209,1234,\N,4025175,\N,\N,2011-11-25

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.