LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #10   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,182
Default Copy multi-line variable to first empty row

Yes, of course you're at a disadvantage, I'd say a serious one! Just as
I am with this 1% of the project because I'm not a VBA programmer, so
you are with the previous 99% because you don't know GPSU.

But we're now way OT! If you want to discuss GPSU there's a Google group
forum at https://groups.io/g/gpsu/ but it's been pretty quiet for the
last few years and traffic dropped off even more sharply when it moved
to Google after Yahoo dropped its groups.


Well you are certainly correct speaking about your project, but GPSU's help
file is pretty straight forward about explaining how it works and how to use
it, ..speaking from an application developer's point of view. (VBA isn't the
only language I develop in; - all of my Excel-based apps have equivalent
stand-alone Windows EXEs for those who don't/won't use MS Office. These are
currently being revised to implement a newer spreadsheet control that fully
supports working with the latest Excel file formats.)

Also, I'm very familiar with data logging in more general (broader) usage so
the GPX file you posted (4846 lines) is a rather small file by comparison to
many I've seen and worked with before. That said, your final (nicely done) xlsm
has that same walk as its 1st entry; - the Trkpts field value is only 925; how
was that arrived at from the 4846-line data log with 4828 trkpt lines? (Your
ActualMiles field value is 7.9; the GPX value is 8.3; - I assume you turned the
recorder on before actually starting the walk!)

The context of my offer to you is to populate WalkIndex.xlsm directly from the
source file instead of from Clipboard; - that data source file is what I need
to work with because it contains data not in the GPX file. (I was just curious
about the output format from GPSU's CSV file; - disappointed that's not what
you posted!)


My design intent is as follows:

Use a pre-configured source data template file for listing new walk data;
This will be a proper text file dbase template; - 1st line has the
datafields from Target pre-inserted, as a delimited list. (I normally use
the Pipe character but this is your choice as to which character)
- gives you the option to include multiple walks in a file

Use your final Target sheet as its template (xlsm) for adding new walk data
and displaying historical records;

Enable you to choose the file[s] to import via a file dialog for each session
you add more walk data;
- adds new data to the next empty row

A backup (dbase) file will be maintained in case your xlsm gets broken or
damaged such that it won't open; - you'll be able to recover your data into
a new workbook with 1 mouse click.

(This is a typical feature with other data logger analysis projects I've
done)

Would you like it to not pre-load existing walk data when it opens?
(Typically, users are only working with new data being added, and have
existing data display only on demand? Typically, my users like to be
able to view historical data using filters such as 'Place to Place',
'Date to Date', and the like.)

(My experience with data logging systems is mostly in the trucking
industry for analizing road trips; - place-to-place mileage, elapsed-time,
fuel-consumed, rest-stops, and whatever else the client wants. Data
sources are the logger system output file, trip manifest, and trip record.
Normal usage is direct input from the source paperwork and data logger
file is read to setup the record rows for each place-to-place)

Optionally, enable you to view your maps and other images via InsertPicture
on a separate sheet via existing links to image files (for viewing only);

All features run from menu controls on a custom Ribbon tab that appear when
the workbook opens, disappears when it closes;

As is the case with all my clients, this project will remain your proprietary
property. (Don't worry, there's no fee for this!)

If you decide to proceed, I suggest we continue with this offline as it
ventures way too far OT to continue here. (You'll need to post an email
address!)

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion


 
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
Variable series multi line chart? cherman Charts and Charting in Excel 1 February 17th 10 09:29 PM
Macro to validate is cell is not empty and copy the line Steff[_3_] Excel Programming 2 December 10th 07 09:16 PM
Copy row to next empty line [email protected] Excel Programming 9 November 9th 07 01:19 PM
Copy and Paste in the first empty available line. Etienne Excel Programming 5 August 3rd 06 03:49 PM
copy/paste excel to texteditor -> multi-line text cells gain unwanted double-quotes niz Excel Discussion (Misc queries) 1 October 14th 05 02:06 PM


All times are GMT +1. The time now is 08:23 PM.

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

About Us

"It's about Microsoft Excel"