![]() |
|
#1
|
||||
|
||||
![]() Quote:
Code:
.Range("K6:K" & LRow).ClearContents Code:
With .Range("K6:K" & LRow) .ClearContents .Font.ColorIndex = xlColorIndexAutomatic End With Code:
.Range("K" & j).Value = Trim(Split(StrData, "$")(1)) Code:
With .Range("K" & j) .Value = Trim(Split(StrData, "$")(1)) If Trim(Split(StrData, "$")(UBound(Split(StrData, "$")))) <> Trim(Split(StrData, "$")(1)) Then .Font.ColorIndex = vbRed End With Quote:
Code:
On Error Resume Next Code:
Do Until EOF(1) Quote:
Code:
.Range("K6:K" & LRow).ClearContents Since it's possible to obtain Adobe Acrobat Pro 8 as a free download (http://www.techspot.com/downloads/46...at-8-free.html - note the serial# mentioned there) and that program can be automated via VBA, it would be possible to write a macro that automates IE to download the file, then automates Acrobat to export the data to a text file that the macro I've already provided can process. Quite possibly, re-coding would allow the export to text to be skipped too. Acrobat Pro installs as a COM add-in. For automation code, see, for example: https://www.msofficeforums.com/excel...html#post35801
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
Tags |
adobe, conversion, pdf |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
bremen22 | Excel Programming | 1 | 08-07-2013 11:01 AM |
Paste special an Excel range into Outlook as an Excel Worksheet | charlesh3 | Excel Programming | 3 | 02-04-2013 04:33 PM |
![]() |
FLJohnson | Excel | 8 | 05-09-2012 11:26 PM |
Excel 2007 custom ribbon not showing in Excel 2010 | Paulzak | Excel | 2 | 02-17-2012 06:35 PM |
![]() |
johnkcalg | Excel | 1 | 02-06-2012 07:33 PM |