...I ride my bike I want to be able to extract power data from the ride and overlay this data on videos I record on my GoPro. Here are the issues:
* The ride data includes power data from my power meter
* When exporting data, it is a GPX file, saple below
* As you can see from the xml in the...
...I get now is:
My Recent Docs
Desktop
My Docs
My Computer
My Network Places
It saved so much time navigating to where I want to put files. So...
* Am I going mad? Was it ever there?
* If not going mad how do I reinstate the function and how could it have been removed in the first place...
Hi All,
I am using XML Spy on PC and I have a manipulation issue. I have a requirement to output more than I currently get from the xpath query below:
//illustration/image[@src=""]
from this XML:
<illustration id="CHOWIN104STYPRO_002">
<image src=""/>
<caption>
<head>Stainless steel...
Hi Chaps,
I have amended the script to make it ignore empty cells now. I think this could be a useful (fairly) generic bit of code. Is there any merit in posting the code as a `Tip`?
Sub renamefiles()
strDname = Application.InputBox("Enter the path for filenames to be changed ")
Dim thePath...
Hi Chaps,
I have cracked it! Thanks a bundle for your help. I will use this as a platform to learn more me thinks! I slightly tweaked the code:
Sub renamefiles()
strDname = Application.InputBox("enter the path")
Dim thePath As String, lRow As Long
thePath = strDname
lRow =...
Hi Geoff,
I have had a pop at writing the code based on your solution, but I did not get far. Maybe I could write out what I need to happen and we could take it from there?
Define the path where the files to be renamed reside using
strDname = Application.InputBox("enter the path")
Define the...
Hi Chaps,
I have started to write the VBA fix for this. I used the code from Bong (many thanks) and chose the user input method to get the path.
The code is as below:
Sub renamefiles()
With (strDname = Application.InputBox("enter the path"))
For Each r In Sheets(1).UsedRange.Rows...
Hey Guys,
Great responses! I am off home on the train now myself, but will catch up with the ideas and fashion a solution tomorrow.
Thanks a bunch!
Jimbo
Harley,
Thanks for the quick response. I think you are on the right track. But my VBA skills are non existent! What code would I want for this? My current ability only extends to editing macros I have created!
Cheers
Jimbo
Hi All,
I have the need to take a list of files named in an Excel spreadsheet and rename them.
Column A has the file names as they stand. All files are in a single directory.
Column B has the corresponding names that I want to convert the files to. I.E. A1=oldname.jpg A2=newname.png.
What...
Something else to add is that even if you do delete the entire linked job in the master project that conatins all the linked projects, you are still left with the record that links to a non existent project.
If there is some functionality to overcome this, it's not as intuitive as the other...
Hi All,
When I try and unlink a project from a `master project file` that holds many links to other projects it does not work. The method is:
Right click on project, select task information, click on advanced tab and untick the `Link to Project` box
When I close the dialogue and re-open it...
Hi All,
I would like to be able to run a search on a HTML file to show a list of unresolved links to images within. The images will be held locally (but in a different directory).
Any help will be much appreciated!
Jimbo
Remou,
Can I put this code into the Validation Text field via the expression builder? I tried this and it did not like the returns in the code.
Or should I be putting the code in a different place?
Jimbo
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.