Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default CSV output file

Hi

I have made myself a spreadsheet with all the bits I
require for working out some sums to do with work.

The thing is the people collecting the data dont have a
full version of excel. Is there a small program anywhere
which can provide a one page form with a few dropdown
boxes to select values and basically act as a info
collection form to output csv files for me to add to the
main file at work?

It may sound silly but this may be the only way.

Suzy
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default CSV output file

Here is a non-programmatic solution:

Use the AutoFilter option on your data to select the particular data you
wish to deliver. Manually select all the data visible, copy it, then paste
it to a blank worksheet. Finally, use the "Save As..." function to write
that worksheet data as a CSV file.

-Glenn Ray
MOS Master

"Suzanne" wrote:

Hi

I have made myself a spreadsheet with all the bits I
require for working out some sums to do with work.

The thing is the people collecting the data dont have a
full version of excel. Is there a small program anywhere
which can provide a one page form with a few dropdown
boxes to select values and basically act as a info
collection form to output csv files for me to add to the
main file at work?

It may sound silly but this may be the only way.

Suzy

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default CSV output file


You could always try OpenOffice or something similar (though you'd still
have to build your data entry form).

A simple web page might also work if you have that kind of hosting.
Or a standalone HTA "HTML application" would have access to the local
filesystem and so be able to output the csv data.

Lots of options really, but I can't really think of a "no programming"
solution, if that's what you need.

--
Tim Williams
Palo Alto, CA


"Suzanne" wrote in message
...
Hi

I have made myself a spreadsheet with all the bits I
require for working out some sums to do with work.

The thing is the people collecting the data dont have a
full version of excel. Is there a small program anywhere
which can provide a one page form with a few dropdown
boxes to select values and basically act as a info
collection form to output csv files for me to add to the
main file at work?

It may sound silly but this may be the only way.

Suzy



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
output to the same line in a Text file? Bernard Excel Discussion (Misc queries) 2 November 25th 09 08:12 PM
Need Help With Loop That Creates Output File Jenny Marlow Excel Discussion (Misc queries) 0 April 23rd 08 11:23 PM
Open a print output sent to file Ted Johnston Excel Discussion (Misc queries) 0 February 24th 06 10:10 AM
How would I select output to a file or Debug? Toby Erkson[_3_] Excel Programming 2 December 17th 04 01:56 AM
VBA help to output a file Paula Weill Excel Programming 2 September 20th 04 02:12 PM


All times are GMT +1. The time now is 11:30 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"