I am trying to copy just the names of a file from a directory and patse it into different cell within excel. I don't need anything from with-in the file. I just need the name of the file. Can anyone Help?
The file name will change each time the Macro is run. And is contengent on the input date.
sDirPath + "\" & Right(sInputDate, 4) & "_" & sInputJdate & "_v02.ord")
Here is the current Code I have so far. I run into problems at the Z's, I just inserted them as a place marker. A lot is remed out.
Sub Import
Dim xlApp As Object
Dim strDataLine As String
Dim strORDPath As String
Dim xlWrkBook As Object, xlWrkSheet As Object
Dim lCurrSlide...
I am using powerpoint VBA to write a macro.
I am trying to copy a line from notepad and paste it into an embeded excel spreadsheet that converts it into a chart. I only need one line from the notepad, luckily it is the last line.
I then want to resize the chart to fit the slide and save off...
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.