PC Review


Reply
Thread Tools Rate Thread

csv, how to set excel to auto load

 
 
Gina_Marano
Guest
Posts: n/a
 
      16th Nov 2009
I want to double click on a .csv file and have it automatically load
in to excel 2007.

Currently it opens it and puts all the data in column A. If I close it
and use data import all is fine.

Ridiculous for people to send me .csv files. I have to save first them
data import. Another way? Add-in?

~Gina_M~
 
Reply With Quote
 
 
 
 
Bob I
Guest
Posts: n/a
 
      16th Nov 2009
have them send you REAL .csv files. CSV stands for "Comma Separated Values".

Gina_Marano wrote:

> I want to double click on a .csv file and have it automatically load
> in to excel 2007.
>
> Currently it opens it and puts all the data in column A. If I close it
> and use data import all is fine.
>
> Ridiculous for people to send me .csv files. I have to save first them
> data import. Another way? Add-in?
>
> ~Gina_M~


 
Reply With Quote
 
Fred Smith
Guest
Posts: n/a
 
      16th Nov 2009
The problem is they are calling it a CSV file, but it's not. CSV files have
values separated by commas. Yours does not.

Regards,
Fred.

"Gina_Marano" <(E-Mail Removed)> wrote in message
news:6fdba051-7198-4ac1-915b-(E-Mail Removed)...
>I want to double click on a .csv file and have it automatically load
> in to excel 2007.
>
> Currently it opens it and puts all the data in column A. If I close it
> and use data import all is fine.
>
> Ridiculous for people to send me .csv files. I have to save first them
> data import. Another way? Add-in?
>
> ~Gina_M~


 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      17th Nov 2009
I'm gonna guess that the sender uses a different list separator on his/her pc
than you use on your pc.

You haven't shared what the sender used as a delimiter, but you could ask
him/her to change this windows setting (control panel|regional settings applet)
to what you use.

Or you could open the .csv in a text editor to see what was used--and then
change that windows setting, then open the file.

I'd do this only temporarily--since it's a windows setting, it'll affect other
things, too.

Personally, I wouldn't bother. I'd either import the text into that single
column and then select the column and do data|text to columns (delimited by that
character).

Or rename the .csv file to .txt and then use File|open (or its xl2007
equivalent) to open this file and step through the text to columns wizard.



Gina_Marano wrote:
>
> I want to double click on a .csv file and have it automatically load
> in to excel 2007.
>
> Currently it opens it and puts all the data in column A. If I close it
> and use data import all is fine.
>
> Ridiculous for people to send me .csv files. I have to save first them
> data import. Another way? Add-in?
>
> ~Gina_M~


--

Dave Peterson
 
Reply With Quote
 
CSV double-click for import
Guest
Posts: n/a
 
      17th Nov 2009
I am having the same issue. The csv file IS a true comma-separated file: it
works fine if I use the import wizard from File/open. But if I double-click
the csv file from explorer, it does not parse it out, it just puts it all in
column 1. This happens on XP, Vista, and Windows7 with Office 2007. My
regional settings are set to comma as the list separator.

"Dave Peterson" wrote:

> I'm gonna guess that the sender uses a different list separator on his/her pc
> than you use on your pc.
>
> You haven't shared what the sender used as a delimiter, but you could ask
> him/her to change this windows setting (control panel|regional settings applet)
> to what you use.
>
> Or you could open the .csv in a text editor to see what was used--and then
> change that windows setting, then open the file.
>
> I'd do this only temporarily--since it's a windows setting, it'll affect other
> things, too.
>
> Personally, I wouldn't bother. I'd either import the text into that single
> column and then select the column and do data|text to columns (delimited by that
> character).
>
> Or rename the .csv file to .txt and then use File|open (or its xl2007
> equivalent) to open this file and step through the text to columns wizard.
>
>
>
> Gina_Marano wrote:
> >
> > I want to double click on a .csv file and have it automatically load
> > in to excel 2007.
> >
> > Currently it opens it and puts all the data in column A. If I close it
> > and use data import all is fine.
> >
> > Ridiculous for people to send me .csv files. I have to save first them
> > data import. Another way? Add-in?
> >
> > ~Gina_M~

>
> --
>
> Dave Peterson
> .
>

 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      17th Nov 2009
I would double check the windows list separator.

If that shows the comma, then I would try reregistering excel.

(A complete guess that shouldn't cause any trouble and may (probably???) not
work)

Close excel
windows start button|run
excel /unregserver
then
windows start button|Run
excel /regserver

This resets a bunch of settings to factory defaults in the windows registry.

CSV double-click for import wrote:
>
> I am having the same issue. The csv file IS a true comma-separated file: it
> works fine if I use the import wizard from File/open. But if I double-click
> the csv file from explorer, it does not parse it out, it just puts it all in
> column 1. This happens on XP, Vista, and Windows7 with Office 2007. My
> regional settings are set to comma as the list separator.
>
> "Dave Peterson" wrote:
>
> > I'm gonna guess that the sender uses a different list separator on his/her pc
> > than you use on your pc.
> >
> > You haven't shared what the sender used as a delimiter, but you could ask
> > him/her to change this windows setting (control panel|regional settings applet)
> > to what you use.
> >
> > Or you could open the .csv in a text editor to see what was used--and then
> > change that windows setting, then open the file.
> >
> > I'd do this only temporarily--since it's a windows setting, it'll affect other
> > things, too.
> >
> > Personally, I wouldn't bother. I'd either import the text into that single
> > column and then select the column and do data|text to columns (delimited by that
> > character).
> >
> > Or rename the .csv file to .txt and then use File|open (or its xl2007
> > equivalent) to open this file and step through the text to columns wizard.
> >
> >
> >
> > Gina_Marano wrote:
> > >
> > > I want to double click on a .csv file and have it automatically load
> > > in to excel 2007.
> > >
> > > Currently it opens it and puts all the data in column A. If I close it
> > > and use data import all is fine.
> > >
> > > Ridiculous for people to send me .csv files. I have to save first them
> > > data import. Another way? Add-in?
> > >
> > > ~Gina_M~

> >
> > --
> >
> > Dave Peterson
> > .
> >


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Auto Load Info & Auto Compute - version 2007 Lee Ann Microsoft Access 2 17th Apr 2009 12:21 AM
Re: auto load Bill P Windows XP Help 0 16th Jan 2007 02:24 PM
How do auto-load programs load? Bobby Windows XP General 1 24th Apr 2006 08:53 AM
auto load the VBA~ -_-\ Microsoft Excel Discussion 4 3rd Aug 2005 11:11 AM
Re: Excel :: Creating Entry Forms that auto load a workbook Dave Peterson Microsoft Excel Programming 0 25th Jul 2003 05:19 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:13 AM.