GPS Fan Posted December 11, 2017 Report Share Posted December 11, 2017 Oh, I forgot to add that when clicking "Debug" in the error dialogue, it appears that the error occurs at this line: "DescString = Application.Trim(SelectedExcel2GPXRange.Cells(RowIdx, 2))" ... or at least that is the line highlighted in yellow in the Debug window. Quote Link to comment Share on other sites More sharing options...
Saifan Pilot Posted December 14, 2017 Author Report Share Posted December 14, 2017 Yeah, it seems to be a limitation of the macro language of Excel. I'm not sure why you would want such a long description. Foreflight description only supports only the first 30-40 characters. Garmin GPS's only support 16 characters or so for description. Quote Link to comment Share on other sites More sharing options...
GPS Fan Posted December 14, 2017 Report Share Posted December 14, 2017 Thanks for the reply. Yeah, Microsoft Office is a constant experience with limitations. ;-) I'm importing waypoints into caltopo, and attempting to cram as much information in the description as I can. You can get a lot in 256 chars, though. Thanks again for making this tool available... it's really nice, and really useful. Quote Link to comment Share on other sites More sharing options...
Saifan Pilot Posted March 11, 2018 Author Report Share Posted March 11, 2018 Probably a limitation for Excel Quote Link to comment Share on other sites More sharing options...
dharrington Posted September 13, 2018 Report Share Posted September 13, 2018 Signed up just to get this, and to thank you 😄. Quote Link to comment Share on other sites More sharing options...
JRMWalsh Posted October 4, 2018 Report Share Posted October 4, 2018 Hi, I downloaded this to try it and found a couple of bugs. Firstly I use Excel 2003 on a Windows 97 computer. Also, I write Excel macros so I can follow your macro and its logic. Bug 1 I found that the line "OutputPath = ThisWorkbook.Path" Causes the error Run-time error '429': ActiveX component can't create object I understand what this line does, so I changed it to OutputPath = ActiveWorkbook.Path which made it work as you intended it to. I have written macros to do this same thing but I used a completely different method which was very robust. I put the path into a cell and the filename into a different cell where the user could see them and feel comfortable with what the macro was doing. Bug 2 I found that no matter whether I check the GPX button or the KM button the output file is given the extension " .kml " I don't know if this is just a file-naming error, or whether the macro writes km files no matter which button is checked. I might be able to help you with the macro if that would help you (or if you are very busy)? Please let me know. Regards Mike Walsh Quote Link to comment Share on other sites More sharing options...
JRMWalsh Posted October 4, 2018 Report Share Posted October 4, 2018 Also, there are two non-critical typo errors per: 'Ouotput Path for Mac 1 'Ouotput Path for Mac 2 I can see that these two lines are commented out and do not do anything. Quote Link to comment Share on other sites More sharing options...
Saifan Pilot Posted October 5, 2018 Author Report Share Posted October 5, 2018 Hello, I developed this in Excel 2011. Excel 2003 is outdated, so that might be the issue. I'll have to download Excel 2016 and try it out on Mac and Windows and see what happens. Thank you for the feedback. Quote Link to comment Share on other sites More sharing options...
iviax Posted February 12, 2019 Report Share Posted February 12, 2019 Hello Saifan Pilot, is there a possibility to create a gpx route file istead of only waypoint files? Best regards, Max Quote Link to comment Share on other sites More sharing options...
Saifan Pilot Posted March 1, 2019 Author Report Share Posted March 1, 2019 On 2/12/2019 at 4:53 PM, iviax said: Hello Saifan Pilot, is there a possibility to create a gpx route file istead of only waypoint files? Best regards, Max Just load the waypoint into Garmin Basecamp, highlight the points you want, the right black and select "Create Route from Waypoints" Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.